]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
7bdf06addd9fb12006d45ba6dcdc336be27b41d4
[evince.git] / ChangeLog
1 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (window_open_file_copy_ready_cb),
4         (reload_remote_copy_ready_cb), (window_save_file_copy_ready_cb):
5
6         Use g_error_matches() instead of manually check error code and
7         domain.
8         
9 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-window.c: (ev_window_clear_temp_symlink),
12         (ev_window_dispose):
13
14         Delete the temp symlink created when opening a copy.
15         
16 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * po/POTFILES.in:
19
20         Add previewer files to POTFILES.in.
21         
22 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * previewer/ev-previewer.c: (ev_previewer_unlink_tempfile),
25         (main):
26
27         Delete the print settings file.
28         
29 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * data/evince-ui.xml:
32         * shell/ev-application.[ch]: (ev_application_open_uri_at_dest),
33         (ev_application_open_uri), (ev_application_open_uri_list):
34         * shell/ev-print-operation.c: (export_print_done):
35         * shell/ev-window.[ch]: (ev_window_setup_action_sensitivity),
36         (update_chrome_visibility), (ev_window_clear_local_uri),
37         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
38         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
39         (ev_window_cmd_recent_file_activate),
40         (ev_window_open_recent_action_item_activated),
41         (ev_window_dispose), (open_remote_link):
42         * shell/main.c: (launch_previewer), (arguments_parse), (main):
43
44         Remove the preview mode from EvWindow. EvPrintOperation now 
45         launches evince-previewer. The preview mode command line options
46         have not been removed to keep backwards compatibility, launching
47         evince-previewer when evince is run in preview mode.
48         
49 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * configure.ac:
52         * Makefile.am:
53         * data/Makefile.am:
54         * previewer/Makefile.am:
55         * previewer/ev-previewer-window.[ch]:
56         * previewer/ev-previewer.c:
57
58         Add evince-previewer as a separate applicaton that implements the
59         preview mode.
60         
61 2009-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * configure.ac:
64         * Makefile.am:
65         * po/POTFILES.in:
66         * shell/Makefile.am:
67         * shell/ev-page-action-widget.[ch]:
68         * shell/ev-page-action.[ch]:
69         * shell/ev-stock-icons.[ch]:
70         * shell/ev-application.c:
71         * shell/main.c:
72         * libmisc/Makefile.am:
73         * libmisc/ev-page-action-widget.[ch]:
74         * libmisc/ev-page-action.[ch]:
75         * libmisc/ev-stock-icons.[ch]:
76
77         Move EvPageAction and EvStockIcons from shell to a new internal
78         library (libevmisc) that will be used by the evince previewer too.
79         
80 2009-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
81
82         * backend/tiff/tiff2ps.c (tiff2ps_context_new):
83         
84         Fixes memory leak. Bug #578285.
85         
86 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * libview/ev-view.[ch]: (ev_view_set_zoom),
89         (ev_view_update_view_size):
90         * shell/ev-window.c: (ev_window_set_view_size),
91         (ev_window_sizing_mode_changed_cb), (ev_window_init):
92
93         Move ev_view_update_view_size() from libview to ev-window again
94         and make sure the view is not redrawn when calling
95         ev_view_set_zoom more than once with the same zoom scale.
96
97 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
98
99         * shell/ev-window.c:
100
101         Follow up to bug #539972. Alt+Arrows conflict with
102         view scrolling, changed it to Ctrl+Arrows.
103
104 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
105
106         * shell/ev-print-operation.c (clamp_ranges),
107         (ev_print_operation_export_print_dialog_response_cb):
108         * test/Makefile.am:
109         * test/test7.py:
110         
111         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
112         the bug 517735. Fixes preview of the empty selection.
113
114 2009-04-01  Christian Persch  <chpe@gnome.org>
115
116         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
117         BugBuddyBugs component.
118
119 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
120
121         * shell/ev-application.c (ev_application_init):
122         
123         Set proper path to saved accels file. Fixes bug #577500.
124
125 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
126
127         * libview/ev-transition-animation.c:
128         (ev_transition_animation_paint), (ev_transition_animation_ready):
129
130         Animation is ready only when origin surface is ready. This fixes
131         fading animations because otherwise next page is displayed 
132         before animaiton starts.
133
134 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
135
136         * test/Makefile.am:
137         * test/test6.py:
138         
139         Added a test to check printing and a size of the file.
140
141 2009-03-24  Christian Persch  <chpe@gnome.org>
142
143         * cut-n-paste/smclient/eggdesktopfile.c:
144         (egg_desktop_file_launchv), (egg_set_desktop_file):
145         * cut-n-paste/smclient/eggsmclient.c:
146         (egg_sm_client_get_option_group): Update smclient from libegg master.
147
148 2009-03-19  Christian Persch  <chpe@gnome.org>
149
150         * shell/ev-window.c: (ev_window_cmd_save_as),
151         (ev_window_cmd_file_close_window),
152         (ev_view_popup_cmd_save_image_as),
153         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
154         order for dialogues.
155
156 2009-03-19  Christian Persch  <chpe@gnome.org>
157
158         Bug 575085 – titles not translated in the nautilus tab
159
160         * properties/ev-properties-view.c: (set_property): Translate the
161         categories.
162
163 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * NEWS:
166         * configure.ac:
167
168         Updated for release 2.26.0
169         
170 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
171
172         * properties/ev-properties-view.c:
173         (ev_properties_view_format_date): Make the fixed sized string a 
174         semantically correct const char[] instead of a const char* to fix 
175         a compiler warning if built with -Wformat.
176         ** Fixes bug 574168
177
178 2009-03-03  Christian Persch  <chpe@gnome.org>
179
180         * libdocument/ev-document-factory.c:
181         (ev_document_factory_get_document): If the document is encrypted,
182         the ev_document_factory_get_document() is supposed to return the
183         document *and* fill in the error. So let's propagate the local error.
184
185 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
186
187         * NEWS:
188
189         Update for release 2.25.92.
190         
191 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * libview/ev-view.c: (ev_view_goto_window_create):
194
195         Show the 'jump to page' window in the right GdkScreen. Fixes bug
196         #560541.
197         
198 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-window.c: (ev_window_set_document),
201         (ev_window_reload_job_cb):
202
203         Do not lose page position when reloading. Fixes bug #573091.
204         
205 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
208         (pdf_document_thumbnails_get_thumbnail),
209         (pdf_document_thumbnails_get_dimensions):
210
211         Make our own thumbnail when the provided one doesn't have the size
212         we need. Based on patch and feedback by Christian Spurk. Fixes
213         bugs #323198 and #307357.
214         
215 2009-02-27   Christian Spurk  <mail@code.chriki.de>
216
217         * thumbnailer/evince-thumbnailer.c: (main):
218
219         Reduce the restriction on the minimum size of thumbnails from 40
220         to 1. See bug #323198.
221         
222 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
225
226         Use GOption in thumbnailer.
227         
228 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
229
230         * backend/pdf/ev-poppler.cc: (pdf_document_save),
231         (pdf_document_forms_form_field_text_set_text),
232         (pdf_document_forms_form_field_button_set_state),
233         (pdf_document_forms_form_field_choice_select_item),
234         (pdf_document_forms_form_field_choice_toggle_item),
235         (pdf_document_forms_form_field_choice_unselect_all),
236         (pdf_document_forms_form_field_choice_set_text):
237
238         Use poppler_document_save_a_copy(), which never saves the document
239         modifications, when saving an unmodified document. It makes saving
240         a copy of encrypted PDFs work again. Fixes bug #566791.
241         
242 2009-02-18  Christian Persch  <chpe@gnome.org>
243
244         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
245         Don't use g_quark_from_static_string in a loadable module!
246
247 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * configure.ac:
250
251         Update for release 2.25.91
252         
253 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
254
255         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
256         GTK symbol in commented out code. Bug #571707
257
258 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * NEWS:
261
262         Update for release 2.25.91.
263         
264 2009-02-16  Christian Persch  <chpe@gnome.org>
265
266         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
267         memory read.
268
269 2009-02-15  Christian Persch  <chpe@gnome.org>
270
271         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
272         warnings.
273
274 2009-02-15  Christian Persch  <chpe@gnome.org>
275
276         * libdocument/Makefile.am:
277         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
278
279 2009-02-15  Christian Persch  <chpe@gnome.org>
280
281         * libdocument/ev-document-type-builtins.c.template:
282         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
283
284 2009-02-14  Christian Persch  <chpe@gnome.org>
285
286         * backend/impress/impress-document.c: (impress_document_save):
287         Fill in the error.
288
289 2009-02-14  Christian Persch  <chpe@gnome.org>
290
291         * libdocument/ev-document.c: (ev_document_load): Add code to catch
292         backends incorrectly implementing the load vfunc.
293
294 2009-02-14  Christian Persch  <chpe@gnome.org>
295
296         * libdocument/ev-document-factory.c:
297         (ev_document_factory_get_document): Use a local GError, and propagate
298         as appropriate, making sure always to fill in @error if returning NULL.
299
300 2009-02-14  Christian Persch  <chpe@gnome.org>
301
302         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
303
304 2009-02-14  Christian Persch  <chpe@gnome.org>
305
306         * backend/pdf/ev-poppler.cc: Plug a mem leak.
307
308 2009-02-14  Christian Persch  <chpe@gnome.org>
309
310         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
311         an error.
312
313 2009-02-14  Christian Persch  <chpe@gnome.org>
314
315         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
316         to always set @error when returning FALSE. Fix a typo.
317
318 2009-02-14  Christian Persch  <chpe@gnome.org>
319
320         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
321         to always set @error when returning FALSE.
322
323 2009-02-14  Christian Persch  <chpe@gnome.org>
324
325         * backend/comics/comics-document.c: (comics_document_load): Make sure
326         to always set @error when returning FALSE.
327
328 2009-02-14  Christian Persch  <chpe@gnome.org>
329
330         * backend/impress/impress-document.c: (impress_document_load): Plug a
331         mem leak.
332
333 2009-02-14  Christian Persch  <chpe@gnome.org>
334
335         * backend/impress/impress-document.c: (impress_document_load): Don't
336         overwrite an error.
337
338 2009-02-14  Christian Persch  <chpe@gnome.org>
339
340         * libdocument/ev-document.c: (ev_document_info_copy): Remove
341         unnecessary NULL check; g_strdup() is NULL-safe.
342
343 2009-02-14  Christian Persch  <chpe@gnome.org>
344
345         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
346         that this returns either NULL and fills in error, or non-NULL. Use a
347         local GError so we can reliably check it.
348
349 2009-02-14  Christian Persch  <chpe@gnome.org>
350
351         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
352         content type to get the description, not the MIME type.
353
354 2009-02-14  Christian Persch  <chpe@gnome.org>
355
356         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
357         in @error on failure. Also, since this is exported in public APIs,
358         cope with the passed-in GError** being NULL.
359
360 2009-02-13  Christian Persch  <chpe@gnome.org>
361
362         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
363         safety.
364         (get_mime_type_from_data): Return the MIME type, not the content type.
365
366 2009-02-13  Christian Persch  <chpe@gnome.org>
367
368         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
369         the input stream.
370
371 2009-02-13  Christian Persch  <chpe@gnome.org>
372
373         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
374         all errors upwards.
375
376 2009-02-13  Christian Persch  <chpe@gnome.org>
377
378         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
379         more bytes from buffer than were read from the file.
380
381 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
382
383         * properties/ev-properties-view.c (set_property):
384         
385         Fixes bug #571787.
386
387 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
388
389         * shell/eggfindbar.c: (egg_find_bar_init):
390
391         Use gtk_tool_button_set_use_underline() for next/previous buttons
392         so that the underline is used for the mnemonic. Fixes bug #571547.
393         
394 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
395
396         * shell/ev-window.c: (setup_document_from_metadata),
397         (setup_sidebar_from_metadata), (setup_document_from_metadata),
398         (setup_view_from_metadata), (ev_window_set_document),
399         (ev_window_load_job_cb), (ev_window_reload_job_cb),
400         (ev_window_reload_remote), (ev_window_init):
401
402         Do not use metadata when reloading the document, so that the
403         window is not resized when reloading. See bugs #571051 and
404         #304249.
405         
406 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * configure.ac:
409         * cut-n-paste/smclient/Makefile.am:
410
411         Fix smclient libs on cycgwin. See bug #339172.
412         
413 2009-02-08  Christian Persch  <chpe@gnome.org>
414
415         * configure.ac:
416         * libdocument/Makefile.am:
417         * libview/Makefile.am: Add experimental introspection support.
418         Disabled by default; use --enable-introspection to enable it.
419         Bug #569083.
420
421 2009-02-08  Christian Persch  <chpe@gnome.org>
422
423         * libview/Makefile.am: Link libevdocument.la to libevview.la.
424
425 2009-02-05  Christian Persch  <chpe@gnome.org>
426
427         * backend/comics/comics-document.c: (comics_document_load):
428         * backend/djvu/djvu-document.c: (djvu_document_load):
429         * backend/dvi/dvi-document.c: (dvi_document_load):
430         * backend/impress/impress-document.c: (impress_document_load):
431         * backend/pdf/ev-poppler.cc:
432         * libdocument/ev-document-factory.c: (get_document_from_uri),
433         (ev_document_factory_get_document):
434         * shell/ev-print-operation.c:
435         (ev_print_operation_export_print_dialog_response_cb): Use
436         g_set_error_literal now that we depend on glib 2.18.
437
438 2009-02-05  Hib Eris  <hib@hiberis.nl>
439
440         * shell/ev-application.c:
441
442         Include gdkx.h only with X11. See bug #339172.
443         
444 2009-02-05  Hib Eris  <hib@hiberis.nl>
445
446         * backend/pdf/pdfdocument.evince-backend.in:
447
448         Add application/x-ext-pdf mime type for pdf backend. See bug
449         #339172.
450         
451 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
452
453         * configure.ac:
454         * cut-n-paste/smclient/Makefile.am:
455         * cut-n-paste/smclient/eggdesktopfile.c:
456         * cut-n-paste/smclient/eggsmclient-win32.c:
457         * shell/main.c:
458
459         Make session manager code compile for w32. These changes have been
460         taken from upstream libegg. Based on patch by Hib Eris. See bug
461         #339172.
462         
463 2009-02-05  Hib Eris  <hib@hiberis.nl>
464
465         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
466
467         Make screensaver code compile for w32. These changes have been
468         copied from upstream totem. See bug #339172.
469         
470 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
471
472         * configure.ac:
473         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
474
475         Make use of GConf optional. Based on patch by Hib Eris. See bug
476         #339172.
477         
478 2009-02-04  Christian Persch  <chpe@gnome.org>
479
480         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
481         evince gettext domain, so i18n works in the library.
482
483         * properties/ev-properties-main.c: (nautilus_module_initialize):
484         Remove extra bindtextdomain call.
485
486 2009-02-04  Christian Persch  <chpe@gnome.org>
487
488         * backend/comics/comics-document.c:
489         * backend/djvu/djvu-document.c:
490         * backend/dvi/dvi-document.c:
491         * backend/impress/impress-document.c:
492         * backend/pdf/ev-poppler.cc:
493         * backend/pixbuf/pixbuf-document.c:
494         * backend/ps/ev-spectre.c:
495         * backend/tiff/tiff-document.c:
496         * libdocument/ev-attachment.c:
497         * libdocument/ev-document-factory.c:
498         * libview/ev-jobs.c:
499         * libview/ev-view-accessible.c:
500         * libview/ev-view.c:
501         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
502         gi18n.h.
503
504 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * NEWS:
507         * configure.ac:
508
509         Update for release 2.25.90
510         
511 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
512
513         * cut-n-paste/zoom-control/ephy-zoom-control.c:
514         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
515
516         Remove the old tooltips code and use G_DEFINE_TYPE().
517         
518 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
519
520         * configure.ac:
521         * help/reference/Makefile.am:
522         * help/reference/libdocument/Makefile.am:
523         * help/reference/libdocument/libevdocument-docs.sgml:
524         * help/reference/libdocument/libevdocument.types:
525         * help/reference/libdocument/version.xml.in:
526         * help/reference/libview/Makefile.am:
527         * help/reference/libview/libevview-docs.sgml:
528         * help/reference/libview/libevview.types:
529         * help/reference/libview/version.xml.in:
530         * help/reference/shell/Makefile.am:
531         * help/reference/shell/evince-docs.sgml:
532         * help/reference/shell/evince.types:
533         * help/reference/shell/tmpl/dummy.sgml:
534         * help/reference/shell/version.xml.in:
535
536         Split API documentation into libdocument, libview and
537         shell. Required gtk-doc files has been added, but API docs still
538         need to be completed and improved. Fixes bug #568465.
539         
540 2009-02-01  Christian Persch  <chpe@gnome.org>
541
542         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
543
544 2009-02-01  Christian Persch  <chpe@gnome.org>
545
546         * backend/Makefile.am:
547         A backend/backend.symbols:
548         * configure.ac: Only export the backend module entry point. Bug
549         #569998.
550
551 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
552
553         * shell/eggfindbar.c: (egg_find_bar_init):
554
555         Add mnemonics to buttons in search bar. Fixes bug #569212.
556         
557 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
558         
559         * shell/ev-print-operation.c:
560         (ev_print_operation_export_print_dialog_response_cb):
561
562         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
563         
564 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
565
566         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
567
568         Clamp top/bottom values of destinations to make sure they are not
569         bigger than the page height. Fixes bug #569327.
570         
571 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
572
573         * libdocument/ev-debug.h:
574
575         Fix build when debug mode is disabled.
576         
577 2009-01-30  Christian Persch  <chpe@gnome.org>
578
579         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
580         this return TRUE only if any backends were loaded, so the ev_init()
581         function works as documented.
582
583 2009-01-30  Christian Persch  <chpe@gnome.org>
584
585         * evince-document.h:
586         * libdocument/Makefile.am:
587         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
588         #569117.
589
590         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
591         * libdocument/ev-backends-manager.h:
592         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
593         * libdocument/ev-debug.h:
594         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
595         (_ev_file_helpers_shutdown):
596         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
597         private.
598
599         * properties/ev-properties-main.c: (nautilus_module_initialize),
600         (nautilus_module_shutdown):
601         * shell/main.c: (main):
602         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
603         init/shutdown method.
604
605 2009-01-29  Christian Persch  <chpe@gnome.org>
606
607         * shell/main.c: (option_version_cb): Add --version which was lost in
608         the libgnome removal. Bug #562869.
609
610 2009-01-26  Christian Persch  <chpe@gnome.org>
611
612         * shell/ev-application.c: (ev_application_register_service),
613         (ev_application_shutdown):
614         * shell/main.c: (main): Move metadata manager initialisation and
615         shutdown into EvApplication. Follow-up from bug #569120.
616
617 2009-01-26  Christian Persch  <chpe@gnome.org>
618
619         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
620         copy the string twice. Bug #569231.
621
622 2009-01-26  Christian Persch  <chpe@gnome.org>
623
624         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
625         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
626         * libdocument/ev-file-helpers.h:
627         * shell/ev-application.c: (ev_application_shutdown),
628         (ev_application_init), (ev_application_screensaver_disable),
629         (ev_application_save_print_settings),
630         (ev_application_set_page_setup):
631         * shell/ev-application.h:
632         * shell/ev-metadata-manager.c: (load_values),
633         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
634         shell, since it shouldn't be public API. Bug #569120.
635
636         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
637         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
638
639 2009-01-25  Christian Persch  <chpe@gnome.org>
640
641         Bug 569082 – use versioned directory for backends
642
643         * configure.ac: Define ev_binary_version and backenddir.
644         * evince-document.pc.in: Add backenddir variable.
645         * libdocument/Makefile.am:
646         * backend/*/Makefile.am: Remove backenddir definition, so it picks
647         up the one from configure.
648
649 2009-01-25  Christian Persch  <chpe@gnome.org>
650
651         * configure.ac:
652         * evince-document.pc.in: Renamed from evince-backend.pc.in.
653         * libdocument/Makefile.am: Renamed library to libevdocument.la.
654         * libview/Makefile.am:
655         * shell/Makefile.am:
656         * backend/*/Makefile.am: Adapt to changed library name.
657
658         * libdocument/Makefile.am:
659         * libview/Makefile.am: Change the installed headers path to match
660         the directory names in SVN.
661
662         * evince-document.h:
663         * evince-view.h: Add single headers. Bug #568227.
664
665         * libdocument/*.h:
666         * libview/*.h: Add single headers guards.
667
668         * libview/Makefile.am:
669         * libdocument/Makefile.am:
670         * backend/*/Makefile.am:
671         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
672         still include individual headers.
673
674         * properties/Makefile.am:
675         * properties/ev-properties-main.c:
676         * properties/ev-properties-view.h:
677         * thumbnailer/Makefile.am:
678         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
679
680         * libdocument/Makefile.am:
681         * libview/Makefile.am: Generate type builtins from all installed headers.
682         * libdocument/ev-link-action.[ch]:
683         * libdocument/ev-link-dest.[ch]:
684         * libdocument/ev-transition-effect.[ch]:
685         * libview/ev-view.[ch]: Remove handcoded type builtins.
686
687         * libdocument/Makefile.am:
688         * evince-document.h: Add ev-document-factory.h to the public headers.
689
690 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * shell/ev-sidebar-page.c:
693
694         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
695         #568228.
696         
697 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * libdocument/ev-document.h:
700
701         Add EV_DEFINE_INTERFACE macro.
702         
703         * libdocument/ev-async-renderer.c:
704         * libdocument/ev-document-find.c:
705         * libdocument/ev-document-fonts.c:
706         * libdocument/ev-document-forms.c:
707         * libdocument/ev-document-images.c:
708         * libdocument/ev-document-layers.c:
709         * libdocument/ev-document-links.c:
710         * libdocument/ev-document-security.c:
711         * libdocument/ev-document-thumbnails.c:
712         * libdocument/ev-document-transition.c:
713         * libdocument/ev-document.c:
714         * libdocument/ev-file-exporter.c:
715         * libdocument/ev-selection.c:
716
717         Use EV_DEFINE_INTERFACE macro to define interfaces in
718         libdocument. See bug #568228.
719         
720 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * libdocument/ev-document.[ch]:
723
724         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
725         #568228.
726         
727 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
728
729         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
730         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
731         (new_separator_pixbuf):
732         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
733         (egg_toolbar_editor_disconnect_model),
734         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
735         (egg_toolbar_editor_finalize):
736         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
737         * cut-n-paste/toolbar-editor/eggmarshalers.list:
738         
739         Sync EggToolbarEditor with libegg.
740
741 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
742
743         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
744         When saving a file, using the default permissions for the user/system,
745         respecting umask and any setgid bit on the directory. Uses the new
746         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
747         Bug #568593.
748         
749 2009-01-21  Christian Persch  <chpe@gnome.org>
750
751         * configure.ac:
752         * libdocument/Makefile.am:
753         * libview/Makefile.am: Add libtool versioning to libevbackend and
754         libevview. Bug #568229.
755
756 2009-01-21  Christian Persch  <chpe@gnome.org>
757
758         * Makefile.am:
759         * configure.ac:
760         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
761
762 2009-01-21  Christian Persch  <chpe@gnome.org>
763
764         * configure.ac:
765         * libdocument/Makefile.am:
766         A libdocument/ev-version.h.in: Add version defines and version check
767         macro. Bug #568224.
768
769 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
770
771         * shell/ev-sidebar-links.c
772         * shell/ev-print-operation.c:
773         * shell/ev-history.c:
774         * shell/ev-file-monitor.c:
775         * shell/ev-window.c:
776         * shell/ev-password-view.c:
777         * shell/ev-sidebar-thumbnails.c:
778         * shell/ev-sidebar-attachments.c:
779         * libview/ev-pixbuf-cache.c:
780         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
781         Bug #568386.
782
783 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
784
785         * libdocument/ev-document-info.h:
786
787         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
788         
789 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
790
791         * libview/Makefile.am:
792
793         Install ev-job-scheduler.h. See bug #567790.
794         
795 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
796
797         * libdocument/Makefile.am:
798
799         Install ev-backends-manager.h and
800         ev-document-type-builtins.h. Fixes bug #567787.
801         
802 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
803
804         * NEWS:
805         * configure.ac:
806
807         Update for release 2.25.5
808         
809 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * libview/ev-view.c: (ev_view_drag_data_get):
812
813         Fix second parameter passed to gtk_selection_data_set_uris(), 
814         it expects a gchar **.
815         
816 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
817
818         * libdocument/Makefile.am:
819         * libdocument/ev-document-info.h:
820         * libdocument/ev-document-type-builtins.c.template:
821         * libdocument/ev-document-type-builtins.h.template:
822         * libdocument/ev-document.c: (ev_document_info_get_type),
823         (ev_document_info_copy):
824
825         Make EvDocumentInfo and enums definded in ev-document-info.h
826         GTypes. Fixes bug #567789.
827         
828 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
829
830         * shell/main.c (arguments_parse): Fix for a minor code typo.
831
832 2009-01-18  Christian Persch  <chpe@gnome.org>
833
834         * help/reference/Makefile.am:
835         * help/reference/evince.types: Fix the API docs build. Bug #568171.
836
837 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
838
839         * libview/Makefile.am:
840         * libview/ev-view-type-builtins.c.template:
841         * libview/ev-view-type-builtins.h.template:
842
843         Make EvJobPriority a proper GType. Fixes bug #567788.
844         
845 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * configure.ac:
848         * cut-n-paste/*/Makefile.am:
849         * libdocument/Makefile.am:
850
851         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
852         code.
853         
854 2009-01-18  Christian Persch  <chpe@gnome.org>
855
856         * libview/ev-view.c: (ev_view_drag_data_get),
857         (ev_view_drag_motion), (ev_view_update_primary_selection),
858         (clear_link_selected):
859         * shell/ev-sidebar-attachments.c:
860         (ev_sidebar_attachments_drag_data_get),
861         (ev_sidebar_attachments_get_property),
862         (ev_sidebar_attachments_init):
863         * shell/ev-window.c: Update drag handling code to use the
864         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
865         hardcoding the targets lists. Bug #558084.
866         
867 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
868
869         * libdocument/Makefile.am:
870         * libdocument/ev-backend-marshal.c:
871         * libdocument/ev-backend-marshalers.list:
872         * libdocument/ev-document.c:
873
874         Remove unused marshalers stuff from libdocument.
875         
876 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * po/POTFILES.in:
879
880         Update for the current source tree.
881         
882 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * configure.ac:
885         * Makefile.am:
886         * libdocument/Makefile.am:
887         * libview/Makefile.am:
888         * libview/ev-job-scheduler.[ch]:
889         * libview/ev-jobs.[ch]:
890         * libview/ev-page-cache.[ch]:
891         * libview/ev-pixbuf-cache.[ch]:
892         * libview/ev-timeline.[ch]:
893         * libview/ev-transition-animation.[ch]:
894         * libview/ev-view-accessible.[ch]:
895         * libview/ev-view-marshal.list:
896         * libview/ev-view.[ch]:
897         * shell/Makefile.am:
898
899         Move EvView specific code to a libeviview library so that it can
900         be embbeded in other applications. Based on patches by Tomeu
901         Vizoso. Fixes bug #567751.
902         
903 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
906         * shell/ev-window.c: (ev_window_load_job_cb),
907         (ev_window_load_job_cb), (ev_window_open_uri),
908         (ev_window_reload_local), (ev_window_dispose):
909
910         Remove dest, mode and search_string from EvJobLoad since they are
911         not really needed by the job, but for the window.
912         
913 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * shell/ev-view.c: (ev_view_drag_data_received),
916         (ev_view_class_init), (ev_view_init):
917         * shell/ev-window.c: (ev_window_drag_data_received),
918         (ev_window_class_init), (ev_window_init):
919
920         Make the whole EvWindow the destination of a drag and drop
921         operation.
922         
923 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-window.c: (window_open_file_copy_progress_cb):
926
927         Add missing brakets around the percentage in progress
928         messages. See bug #567910.
929         
930 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
931
932         * shell/ev-application.c: (ev_application_open_window),
933         (ev_application_open_uri_at_dest):
934
935         Do no use gdk_x11_* when not available. Based on patch by Hib
936         Eris, see bug #339172.
937         
938 2009-01-16  Hib Eris  <hib@hiberis.nl>
939
940         * configure.ac:
941         * properties/ev-properties-view.c:
942         (ev_properties_view_format_date):
943
944         Check for localtime_r. See bug #339172.
945         
946 2009-01-16  Hib Eris  <hib@hiberis.nl>
947
948         * shell/main.c:
949
950         Include gdkx only for dbus support. See bug #339172.
951         
952 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
953
954         * shell/ev-view.c: (ev_view_set_zoom_for_size):
955
956         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
957         #567785.
958         
959 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
960
961         * shell/ev-window.c: (reload_remote_copy_progress_cb),
962         (window_save_file_copy_progress_cb):
963
964         Use brakets around the percentage in progress messages. See bug
965         #567910.
966         
967 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-window.c: (reload_remote_copy_ready_cb):
970
971         Fix typo in error message. See bug #567910.
972         
973 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
974
975         * shell/ev-window.c: (ev_window_cmd_file_close_window):
976
977         Fix mnemonic conflict. Fixes bug #567937.
978         
979 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
980
981         * NEWS:
982         * configure.ac:
983
984         Update for release 2.25.4
985         
986 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
987
988         * configure.ac:
989         
990         GLib version requirement bumped to 2.18 due to g_set_error_literal.
991         Thanks to Christian Spurk.
992
993 2008-12-31  Hib Eris  <hib@hiberis.nl>
994         
995         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
996
997         Fix mime type handling.
998         
999 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * po/POTFILES.in:
1002
1003         Add ev-print-operation.c.
1004         
1005 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * shell/ev-window.c: (ev_window_clear_progress_idle),
1008         (reset_progress_idle), (ev_window_show_progress_message),
1009         (ev_window_reset_progress_cancellable),
1010         (ev_window_progress_response_cb), (show_loading_progress),
1011         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
1012         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
1013         (show_reloading_progress), (reload_remote_copy_ready_cb),
1014         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
1015         (show_saving_progress), (window_save_file_copy_ready_cb),
1016         (window_save_file_copy_progress_cb), (ev_window_save_remote),
1017         (ev_window_dispose):
1018
1019         Show progress information when loading/saving remote files. Fixes
1020         bug #370958.
1021         
1022 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1023
1024         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
1025
1026         Show better warning message when temp file cannot be deleted.
1027         
1028 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (image_save_dialog_response_cb):
1031
1032         Fix saving images to remote locations.
1033         
1034 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-application.[ch]: (ev_application_shutdown),
1037         (ev_application_get_print_settings_file),
1038         (ev_application_save_print_settings),
1039         (ev_application_get_print_settings),
1040         (ev_application_set_print_settings),
1041         (ev_application_get_page_setup), (ev_application_set_page_setup):
1042         * shell/ev-window.c: (ev_window_save_print_page_setup),
1043         (ev_window_load_print_page_setup_from_metadata),
1044         (ev_window_print_page_setup_done_cb),
1045         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
1046         (ev_window_cmd_preview_print):
1047
1048         Remember page setup options too. Paper size is globally remembered
1049         while page margins are stored per document in metadata file. Fixes
1050         bugs #525185 and #349102.
1051         
1052 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1053
1054         * shell/ev-print-operation.c:
1055         (ev_print_operation_export_print_dialog_response_cb):
1056
1057         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
1058         
1059 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1060
1061         * shell/ev-print-operation.c: (export_cancel),
1062         (export_job_cancelled), (ev_print_operation_export_begin),
1063         (ev_print_operation_export_cancel):
1064         * shell/ev-window.c: (ev_window_print_cancel),
1065         (ev_window_print_update_pending_jobs_message),
1066         (ev_window_print_operation_done),
1067         (ev_window_print_operation_status_changed),
1068         (print_jobs_confirmation_dialog_response),
1069         (ev_window_cmd_file_close_window):
1070
1071         Show a confirmation dialog when there are pending print jobs while
1072         closing the main window. Fixes bug #480964.
1073         
1074 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
1077         (ev_print_operation_get_job_name),
1078         (ev_print_operation_get_status),
1079         (ev_print_operation_get_progress),
1080         (ev_print_operation_update_status),
1081         (ev_print_operation_export_get_job_name), (clamp_ranges),
1082         (get_first_and_last_page), (ev_print_operation_export_run_next),
1083         (print_job_finished), (export_print_done), (export_job_cancelled),
1084         (update_progress), (export_print_page),
1085         (ev_print_operation_export_begin),
1086         (ev_print_operation_export_print_dialog_response_cb),
1087         (ev_print_operation_export_run),
1088         (ev_print_operation_export_cancel),
1089         (ev_print_operation_export_class_init):
1090         * shell/ev-window.c:
1091         (ev_window_print_update_pending_jobs_message),
1092         (ev_window_print_operation_done),
1093         (ev_window_print_progress_response_cb),
1094         (ev_window_print_operation_status_changed),
1095         (ev_window_print_operation_begin_print), (ev_window_print_range),
1096         (ev_window_dispose):
1097
1098         Show progress information when printing. Fixes bug #482770.
1099         
1100 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * shell/Makefile.am:
1103         * shell/ev-progress-message-area.[ch]:
1104         * shell/ev-message-area.[ch]: (ev_message_area_init),
1105         (ev_message_area_set_image_from_stock):
1106
1107         Add EvProgressMessageArea derived from EvMessageArea to show
1108         progress information in the message area. 
1109         
1110 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1113
1114         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1115         close button. Add a function to get the contents of the message
1116         area.
1117         
1118 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * shell/Makefile.am:
1121         * shell/ev-print-operation.[ch]:
1122         * shell/ev-jobs.[ch]: (ev_job_export_init),
1123         (ev_job_export_dispose), (ev_job_export_run),
1124         (ev_job_export_class_init), (ev_job_export_new),
1125         (ev_job_export_set_page):
1126         * shell/ev-window.c: (ev_window_print_operation_done),
1127         (ev_window_print_range), (ev_window_dispose):
1128
1129         First step of the printing system rework. EvJobPrint has been
1130         replaced by EvJobExport so that every page is scheduled to be
1131         exported in a thread instead of scheduling the whole printing
1132         process. This way the gui is responsive during printing.
1133         
1134 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * shell/ev-window.c: (setup_size_from_metadata),
1137         (ev_window_load_print_settings_from_metadata):
1138
1139         Fix memory leaks.
1140         
1141 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * libdocument/ev-document.c: (ev_document_get_type):
1144
1145         Add GObject type as prerequisite to EvDocument interface so that
1146         document instances can be used as GObjects.
1147         
1148 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1149
1150         * shell/ev-view.c: (jump_to_find_result):
1151
1152         Only jump the the location of the find result for the first match
1153         when searching. It drastically improves the performance when
1154         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1155         #564774.
1156         
1157 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1158
1159         * properties/ev-properties-main.c: (ev_properties_get_pages):
1160         * properties/ev-properties-view.[ch]:
1161         (ev_properties_view_dispose), (ev_properties_view_class_init),
1162         (ev_properties_view_set_info), (ev_properties_view_new):
1163         * shell/ev-properties-dialog.[ch]:
1164         (ev_properties_dialog_set_document):
1165         * shell/ev-window.c: (ev_window_setup_document),
1166         (ev_window_cmd_file_properties):
1167
1168         Add document URI to properties page. Fixes bug #555376.
1169         
1170 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * configure.ac:
1173         * data/Makefile.am:
1174         * data/evince-password.glade: Removed
1175         * data/evince-properties.glade: Removed
1176         * properties/ev-properties-view.c:
1177         (ev_properties_view_class_init), (set_property),
1178         (ev_properties_view_set_info), (ev_properties_view_init):
1179         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1180         (font_cell_data_func), (ev_properties_fonts_init):
1181
1182         Remove Glade dependency.
1183         
1184 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1185
1186         * backend/comics/comics-document.c: (comics_document_load):
1187
1188         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1189         
1190 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * NEWS:
1193         * configure.ac:
1194
1195         Update for release 2.25.2
1196         
1197 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * configure.ac:
1200         * shell/Makefile.am:
1201         * shell/ev-keyring.[ch]:
1202         * shell/ev-password.[ch]: Removed
1203         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1204         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1205         (ev_password_view_init), (ev_password_view_set_uri),
1206         (ev_password_dialog_got_response),
1207         (ev_password_dialog_remember_button_toggled),
1208         (ev_password_dialog_entry_changed_cb),
1209         (ev_password_dialog_entry_activated_cb),
1210         (ev_password_view_ask_password), (ev_password_view_get_password),
1211         (ev_password_view_get_password_save_flags),
1212         (ev_password_view_new):
1213         * shell/ev-window.c: (ev_window_password_view_unlock),
1214         (ev_window_load_job_cb), (ev_window_close_dialogs),
1215         (ev_window_init):
1216
1217         Rework the password view. When the password is in the keyring it's
1218         used automatically without showing the password dialog and it's  
1219         only stored in the keyring when we are sure it's correct. The
1220         password dialog has been reworked too, in order to make it
1221         more hig compliant and consistent with the GTK+ dialog used in
1222         gtkmountoperation. Fixes bug #562496. 
1223         
1224 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * backend/comics/comics-document.c: (comics_document_load):
1227
1228         Do not trust file extensions when getting the command needed to
1229         uncompress comic documents. Fixes bug #562143.
1230         
1231 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1232
1233         * libdocument/ev-document-factory.c: (get_document_from_uri),
1234         (ev_document_factory_get_document):
1235         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1236         (get_mime_type_from_data), (ev_file_get_mime_type):
1237
1238         Move mime-type functions from document-facrory to file-helpers so
1239         that it can be reused.
1240         
1241 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1244         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1245         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1246         (ev_window_reload_remote), (ev_window_reload_document):
1247
1248         Add support for reloading remote documents. Fixes bug #555399.
1249         
1250 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * shell/ev-view.c: (ev_view_find_previous):
1253
1254         Make sure find_result is never < 0 which causes a crash while
1255         searching. Fixes bug #558377.
1256         
1257 2008-11-19  Marek Kašík <mkasik@redhat.com>
1258
1259         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1260         (ev_pixbuf_cache_get_selection_surface):
1261         
1262         Fixes crash on fast scrolling with simultaneous text selection.
1263
1264 2008-11-19  Marek Kašík <mkasik@redhat.com>
1265
1266         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1267         * shell/ev-window.c (launch_external_uri):
1268         
1269         Fixes assertion fail on selecting text. See bug #561393.
1270
1271 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/Makefile.am:
1274         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1275         (ev_job_layers_dispose), (ev_job_layers_run),
1276         (ev_job_layers_class_init), (ev_job_layers_new):
1277         * shell/ev-sidebar-layers.[ch]:
1278         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1279         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1280         (ev_view_reload_page), (ev_view_reload):
1281         * shell/ev-window.c: (setup_sidebar_from_metadata),
1282         (ev_window_sidebar_current_page_changed_cb),
1283         (sidebar_layers_visibility_changed), (ev_window_init):
1284
1285         Add layers support.
1286         
1287 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * data/icons/22x22/actions/Makefile.am:
1290         * data/icons/22x22/actions/eye.png:
1291         * shell/ev-stock-icons.[ch]:
1292         
1293         Add eye icon from gimp to hide/show layers.
1294         
1295 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1296
1297         * configure.ac:
1298         * cut-n-paste/Makefile.am:
1299         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1300         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1301         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1302
1303         Add GimpCellRendererToggle from gimp slightly modified to fit our
1304         needs. 
1305         
1306 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * configure.ac:
1309         * backend/pdf/ev-poppler.cc:
1310
1311         Implement layers interface in PDF backend.
1312         
1313 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * libdocument/Makefile.am:
1316         * libdocument/ev-document-layers.[ch]:
1317         * libdocument/ev-layer.[ch]:
1318
1319         Add optional content (layers) interface.
1320         
1321 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1324         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1325
1326         Removes unused code.
1327
1328 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * NEWS:
1331         * configure.ac:
1332
1333         Update for 2.25.1 release
1334
1335 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * shell/ev-window.c:
1338
1339         Fix build with GTK+ < 2.14
1340
1341 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1342
1343         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1344         
1345         Makes menu label translatable. Fixes bug #559129.
1346
1347 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1348
1349         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1350         (t1_transform_font):
1351         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1352         
1353         More renames of warning to mdvi_warning in follow up to the
1354         fix of the bug #553369. Fix for the bug #559257 by
1355         Tuxce <tuxce.net@gmail.com>.
1356         
1357 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-application.c: (ev_application_init_session):
1360         * shell/main.c: (main):
1361
1362         Move the egg_set_desktop_file() call to main and remove
1363         gtk_window_set_default_icon_name() since it's already called by
1364         egg_set_desktop_file()
1365         
1366 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1369
1370         Initialize GError to NULL.
1371         
1372 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1375         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1376         (ev_window_preview_print_finished), (launch_action):
1377
1378         Do not use popup dialogs to show error messages anymore, use the
1379         message area instead.
1380         
1381 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (ev_window_error_message),
1384         (ev_window_warning_message), (ev_window_set_document),
1385         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1386         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1387         (ev_window_cmd_help_contents), (launch_external_uri),
1388         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1389         (ev_attachment_popup_cmd_open_attachment),
1390         (attachment_save_dialog_response_cb):
1391
1392         Use a message format (with printf()-style) in
1393         ev_window_error_message and ev_window_warning_message.
1394
1395 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-window.c: (ev_window_error_message),
1398         (ev_window_warning_message), (ev_window_set_document),
1399         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1400         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1401         (ev_window_cmd_help_contents), (launch_external_uri),
1402         (image_save_dialog_response_cb),
1403         (ev_attachment_popup_cmd_open_attachment),
1404         (attachment_save_dialog_response_cb):
1405
1406         Change ev_window_error_message and ev_window_warning_message to
1407         receive a EvWindow instead of a GtkWindow. It's more consistent
1408         and avoids unneeded casts.
1409         
1410 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-window.c: (ev_window_cmd_help_contents):
1413
1414         Use gtk_show_uri() when availale to display help contents.
1415         
1416 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1417
1418         * configure.ac:
1419         * backend/pdf/ev-poppler.cc:
1420         * properties/ev-properties-view.c:
1421         * shell/Makefile.am:
1422         * shell/ev-tooltip.[ch]: Removed
1423         * shell/ev-view-private.h
1424         * shell/eggfindbar.c:
1425         * shell/ev-application.c:
1426         * shell/ev-open-recent-action.c:
1427         * shell/ev-sidebar-thumbnails.c:
1428         * shell/ev-view.c:
1429         * shell/ev-window.c:
1430
1431         Bump GTK+ requirement to 2.12.
1432         
1433 2008-10-27 Christian Persch <chpe@gnome.org>
1434
1435         * backend/djvu/djvu-document.c
1436         * backend/dvi/cairo-device.c
1437         * cut-n-paste/evmountoperation/ev-mount-operation.h
1438         * cut-n-paste/gedit-message-area/gedit-message-area.h
1439         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1440         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1441         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1442         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1443         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1444         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1445         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1446         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1447         * cut-n-paste/zoom-control/ephy-zoom-action.c
1448         * cut-n-paste/zoom-control/ephy-zoom-action.h
1449         * cut-n-paste/zoom-control/ephy-zoom-control.c
1450         * cut-n-paste/zoom-control/ephy-zoom-control.h
1451         * libdocument/ev-async-renderer.h
1452         * libdocument/ev-document-factory.c
1453         * libdocument/ev-document-misc.h
1454         * libdocument/ev-image.h
1455         * libdocument/ev-selection.h
1456         * shell/ev-properties-fonts.h
1457         * shell/ev-stock-icons.h
1458         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1459         directly. Bug #558064.
1460
1461 2008-10-27 Christian Persch <chpe@gnome.org>
1462
1463         * cut-and-paste/smclient/*: Update from libegg.
1464
1465 2008-10-27 Christian Persch <chpe@gnome.org>
1466
1467         * backend/djvu/djvu-document.c
1468         * backend/ps/ev-spectre.c
1469         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1470
1471 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1472
1473         * shell/ev-view.c (ev_view_change_page),
1474         (ev_view_transition_animation_finish),
1475         (ev_view_transition_animation_cancel), (page_changed_cb),
1476         (ev_view_set_presentation), (ev_view_next_page),
1477         (ev_view_previous_page):
1478         
1479         Cancel the animation without scheduling transition start
1480         and proceed to the next page to fix bug #516749.
1481
1482 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1483
1484         * NEWS:
1485         * configure.ac:
1486
1487         Update for release 2.24.1
1488         
1489 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1490
1491         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1492
1493         Disable toggle function of F5 when in presentation mode. Patch by
1494         Dave Neary. Fixes bug #556162.
1495         
1496 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1497
1498         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1499         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1500         (ev_sidebar_thumbnails_fill_model),
1501         (ev_sidebar_thumbnails_refresh),
1502         (ev_sidebar_thumbnails_set_document):
1503
1504         Instead of using only one loading icon for thumbnails based on the
1505         size of the first page, create an icon for every different page
1506         size. Fixes bug #556264.
1507         
1508 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1509
1510         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1511
1512         Fix memory leak.
1513         
1514 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1515
1516         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1517
1518         Removes bad prefixes from window title. Patch by 
1519         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1520         
1521 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1522
1523         * shell/ev-window.c: (launch_external_uri):
1524
1525         Do not consider mailto links as http uris. Fixes bug #555801.
1526         
1527 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1528
1529         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1530
1531         Fix memory leak. Fixes bug #555134.
1532         
1533 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1536
1537         Emit the job finished signal when the job is handled before the
1538         page_ready callback.
1539         
1540 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * shell/ev-window.c: (launch_action):
1543
1544         Use GdkAppLaunchContext when available to launch external
1545         applications.
1546         
1547 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1548
1549         * shell/ev-window.c: (launch_action):
1550
1551         Fix launching external applications for launch actions which seems
1552         to be broken since the gio port. Fixes bug #554500.
1553         
1554 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1555
1556         * backend/dvi/Makefile.am:
1557         * backend/dvi/cairo-device.c:
1558         * backend/dvi/dvi-document.c:
1559         * backend/dvi/mdvi-lib/Makefile.am:
1560
1561         Fix several compile warnings in the dvi backend.
1562         
1563 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1564
1565         * backend/dvi/mdvi-lib/common.h:
1566         * backend/dvi/mdvi-lib/dviread.c:
1567         * backend/dvi/mdvi-lib/font.c:
1568         * backend/dvi/mdvi-lib/fontmap.c:
1569         * backend/dvi/mdvi-lib/fontsrch.c:
1570         * backend/dvi/mdvi-lib/gf.c:
1571         * backend/dvi/mdvi-lib/pagesel.c:
1572         * backend/dvi/mdvi-lib/pk.c:
1573         * backend/dvi/mdvi-lib/sp-epsf.c:
1574         * backend/dvi/mdvi-lib/special.c:
1575         * backend/dvi/mdvi-lib/tfm.c:
1576         * backend/dvi/mdvi-lib/tfmfile.c:
1577         * backend/dvi/mdvi-lib/util.c:
1578         * backend/dvi/mdvi-lib/vf.c:
1579
1580         Rename error as mdvi_error to avoid symbol conflicts with the libc
1581         error. Rename also message, crash, fatal and warning for
1582         consistency. Fixes bug #553369.
1583         
1584 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * backend/dvi/dvi-document.c: (dvi_document_load):
1587
1588         Fix memory leak.
1589         
1590 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * backend/dvi/dvi-document.c:
1593
1594         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1595         G_IMPLEMENT_INTERFACE.
1596         
1597 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1600
1601         Make sure copy_job_page_and_selection_to_job_info is always called
1602         before copy_job_to_job_info. Fixes bug #552382.
1603         
1604 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * NEWS:
1607         * configure.ac:
1608
1609         Update for release 2.24.0
1610         
1611 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/ev-window.c: (launch_external_uri):
1614
1615         Use GdkAppLaunchContext when available to launch external uris.
1616         
1617 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1618
1619         * shell/ev-window.c: (launch_external_uri):
1620
1621         Use the message area to show errors when lauching external uris
1622         instead of a popup window.
1623         
1624 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * shell/ev-window.c: (launch_external_uri):
1627
1628         Assume invalid uris are http uris. Fixes bug #552071.
1629         
1630 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * NEWS:
1633         * configure.ac:
1634
1635         Update for release 2.23.92.
1636         
1637 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1638
1639         * shell/eggfindbar.c: (egg_find_bar_class_init):
1640
1641         Allow page scrolling with PageUp/PageDown keys when find bar is
1642         active. Fixes bug #529833.
1643         
1644 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * shell/ev-view-private.h:
1647         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1648         (ev_view_scroll), (ev_view_class_init):
1649         * shell/ev-view-accessible.c:
1650         (ev_view_accessible_action_do_action):
1651         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1652         (ev_window_cmd_scroll_backward):
1653
1654         Use GtkScrollType instead of EvScrollType.
1655         
1656 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1657
1658         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1659         
1660         Patch for case unsensitive page label match by Michael Lee.
1661         See bug #550136.
1662         
1663         * shell/ev-page-action.c (create_tool_item):    
1664         * test/Makefile.am:
1665         * test/test1.py:
1666         * test/test4.py:
1667         * test/test5.py:
1668         
1669         Added test for the above and updated other tests.
1670
1671 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1672
1673         * shell/ev-window.c: (image_save_dialog_response_cb):
1674
1675         Do not append the file extension twice when saving an image.
1676         
1677 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1678
1679         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1680
1681         Remove an invalid ifdef.
1682         
1683 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1684
1685         * shell/ev-view.c: (ev_view_motion_notify_event):
1686
1687         Make sure the cursor is correctly restored after showing the right
1688         click menu.
1689         
1690 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1691
1692         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1693         (ev_attachment_open):
1694         * shell/ev-sidebar-attachments.c:
1695         (ev_sidebar_attachments_button_press):
1696         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1697
1698         Use GdkAppLaunchContext when available to open attachments.
1699         
1700 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1703
1704         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1705         by Eric Piel.
1706         
1707 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-application.c: (ev_application_get_media_keys):
1710         * shell/ev-media-player-keys.[ch]:
1711         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1712         (ev_media_player_keys_grab_keys),
1713         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1714         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1715         * shell/ev-window.[ch]: (ev_window_dispose),
1716         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1717         (ev_window_init):
1718
1719         Clean up the media player keys stuff.
1720         
1721 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * NEWS:
1724         * configure.ac:
1725
1726         Update for release 2.23.91.
1727         
1728 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1731         (sm_client_xsmp_set_initial_properties):
1732
1733         Fix memory leak.
1734         
1735 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1736
1737         * shell/ev-application.c: (ev_application_open_window),
1738         (ev_application_open_uri_at_dest):
1739
1740         Make sure evince starts up in the right workspace when resuming a
1741         previous session.
1742         
1743 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-application.[ch]: (ev_application_open_window),
1746         (ev_application_add_icon_path_for_screen),
1747         (ev_application_open_uri_at_dest):
1748
1749         Fix window manager warnings shown in ~/.xsession-errors
1750         
1751 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1752
1753         * configure.ac:
1754         * cut-n-paste/Makefile.am:
1755         * cut-n-paste/smclient/Makefile.am:
1756         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1757         * cut-n-paste/smclient/eggsmclient-private.h:
1758         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1759         * cut-n-paste/smclient/eggsmclient.[ch]:
1760
1761         EggSMClient copied from libegg
1762
1763         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1764         * shell/Makefile.am:
1765         * shell/ev-application.[ch]: (ev_application_load_session),
1766         (smclient_save_state_cb), (smclient_quit_cb),
1767         (ev_application_init_session), (ev_application_shutdown),
1768         (ev_application_init):
1769         * shell/main.c: (main):
1770
1771         Use EggSMClient instead of gnome-client and remove libgnome and
1772         libgnomeui dependencies.
1773         
1774 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * shell/main.c: (main):
1777
1778         Remove gnome_authentication_manager_init.
1779         
1780 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * shell/ev-view.c: (ev_view_goto_window_create):
1783
1784         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1785         since it's now deprecated.
1786         
1787 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * backend/djvu/Makefile.am:
1790         * backend/djvu/djvu-document-private.h:
1791         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1792         (djvu_document_find_iface_init):
1793         * backend/djvu/djvu-text-page.[ch]:
1794         * backend/djvu/djvu-text.[ch]: Removed
1795         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1796         (pdf_document_find_iface_init):
1797         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1798         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1799         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1800         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1801         (ev_job_find_has_results), (ev_job_find_get_results):
1802         * shell/ev-view-private.h:
1803         * shell/ev-view.[ch]: (ev_view_expose_event),
1804         (highlight_find_results), (ev_view_finalize),
1805         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1806         (ev_view_set_document), (ev_view_find_get_n_results),
1807         (ev_view_find_get_result), (jump_to_find_result),
1808         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1809         (ev_view_find_previous), (ev_view_find_search_changed),
1810         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1811         * shell/ev-window.c: (ev_window_update_actions),
1812         (page_changed_cb), (ev_window_setup_document),
1813         (ev_window_update_find_status_message),
1814         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1815         (ev_window_clear_find_job), (find_bar_close_cb),
1816         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1817         (ev_window_dispose), (ev_window_init):
1818
1819         Rework find interface. The find logic has been moved from backends
1820         to the shell avoiding a lot of duplicated code in the backends and
1821         making easier to implement the find interface in the backends.
1822         
1823 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * backend/pdf/ev-poppler.cc:
1826         (pdf_document_thumbnails_get_dimensions):
1827
1828         Make sure thumbnail size returned by the PDF is actually
1829         valid. Fixes bug #548462.
1830         
1831 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1832
1833         * shell/ev-window.c: (ev_window_setup_document),
1834         (ev_window_set_document), (ev_window_dispose):
1835
1836         Remove the idle function for setting the document up when the
1837         window is destroyed. Fixes bug #549163.
1838         
1839 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1842         (ev_job_attachments_dispose), (ev_job_attachments_run),
1843         (ev_job_attachments_class_init), (ev_job_attachments_new):
1844         * shell/ev-sidebar-attachments.c:
1845         (ev_sidebar_attachments_set_document):
1846
1847         Add a new job to get the attachments in a thread with the document
1848         lock held. Fixes bug #548653.
1849         
1850 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1851
1852         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1853         (tiff_document_document_iface_init):
1854
1855         Implement document_get_page_label in tiff backend.
1856         
1857 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * backend/tiff/tiff-document.c: (tiff_document_render):
1860
1861         Handle document orientation in tiff backend. Fixes bug #548444.
1862         
1863 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1866
1867         Do not crash when adjustment page size is 0. Fixes bug #547440.
1868         
1869 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1872
1873         Sync with current GTK+.
1874         
1875 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1876
1877         * configure.ac:
1878         
1879         Update for release 2.23.6.
1880
1881 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1884         (ev_job_load_set_password):
1885         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1886         * shell/ev-window.c: (password_dialog_response),
1887         (ev_window_load_job_cb):
1888
1889         Fix loading encrypted documents since I broke it with the jobs
1890         rework.
1891         
1892 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * NEWS:
1895
1896         Update NEWS for 2.23.6 release.
1897         
1898 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1899
1900         * backend/impress/impress-document.c:
1901         * backend/impress/render.h:
1902         * libdocument/ev-document-factory.c:
1903         * libdocument/ev-document-factory.h:
1904         * libdocument/ev-document-links.h:
1905         * libdocument/ev-document-misc.c:
1906         * libdocument/ev-document-misc.h:
1907         * properties/ev-properties-main.c:
1908         * properties/ev-properties-view.c:
1909         * properties/ev-properties-view.h:
1910         * shell/eggfindbar.c:
1911         * shell/eggfindbar.h:
1912         * shell/ev-application.c:
1913         * shell/ev-application.h:
1914         * shell/ev-jobs.h:
1915         * shell/ev-message-area.h:
1916         * shell/ev-navigation-action.c:
1917         * shell/ev-navigation-action.h:
1918         * shell/ev-open-recent-action.c:
1919         * shell/ev-open-recent-action.h:
1920         * shell/ev-page-action-widget.c:
1921         * shell/ev-page-action.c:
1922         * shell/ev-page-action.h:
1923         * shell/ev-page-cache.h:
1924         * shell/ev-password-view.h:
1925         * shell/ev-password.h:
1926         * shell/ev-pixbuf-cache.h:
1927         * shell/ev-properties-fonts.c:
1928         * shell/ev-sidebar-attachments.c:
1929         * shell/ev-sidebar-links.c:
1930         * shell/ev-sidebar-links.h:
1931         * shell/ev-sidebar-thumbnails.c:
1932         * shell/ev-sidebar-thumbnails.h:
1933         * shell/ev-sidebar.c:
1934         * shell/ev-sidebar.h:
1935         * shell/ev-stock-icons.c:
1936         * shell/ev-tooltip.h:
1937         * shell/ev-view.c:
1938         * shell/ev-view.h:
1939         * shell/ev-window.c:
1940         * shell/ev-window.h:
1941         * shell/main.c:
1942
1943         More #include cleanups. Again: reordering, single gtk.h
1944         includes and other stuff.
1945
1946 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1947
1948         * shell/eggfindbar.c:
1949         * shell/ev-application.c:
1950         * shell/ev-message-area.c:
1951         * shell/ev-navigation-action.c:
1952         * shell/ev-open-recent-action.c:
1953         * shell/ev-page-action-widget.c:
1954         * shell/ev-page-action.c:
1955         * shell/ev-password-view.c:
1956         * shell/ev-properties-dialog.c:
1957         * shell/ev-properties-fonts.c:
1958         * shell/ev-sidebar-attachments.c:
1959         * shell/ev-sidebar-page.c:
1960         * shell/ev-sidebar-thumbnails.c:
1961         * shell/ev-stock-icons.c:
1962         * shell/ev-tooltip.c:
1963         * shell/ev-view.c:
1964         * shell/ev-window.c:
1965         * shell/main.c:
1966
1967         Cleanup many #include statements: reorder so that a
1968         generic-to-specific order is used, use single gtk.h
1969         includes, and some other cleanups.
1970
1971 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1972
1973         * shell/ev-jobs.h:
1974
1975         Add gio header.
1976         
1977 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1978
1979         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1980         (ev_document_fc_mutex_trylock):
1981         * shell/Makefile.am:
1982         * shell/ev-job-queue.[ch]:
1983         * shell/ev-job-scheduler.[ch]:
1984         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1985         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1986         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1987         (ev_job_failed_from_error), (ev_job_succeeded),
1988         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1989         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1990         (ev_job_links_class_init), (ev_job_render_init),
1991         (notify_page_ready), (ev_job_render_page_ready),
1992         (ev_job_render_run), (ev_job_render_class_init),
1993         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1994         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1995         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1996         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1997         (ev_job_save_dispose), (ev_job_save_run),
1998         (ev_job_save_class_init), (ev_job_print_init),
1999         (ev_job_print_dispose), (ev_job_print_run),
2000         (ev_job_print_class_init):
2001         * shell/ev-page-cache.c:
2002         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2003         (check_job_size_and_unref), (move_one_job),
2004         (copy_job_to_job_info), (add_job),
2005         (ev_pixbuf_cache_add_jobs_if_needed):
2006         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
2007         (job_fonts_finished_cb), (job_fonts_updated_cb),
2008         (ev_properties_fonts_set_document):
2009         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
2010         (ev_sidebar_links_set_document):
2011         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
2012         (ev_sidebar_thumbnails_set_document),
2013         (ev_sidebar_thumbnails_clear_job):
2014         * shell/ev-view-private.h:
2015         * shell/ev-view.c:
2016         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
2017         (ev_window_refresh_window_thumbnail), (password_dialog_response),
2018         (ev_window_clear_load_job), (ev_window_clear_reload_job),
2019         (ev_window_load_job_cb), (ev_window_reload_job_cb),
2020         (window_open_file_copy_ready_cb), (ev_window_open_uri),
2021         (ev_window_reload_document), (ev_window_clear_save_job),
2022         (ev_window_save_job_cb), (file_save_dialog_response_cb),
2023         (ev_window_clear_print_job), (ev_window_print_job_cb),
2024         (ev_window_print_dialog_response_cb):
2025         * shell/main.c: (main):
2026
2027         Rework the jobs system in order to make it simpler and more
2028         extensible. It allows to run jobs in the main loop instead of
2029         using a thread when it's appropriate like the fonts job. Now it's
2030         also possible to cancel jobs that are currently running. 
2031         
2032 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * libdocument/ev-debug.c: (profile_init):
2035
2036         Create the hash table also when profiling service is enabled for
2037         all sections.
2038         
2039 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * libdocument/ev-debug.[ch]: (ev_profiler_start),
2042         (ev_profiler_stop):
2043         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
2044         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
2045         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
2046         (ev_job_print_run):
2047         * shell/main.c: (main):
2048
2049         Add a profile mode available when debug is enabled. Add profilers
2050         in ev-jobs.
2051         
2052 2008-07-23  Götz Waschk <waschk@mandriva.org>
2053
2054         * configure.ac: Correctly build desktop file. Fixes
2055         bug #544237.
2056
2057 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2058
2059         * configure.ac:
2060         
2061         Update for release 2.23.5.
2062
2063 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2064
2065         * NEWS:
2066
2067         Update NEWS for 2.23.5 release.
2068         
2069 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * shell/ev-window.c: (ev_window_state_event),
2072         (ev_window_class_init):
2073
2074         Intercept window manager's fullscreen request in order to run/stop
2075         fullscreen mode. Fixes bug #493541.
2076         
2077 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-window.c: (find_bar_visibility_changed_cb):
2080
2081         Restart the job search when the find bar is opened for the second
2082         time. Fixes bug #531956.
2083         
2084 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2087         (get_document_from_uri):
2088
2089         Make sure we always return a valid error struct when
2090         get_document_from_uri fails. Fixes nautilus crash, see bug
2091         #542548.
2092         
2093 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2094
2095         * libdocument/ev-transition-effect.c
2096         (ev_transition_effect_type_get_type),
2097         (ev_transition_effect_alignment_get_type),
2098         (ev_transition_effect_direction_get_type):
2099         
2100         Fixes bug #542924. Makes enums static to fix Solaris build.
2101
2102 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * shell/ev-view.c: (ev_view_key_press_event):
2105
2106         Add '.' keybinding for blanking the screen in presentation
2107         mode. Fixes bug #542001.
2108         
2109 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * libdocument/ev-document-misc.c:
2112         (ev_document_misc_pixbuf_from_surface):
2113
2114         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2115         #540950.
2116         
2117 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2118
2119         * backend/comics/comics-document.c (comics_document_load):
2120         * backend/comics/comicsdocument.evince-backend.in:
2121         * configure.ac:
2122         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2123         
2124         Added support for 7-zip based cb7 comic book. Patch by
2125         Kartik Rustagi. Fixes bug #532312.
2126
2127 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2128
2129         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2130         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2131         Fixes bug #539972.
2132
2133 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2134
2135         * shell/Makefile.am:
2136         * shell/ev-application.c (ev_application_init),
2137         (ev_application_get_media_keys):
2138         * shell/ev-application.h:
2139         * shell/ev-marshal.list:
2140         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2141         (proxy_destroy), (on_media_player_key_pressed),
2142         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2143         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2144         * shell/ev-media-player-keys.h:
2145         * shell/ev-window.c (ev_window_go_previous_page),
2146         (ev_window_go_next_page), (ev_window_go_first_page),
2147         (ev_window_go_last_page), (ev_window_start_presentation),
2148         (ev_window_dispose), (view_actions_focus_in_cb):
2149         * shell/ev-window.h: When building with D-Bus support, listen
2150         for multimedia key events from gnome-settings-daemon. This allows
2151         to go to the next/previous/first/last pages using, respectively,
2152         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2153         a presentation. Fixes bug #539971.
2154
2155 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2156
2157         * configure.ac:
2158         
2159         Update for release 2.23.4.
2160
2161 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2162
2163         * NEWS:
2164
2165         Update news for 2.23.4 release.
2166         
2167 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2170         * shell/ev-sidebar-thumbnails.c:
2171         (ev_sidebar_thumbnails_set_loading_icon),
2172         (ev_sidebar_thumbnails_refresh):
2173         * shell/ev-window.c: (ev_window_error_message),
2174         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2175         (ev_window_set_document):
2176
2177         Do not crash opening documents with no pages and show a warning
2178         message in the message area. Fixes bugs #537574 and #171588.
2179         
2180 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2181
2182         * shell/Makefile.am:
2183         * shell/ev-file-monitor.[ch]:
2184         * shell/ev-window.c: (ev_window_document_changed),
2185         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2186         (ev_window_reload_job_cb), (ev_window_open_uri),
2187         (ev_window_reload_document), (ev_window_cmd_view_reload),
2188         (ev_window_dispose):
2189
2190         Automaticly reload the document when the file has changed on
2191         disk. Bug #304249.
2192         
2193 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2194
2195         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2196         * libdocument/ev-image.c: (ev_image_save_tmp):
2197         * libdocument/ev-module.c: (ev_module_load):
2198         * shell/ev-application.c: (ev_application_shutdown),
2199         (ev_application_get_print_settings):
2200         * shell/ev-sidebar-attachments.c:
2201         (ev_sidebar_attachments_button_press),
2202         (ev_sidebar_attachments_drag_data_get):
2203         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2204         (ev_window_print_finished), (ev_window_print_send),
2205         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2206         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2207         (ev_window_cmd_preview_print):
2208         * shell/main.c: (load_files_remote):
2209         Fix some build warnings under GCC 4.3.0. (#537535).
2210
2211 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * shell/ev-jobs.c: (ev_job_render_dispose):
2214
2215         Fix a crash in debug mode. Patch by Daniel M German.
2216         
2217 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * shell/ev-window.c:
2220
2221         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2222         
2223 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * shell/ev-window.c: (ev_window_print_send),
2226         (ev_window_do_preview_print):
2227
2228         Use the window title as print job name instead of just
2229         "evince-print". Fixes bug #534493.
2230         
2231 2008-05-19  Frederic Peters  <fpeters@0d.be>
2232
2233         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2234         Bug #533897.
2235
2236 2008-05-19  Frederic Peters  <fpeters@0d.be>
2237
2238         * help/reference/Makefile.am: added missing libevmountoperation to
2239         gtkdoc-scanobj libraries.  Bug #533896.
2240
2241 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2242
2243         * properties/ev-properties-view.c (get_default_user_units):
2244         Fixes check for default units string translation. Bug #533323.
2245
2246 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2247
2248         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2249         be an iks_free(). Fix an array overflow in the XML parser that
2250         would occur whenever the number of attributes in a tag was greater
2251         than 0 and divisible by 6. Fixes GNOME bug #530852.
2252
2253 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * backend/djvu/djvu-document-private.h:
2256         * backend/djvu/djvu-links.c:
2257         * backend/djvu/djvu-text.c:
2258         * backend/djvu/djvu-document.c: (djvu_handle_events),
2259         (djvu_wait_for_message), (djvu_document_load),
2260         (document_get_page_size), (djvu_document_render),
2261         (djvu_document_thumbnails_get_thumbnail),
2262         (djvu_document_file_exporter_end):
2263
2264         Make sure load job doesn't finish successfully when the document
2265         is not successfully decoded by libdjvu. Fixes bug #530202.
2266         
2267 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * configure.ac:
2270         * libdocument/Makefile.am:
2271         * libdocument/ev-debug.[ch]:
2272         * libdocument/ev-document.c:
2273         * shell/ev-jobs.c: (ev_job_links_dispose),
2274         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2275         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2276         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2277         (ev_job_render_page_ready), (ev_job_render_run),
2278         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2279         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2280         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2281         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2282         (ev_job_print_new), (ev_job_print_run):
2283         * shell/main.c: (main):
2284
2285         Add debug mode based on gedit code. Add debug messages in
2286         ev-jobs.
2287         
2288 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * libdocument/ev-document-factory.c: (get_document_from_uri):
2291
2292         Fix memory leak.
2293         
2294 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2295
2296         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2297         (get_mime_type_from_data), (get_document_from_uri),
2298         (ev_document_factory_get_document):
2299         
2300         Improved error message about file opening failture.
2301         Bug #529129.
2302
2303 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2304
2305         * data/evince-toolbar.xml:
2306         
2307         Allow to add SaveAs to toolbar.
2308
2309 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-view-private.h:
2312         * shell/ev-view.[ch]: (ev_view_button_release_event),
2313         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2314         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2315         (ev_view_update_primary_selection), (clear_link_selected),
2316         (ev_view_copy_link_address):
2317         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2318
2319         Update also the primary selection when copying a link
2320         address. Fixes bug #520855.
2321         
2322 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * libdocument/ev-document-factory.c: (get_document_from_uri):
2325
2326         Use the pixbuf backend only when the mime type is not supported by
2327         any of the other backend so that tiff documents, for instance, are
2328         handled by the tiff backend instead of the pixbuf backend. fixes
2329         bug #520290.
2330         
2331 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * cut-n-paste/Makefile.am:
2334
2335         Add evmountoperation to subdirs list.
2336         
2337 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * configure.ac:
2340
2341         Fix libspectre check in configure script. Fixes bug #528549.
2342         
2343 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2344
2345         * configure.ac:
2346         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2347         * shell/Makefile.am:
2348         * shell/ev-window.c: (ev_window_load_remote_failed),
2349         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2350
2351         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2352         open documents in remote locations that are not mounted.
2353         
2354 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2355
2356         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2357         (bitmap_convert_msb8):
2358         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2359         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2360
2361         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2362         
2363 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2366         (ev_job_render_new), (ev_job_render_set_selection_info),
2367         (ev_job_render_run):
2368         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2369         (check_job_size_and_unref),
2370         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2371         (add_job), (ev_pixbuf_cache_get_selection_surface):
2372
2373         Create the render context needed for rendering a page in the render
2374         thread so that we don't block the main thread. Simplify
2375         EvJobRender API.
2376         
2377 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * libdocument/Makefile.am:
2380         * libdocument/ev-page.[ch]:
2381         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2382         (ev_render_context_new), (ev_render_context_set_page):
2383         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2384         (ev_form_field_finalize), (ev_form_field_class_init):
2385         * libdocument/ev-document-forms.[ch]:
2386         (ev_document_forms_get_form_fields):
2387         * libdocument/ev-document.[ch]: (ev_document_get_page),
2388         (ev_document_get_page_size), (ev_document_get_page_label):
2389         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2390         (ev_job_render_run), (ev_job_thumbnail_new),
2391         (ev_job_thumbnail_run), (ev_job_print_run):
2392         * shell/ev-page-cache.c: (ev_page_cache_new):
2393         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2394         (check_job_size_and_unref), (add_job):
2395         * shell/ev-sidebar-thumbnails.c: (add_range):
2396         * shell/ev-view.c: (ev_view_form_field_get_region),
2397         (ev_view_form_field_button_create_widget),
2398         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2399         (ev_view_handle_form_field), (ev_view_size_allocate),
2400         (get_selected_text):
2401         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2402         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2403         (pdf_document_get_page), (pdf_document_get_page_label),
2404         (pdf_document_render), (pdf_document_get_info),
2405         (pdf_document_document_iface_init),
2406         (pdf_document_thumbnails_get_thumbnail),
2407         (pdf_document_thumbnails_get_dimensions),
2408         (pdf_document_file_exporter_do_page),
2409         (pdf_selection_render_selection),
2410         (pdf_selection_get_selected_text),
2411         (pdf_selection_get_selection_region),
2412         (pdf_selection_get_selection_map),
2413         (pdf_document_forms_get_form_fields),
2414         (pdf_document_forms_form_field_text_get_text),
2415         (pdf_document_forms_form_field_text_set_text),
2416         (pdf_document_forms_form_field_button_set_state),
2417         (pdf_document_forms_form_field_button_get_state),
2418         (pdf_document_forms_form_field_choice_get_item),
2419         (pdf_document_forms_form_field_choice_get_n_items),
2420         (pdf_document_forms_form_field_choice_is_item_selected),
2421         (pdf_document_forms_form_field_choice_select_item),
2422         (pdf_document_forms_form_field_choice_toggle_item),
2423         (pdf_document_forms_form_field_choice_unselect_all),
2424         (pdf_document_forms_form_field_choice_set_text),
2425         (pdf_document_forms_form_field_choice_get_text):
2426         * backend/ps/ev-spectre.c: (ps_document_get_page),
2427         (ps_document_get_page_size), (ps_document_get_page_label),
2428         (ps_document_render), (ps_document_document_iface_init),
2429         (ps_document_file_exporter_do_page):
2430         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2431         (tiff_document_render), (tiff_document_render_pixbuf),
2432         (tiff_document_file_exporter_do_page):
2433         * backend/pixbuf/pixbuf-document.c:
2434         (pixbuf_document_get_page_size):
2435         * backend/comics/comics-document.c:
2436         (comics_document_get_page_size), (comics_document_render_pixbuf):
2437         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2438         (djvu_document_render), (djvu_selection_get_selected_text),
2439         (djvu_document_thumbnails_get_thumbnail),
2440         (djvu_document_file_exporter_do_page),
2441         (djvu_document_find_get_result):
2442         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2443         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2444         (dvi_document_thumbnails_get_thumbnail),
2445         (dvi_document_file_exporter_do_page):
2446         * backend/impress/impress-document.c:
2447         (impress_document_get_page_size),
2448         (impress_document_render_pixbuf):
2449         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2450
2451         Add EvPage so that we can hold a reference to the backend
2452         page. Form fields keep now a reference to the poppler page
2453         improving performance since we don't have to create/destroy the
2454         poppler field for every form operation. This will be needed for
2455         annotations too.
2456         
2457 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * data/evince-ui.xml:
2460         * shell/ev-window.c:
2461
2462         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2463         
2464 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2465
2466         * configure.ac:
2467         * backend/ps/Makefile.am:
2468
2469         Remove gs stuff from ps backend.
2470         
2471 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * configure.ac:
2474         * backend/pdf/ev-poppler.cc:
2475
2476         Bump poppler requirement to 0.8.0.
2477         
2478 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2479
2480         * NEWS:
2481         * configure.ac:
2482
2483         Update for release 2.22.1.1
2484
2485 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2486
2487         * configure.ac:
2488
2489         Fix build (again) when poppler version is 0.6
2490         
2491 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * backend/djvu/djvu-links.c: (build_tree):
2494
2495         Make sure link title is a valid utf8 string. Fixes bug #526517.
2496         
2497 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2498
2499         * configure.ac:
2500
2501         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2502         #526799.
2503         
2504 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2505
2506         * configure.ac:
2507         
2508         Update for release 2.22.1.
2509
2510 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * NEWS:
2513
2514         Update for upcoming release.
2515
2516 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * configure.ac:
2519         * backend/dvi/dvidocument.evince-backend.in:
2520
2521         Add compressed dvi to the list of supported mime types. Patch by
2522         Ed Catmur. Fixes bug #307087.
2523
2524 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2525
2526         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2527
2528         Fix a crash when printing a range that doesn't specify the start or
2529         end page. Fixes bug #524288.
2530
2531 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * shell/ev-window.c: (ev_window_cmd_continuous),
2534         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2535         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2536         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2537         (ev_window_run_presentation), (ev_window_stop_presentation),
2538         (ev_window_cmd_view_presentation),
2539         (ev_window_cmd_leave_fullscreen),
2540         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2541
2542         Do not unfullscreen and fullscreen again the window when changing
2543         from fullscreen to presentation mode and vice versa. Fixes bug
2544         #524112.
2545         
2546 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2547
2548         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2549
2550         Do not crash when thumbnail failed to render in PS backend. Fixes
2551         bug #525015.
2552         
2553 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2556         (ev_window_load_file_remote), (ev_window_open_uri):
2557
2558         Handle errors when opening remote files.
2559         
2560 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2561
2562         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2563
2564         Only grab the focus for the current visible proxy widget. Fixes
2565         bug #521224.
2566         
2567 2008-03-30  Emil Soleyman  <emil@nishra.com>
2568
2569         * shell/ev-window.c: (launch_external_uri):
2570         
2571         Reuse g_app_info_launch_default_for_uri to
2572         save some code and fix bug #525009.
2573
2574 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2575
2576         * shell/ev-window.c (image_save_dialog_response_cb):
2577
2578         Use g_str_has_suffix. See bug #523069.
2579
2580 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * configure.ac:
2583
2584         Add a configure option to enable/diable DBus. Patch by Rémi
2585         Cardona. Fixes bug 521797.
2586
2587 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2590
2591         Fix printing in documents with rotated pages. Patch by Eugen
2592         Dedu. Fixes bug #512648.
2593         
2594 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2597         (ev_link_from_action):
2598
2599         Fix warning messages.
2600         
2601 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2602
2603         * shell/ev-window.c: (image_save_dialog_response_cb):
2604
2605         Do not append the extension to filename when saving an image
2606         if the filename alredy contains the extension. Fixes bug #523069.
2607         
2608 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-view.[ch]: (ev_view_find_cancel):
2611         * shell/ev-window.c: (find_bar_close_cb):
2612
2613         Cancel the find operation when the find bar is closed. Fixes bug
2614         #508845.
2615         
2616 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * backend/ps/psdocument.evince-backend.in:
2619
2620         Make ps backend module resident. Fixes bug #520607.
2621         
2622 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2623
2624         * shell/ev-jobs.c: (ev_job_print_run):
2625
2626         Invert collate action in order to work as expected, fix reverse
2627         printing so that it doesn't start with a blank page and fix number
2628         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2629         
2630 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2633
2634         Fix build with poppler <= 0.7.2
2635         
2636 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2637
2638         * libdocument/ev-document-misc.c:
2639         (ev_document_misc_surface_from_pixbuf):
2640
2641         Fix selections with poppler-splash.
2642         
2643 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * configure.ac:
2646         * backend/pdf/ev-poppler.cc:
2647
2648         Fix build with poppler >= 0.7.2
2649         
2650 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2651
2652         * configure.ac:
2653         
2654         Update for release 2.22.0
2655
2656 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2657
2658         * NEWS:
2659
2660         Update for upcoming release.
2661
2662 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2663
2664         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2665
2666         Bug 495107 – Handle print dialog responses correctly
2667
2668         Correctly handle print dialog response. Properly fixes
2669         the above mentioned bug.
2670
2671 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2672
2673         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2674
2675         Make sure print job is only run when the print button is
2676         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2677         
2678 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2679
2680         * backend/pdf/pdfdocument.evince-backend.in:
2681         * libdocument/ev-backends-manager.c:
2682         (ev_backends_manager_load_backend),
2683         (ev_backends_manager_get_document):
2684         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2685
2686         Allow making backend modules resident. This is needed only for
2687         some backends like pdf to avoid registering glib types more than
2688         once.
2689         
2690 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * backend/comics/comics-document.c:
2693         * backend/djvu/djvu-document.c:
2694         * backend/impress/impress-document.c:
2695         * backend/pdf/ev-poppler.cc:
2696         * backend/pixbuf/pixbuf-document.c:
2697         * backend/ps/ev-spectre.c:
2698         * backend/ps/ps-document.c:
2699         * backend/tiff/tiff-document.c:
2700         * libdocument/ev-document.h:
2701         * properties/ev-properties-main.c:
2702
2703         Use g_type_module_add_interface instead of
2704         g_type_add_interface_static. Fixes bug #519679.
2705         
2706 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2707
2708         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2709         Added. Returns whether the animation has everything necessary to run.
2710         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2711         is ready just because it's been created. Fixes #519106.
2712         (draw_one_page): Do not show the "Loading..." text in presentation
2713         mode, there was a slim probability that this could happen.
2714
2715 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2716
2717         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2718
2719         Duplicate mime_type string before freeing it so that it doesn't
2720         always fail when getting mime type from uri. Fixes bug #518874.
2721         
2722 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2725
2726         Fix a crash when a choice form field doesn't have any item
2727         selected. Fixes bug #518831
2728         
2729 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2730
2731         * shell/ev-window.c (ev_window_clear_temp_file):
2732         Use g_file_has_prefix instead of renamed
2733         g_file_contains_file.
2734
2735         * configure.ac:
2736         Require new glib for above change.
2737         
2738 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * libdocument/ev-image.c: (ev_image_finalize),
2741         (ev_image_save_tmp):
2742
2743         Return a real uri instead of a filename when saving an
2744         image. Fixes images drag an drop from evince to nautilus. 
2745         
2746 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * backend/pdf/ev-poppler.cc:
2749         (pdf_document_images_get_image_mapping):
2750
2751         Return the image list in the right order. Fixes bug #516237.
2752         
2753 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2754
2755         * backend/impress/impress-document.c:
2756         (impress_document_thumbnails_get_thumbnail):
2757
2758         Remove unused variable to avoid a compiler warning.
2759
2760 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2761
2762         * configure.ac:
2763         
2764         Update for release 2.21.91.
2765
2766 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * configure.ac:
2769         * shell/Makefile.am:
2770         * shell/ev-application.[ch]:
2771         * shell/ev-sidebar-links.c:
2772         * shell/ev-utils.[ch]:
2773         * shell/ev-window.[ch]:
2774
2775         Remove libgnomeprint support. Fixes bug #512370.
2776         
2777 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2778
2779         * thumbnailer/evince-thumbnailer.c: (main):
2780
2781         Initialize glib type system before using it. Fixes bug #513934.
2782         
2783 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * properties/ev-properties-main.c:
2786
2787         Add missing #include.
2788         
2789 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2790
2791         * configure.ac:
2792         * backend/djvu/djvu-document.c: (djvu_document_render):
2793         * backend/tiff/tiff-document.c: (tiff_document_render):
2794
2795         Use the new cairo function cairo_format_stride_for_width when
2796         available. Fixes bug #482720.
2797
2798 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2799
2800         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2801         (get_mime_type_from_data), (get_document_from_uri):
2802
2803         Use g_content_type_guess() only when slow is true in
2804         get_document_from_uri(). Fix several memory leaks.
2805         
2806 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2807
2808         * libdocument/ev-document-factory.c:
2809         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2810         (get_document_from_uri):
2811
2812         Use g_content_type_guess () to get mimetype for files.
2813         Bug #510401.
2814
2815 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * thumbnailer/Makefile.am:
2818
2819         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2820         
2821 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * configure.ac:
2824
2825         Fix build with --without-libgnome. Fixes bug #512771.
2826         
2827 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2828
2829         * backend/dvi/Makefile.am: Install only dvi
2830         module. Fixes bug #512718.
2831
2832 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2833
2834         * properties/ev-properties-main.c: (nautilus_module_initialize):
2835         
2836         Initialize backends in properties tab. Fixes bug
2837         #512720.
2838
2839 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2840
2841         * properties/Makefile.am: No need to link with 
2842         libraries. Fixes bug #512719.
2843
2844 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * NEWS:
2847         * configure.ac:
2848         
2849         Update for release 2.21.90.
2850
2851 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2852
2853         * shell/ev-window.c: (ev_window_cmd_escape):
2854
2855         Fix compile warning.
2856         
2857 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2860
2861         Fix printing in dvi backend when filename contains white
2862         espaces. Fixes bug #502839.
2863         
2864 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2867         (screensaver_disable_x11):
2868         * shell/Makefile.am:
2869         * shell/xdg-user-dir-lookup.c: Removed
2870         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2871         * shell/ev-view.c: (ev_view_presentation_transition_start):
2872         * shell/ev-window.c: (ev_window_cmd_file_open),
2873         (ev_window_cmd_save_as), (presentation_set_timeout):
2874
2875         Remove #ifdefs that are no longer needed.
2876         
2877 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * shell/ev-view.[ch]: (ev_view_button_release_event),
2880         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2881         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2882         (ev_window_cmd_escape):
2883
2884         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2885         
2886 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * configure.ac:
2889         * backend/comics/comics-document.c: (comics_document_load):
2890         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2891         (ev_attachment_set_property), (ev_attachment_init),
2892         (ev_attachment_save), (ev_attachment_launch_app),
2893         (ev_attachment_open):
2894         * libdocument/ev-document-factory.c: (get_document_from_uri):
2895         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2896         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2897         * shell/ev-jobs.c:
2898         * shell/ev-password.c: (ev_password_dialog_set_property),
2899         (ev_password_dialog_save_password):
2900         * shell/ev-sidebar-attachments.c:
2901         (ev_sidebar_attachments_drag_data_get):
2902         * shell/ev-window-title.c: (get_filename_from_uri):
2903         * shell/ev-window.c: (ev_window_clear_temp_file),
2904         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2905         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2906         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2907         (launch_external_uri), (image_save_dialog_response_cb),
2908         (attachment_save_dialog_response_cb):
2909         * shell/main.c: (load_files), (load_files_remote), (main):
2910         * thumbnailer/evince-thumbnailer.c: (main):
2911
2912         Port to gio and drop gnome-vfs dependency. Fixes bug
2913         #510401. Based on patch by Cosimo Cecchi.
2914         
2915 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2916
2917         * NEWS:
2918
2919         Fixed formatting inconsistencies (spaces vs. tabs)
2920
2921 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2922
2923         * shell/ev-window.c:
2924
2925         Use top/up/bottom/down arrows instead of
2926         first/left/last/right in the toolbar and menu actions.
2927         This fixes issues with RTL languages and is visually
2928         consistent with the page view. Fixes bug #170081.
2929
2930 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2931
2932         * NEWS:
2933
2934         Fixed some inaccuracies pointed out by Carlos Garcia
2935         Campos.
2936
2937 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2938
2939         * NEWS:
2940         * data/evince.schemas.in:
2941         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2942
2943         Override PDF restrictions by default. Fixes bug #382700.
2944
2945 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2946
2947         * NEWS: Updated for upcoming release
2948
2949 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2950
2951         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2952
2953         Fix memory leak.
2954         
2955 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2956
2957         * shell/ev-window.c: (register_custom_actions):
2958         
2959         Added comment for translators
2960
2961 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view.c: (ev_view_button_release_event):
2964
2965         Do not create the idle function for kinetic scrolling if we are
2966         not in a drag operation.
2967
2968 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2971         (ev_view_button_press_event), (ev_view_motion_notify_event),
2972         (ev_view_button_release_event):
2973
2974         Restore cursor after autoscrolling. Fixes bug #509958.
2975
2976 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2977
2978         * configure.ac:
2979         * backend/pdf/ev-poppler.cc:
2980         (pdf_document_images_get_image_mapping),
2981         (pdf_document_images_get_image),
2982         (pdf_document_document_images_iface_init):
2983         * libdocument/ev-document-images.[ch]:
2984         (ev_document_images_get_image_mapping),
2985         (ev_document_images_get_image):
2986         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2987         (ev_image_get_id), (ev_image_save_tmp):
2988         * shell/ev-jobs.c: (ev_job_render_run):
2989         * shell/ev-view.c: (ev_view_drag_data_get):
2990         * shell/ev-window.c: (image_save_dialog_response_cb),
2991         (ev_view_popup_cmd_copy_image):
2992
2993         Do not render images when rendering the page but on demand. It
2994         reduces the memory comsumption.
2995         
2996 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2997
2998         * configure.a:
2999         * shell/ev-password.c:
3000
3001         Make gnome-keyring optional. Fixes bug #509676.
3002         
3003 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * shell/ev-pixbuf-cache.c: (add_job):
3006
3007         Initialize include_images variable as FALSE instead of TRUE.
3008         
3009 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3010
3011         * configure.ac:
3012         * cut-n-paste/Makefile.am:
3013         * cut-n-paste/fileformatchooser/Makefile.am:
3014         * cut-n-paste/fileformatchooser/egg-macros.h:
3015         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
3016         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
3017         * shell/Makefile.am:
3018         * shell/ev-utils.c:
3019         (file_chooser_dialog_add_writable_pixbuf_formats),
3020         (get_gdk_pixbuf_format_by_extension):
3021         * shell/ev-utils.h:
3022         * shell/ev-window.c: (ev_window_error_message),
3023         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
3024         
3025         Simplify image format selection on save.
3026
3027 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3028
3029         * shell/ev-view.c: (ev_view_scroll_event):
3030         
3031         Repair gorizontal scrolling with shift. Fixes
3032         bug #483412.
3033
3034 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3035         
3036         * MAINTAINERS:
3037
3038         Fix formatting issues.
3039         
3040 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3041
3042         * backend/comics/comics-document.c: (comics_regex_quote):
3043         
3044         Don't overquote special chars except of '. See bug 
3045         502500. Thanks to Tom Parker.
3046
3047 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3048
3049         * MAINTAINERS:
3050         
3051         Added Nickolay and Carlos, since they're doing most of
3052         the releases nowadays.
3053
3054 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
3055
3056         * properties/Makefile.am:
3057
3058         Get the nautilus extension dir properly instead of using
3059         a hack. Fixes bug #505359.
3060
3061 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3062
3063         * properties/Makefile.am:
3064         
3065         Install nautilus extension into new place. See bug
3066         #505359. Thanks to Matthias Clasen, Brian Pepple and
3067         Damien Carbery.
3068
3069 2008-01-13  Djihed Afifi  <djihed@gmail.com>
3070
3071         * shell/ev-window.c: (ev_window_get_recent_file_label):
3072         
3073         RTL marker in recent file list. See bug #509076.
3074
3075 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3076
3077         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
3078         * shell/ev-window.c: (image_save_dialog_response_cb):
3079
3080         Fix compile warnings due to unused variables.
3081         
3082 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3083
3084         * configure.ac:
3085         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3086         * backend/ps/ev-spectre.c: (ps_document_render):
3087
3088         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3089
3090 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3091
3092         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3093         (ev_transition_animation_paint): Implement "fade" effect.
3094
3095 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3096
3097         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3098         (ev_transition_animation_paint): Implement "uncover" effect.
3099
3100 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3101
3102         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3103         (ev_transition_animation_paint): Implement "cover" effect.
3104
3105 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3106
3107         * shell/ev-transition-animation.c (ev_transition_animation_push)
3108         (ev_transition_animation_paint): Implement "push" effect.
3109
3110 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3111
3112         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3113         (ev_transition_animation_paint): Implement "dissolve" effect.
3114
3115 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3116
3117         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3118         (ev_transition_animation_paint): Implement "wipe" effect.
3119
3120 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3121
3122         * shell/ev-transition-animation.c (ev_transition_animation_box)
3123         (ev_transition_animation_paint): Implement "box" effect.
3124
3125 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3126
3127         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3128         (ev_transition_animation_paint): Implement "blinds" effect.
3129
3130 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3131
3132         * shell/ev-transition-animation.c (ev_transition_animation_split)
3133         (ev_transition_animation_paint): Implement "split" effect.
3134
3135 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3136
3137         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3138         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3139         (ev_view_transition_animation_start) 
3140         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3141         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3142         (ev_view_next_page) (ev_view_previous_page):
3143         
3144         Use EvTransitionAnimation to drive page changes in the presentation
3145         mode, the animation will wait to start until both the origin and 
3146         destination page surfaces are available. Fixes #458460.
3147
3148         (draw_loading_text):
3149
3150         Remove workaround for bug #320352, it's now fixed properly.
3151
3152
3153 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3154
3155         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3156         will contain the implementations for page transition animations, at
3157         the moment it just has the "replace" effect.
3158         * shell/Makefile.am: Added these files to build.
3159
3160 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3161
3162         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3163         animations.
3164         * shell/Makefile.am: Added these files to build.
3165
3166 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3167
3168         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3169         implementation to get_effect() in EvDocumentTransitionIface.
3170
3171 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3172
3173         * libdocument/ev-transition-effect.[ch]: New files, define a page
3174         transition effect, at the moment it maps PopplerPageTransition to a
3175         GObject.
3176         * libdocument/Makefile.am: Added these files to build.
3177         * libdocument/ev-document-transition.[ch]
3178         (ev_document_transition_get_effect): New method, gets the
3179         EvTransitionEffect returned by the interface implementation, with
3180         fallback to the "replace" effect.
3181
3182 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3183
3184         * configure.ac:
3185         * cut-n-paste/Makefile.am:
3186         * cut-n-paste/fileformatchooser/Makefile.am:
3187         * cut-n-paste/fileformatchooser/egg-macros.h:
3188         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3189         * shell/Makefile.am:
3190         * shell/ev-window.c: (image_save_dialog_response_cb),
3191         (ev_view_popup_cmd_save_image_as):
3192
3193         Allow exporting images in any format supported by
3194         GdkPixbuf. Fixes bug #500209.
3195         
3196 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3197
3198         * backend/pixbuf/pixbuf-document.c:
3199
3200         More warnings fixed.
3201         
3202 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3205         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3206         * backend/djvu/djvu-text.h:
3207         * backend/tiff/tiff-document.c: (tiff_document_render):
3208
3209         Fix compile warnings.
3210         
3211 2007-12-28  Christian Persch  <chpe@gnome.org>
3212
3213         * **/*.c: Include config.h. Bug #504721.
3214
3215 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3216
3217         * configure.ac:
3218         * Makefile.am:
3219         * po/POTFILES.in:
3220         * backend/comics/Makefile.am:
3221         * backend/comics/comics-document.[ch]:
3222         * backend/comics/comicsdocument.evince-backend.in:
3223         * backend/djvu/Makefile.am:
3224         * backend/djvu/djvu-document.[ch]:
3225         * backend/djvu/djvudocument.evince-backend.in:
3226         * backend/dvi/Makefile.am:
3227         * backend/dvi/dvi-document.[c]:
3228         * backend/dvi/dvidocument.evince-backend.in:
3229         * backend/impress/Makefile.am:
3230         * backend/impress/impress-document.[ch]:
3231         * backend/impress/impressdocument.evince-backend.in:
3232         * backend/pdf/Makefile.am:
3233         * backend/pdf/ev-poppler.cc:
3234         * backend/pdf/ev-poppler.h:
3235         * backend/pdf/pdfdocument.evince-backend.in:
3236         * backend/pixbuf/Makefile.am:
3237         * backend/pixbuf/pixbuf-document.[ch]:
3238         * backend/pixbuf/pixbufdocument.evince-backend.in:
3239         * backend/ps/Makefile.am:
3240         * backend/ps/ev-spectre.[ch]:
3241         * backend/ps/ps-document.[ch]:
3242         * backend/ps/psdocument.evince-backend.in:
3243         * backend/tiff/Makefile.am:
3244         * backend/tiff/tiff-document.[ch]:
3245         * backend/tiff/tiffdocument.evince-backend.in:
3246         * libdocument/Makefile.am:
3247         * libdocument/ev-backends-manager.[ch]:
3248         * libdocument/ev-module.[ch]:
3249         * libdocument/ev-document.h:
3250         * libdocument/ev-document-factory.[ch]:
3251         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3252         (get_compression_from_mime_type), (get_document_from_uri),
3253         (ev_document_factory_get_document), (file_filter_add_mime_types),
3254         (ev_document_factory_add_filters):
3255         * shell/Makefile.am:
3256         * shell/ev-window-title.c: (get_filename_from_uri):
3257         * shell/main.c: (main):
3258         * thumbnailer/Makefile.am:
3259         * thumbnailer/evince-thumbnailer.c: (main):
3260
3261         Plugin system for backends. Fixes bug #351348.
3262         
3263 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3264
3265         * shell/ev-view-private.h:
3266         * shell/ev-view.c: (ev_view_drag_update_momentum),
3267         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3268         (ev_view_button_release_event), (ev_view_destroy):
3269         
3270         Kinetic scrolling implemented as requested in
3271         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3272
3273 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3274
3275         * data/evince-toolbar.xml:
3276         * data/evince-ui.xml:
3277         * shell/ev-view-private.h:
3278         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3279         (ev_view_button_press_event), (ev_view_motion_notify_event),
3280         (ev_view_button_release_event), (ev_view_init),
3281         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3282         (ev_view_set_cursor):
3283         * shell/ev-view.h:
3284         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3285         (ev_window_cmd_view_autoscroll):
3286         
3287         Autoscroll feature with the context menu. Fixes bug 
3288         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3289
3290 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3291
3292         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3293
3294         Disconnect also page-ready signal when removing a job because the
3295         page size has changed. Thanks to kripken
3296         <kripkensteiner@gmail.com>.
3297
3298 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3299
3300         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3301         
3302         Scroll pages in page entry with mouse wheel. Fixes bug
3303         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3304
3305 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3306
3307         * backend/dvi/Makefile.am:
3308         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3309         (mdvi_cairo_device_init):
3310         * backend/dvi/mdvi-lib/common.h:
3311         * backend/dvi/mdvi-lib/mdvi.h:
3312         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3313         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3314         (mdvi_build_path_from_cwd):
3315
3316         Add ps specials support in dvi backend when libspectre is
3317         present. Fixes bug #386005.
3318         
3319 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * configure.ac:
3322         * backend/ps/Makefile.am:
3323         * backend/ps/ev-spectre.[ch]:
3324         
3325         Use libspectre, if available, for the ps backend. Fixes bugs
3326         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3327
3328 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3329         
3330         * backend/comics/comics-document.c: (comics_document_load):
3331         
3332         Cygwin build issue fix.
3333
3334 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3335
3336         * shell/ev-view.c: (ev_view_set_zoom):
3337
3338         Do not limit the minimum zoom factor when sizing mode is best bit
3339         or fit width. Fixes bug #503805.
3340         
3341 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3342
3343         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3344         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3345         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3346         (ev_link_dest_get_property), (ev_link_dest_set_property),
3347         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3348         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3349         (ev_link_dest_new_fitr):
3350         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3351         (goto_fith_dest), (goto_xyz_dest):
3352
3353         Do not change left, top and zoom values when they are null in PDF
3354         destinations. Fixes bug #460658.
3355         
3356 2007-12-10  Christian Persch  <chpe@gnome.org>
3357
3358         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3359         (ev_view_accessible_class_init),
3360         (ev_view_accessible_idle_do_action),
3361         (ev_view_accessible_action_do_action),
3362         (ev_view_accessible_action_get_description),
3363         (ev_view_accessible_action_set_description),
3364         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3365         (ev_view_accessible_factory_init),
3366         (ev_view_accessible_factory_get_accessible_type):
3367         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3368         private data, and G_DEFINE_TYPE. Bug #502843.
3369
3370 2007-12-08  Christian Persch  <chpe@gnome.org>
3371
3372         * shell/ev-metadata-manager.c: (item_free),
3373         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3374         (value_free), (parse_value), (parseItem),
3375         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3376         (save_values): Use GSlice to allocate small amounts of memory. Bug
3377         #475972.
3378
3379 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3382
3383         Restore cursor to normal after a drag operation. Fixes bug
3384         #501603.
3385         
3386 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3387
3388         * NEWS:
3389         * configure.ac:
3390         
3391         Update for release 2.21.1
3392
3393 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3394
3395         * configure.ac:
3396         * cut-n-paste/gedit-message-area/Makefile.am:
3397         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3398         * shell/Makefile.am:
3399         * shell/ev-message-area.[ch]:
3400         * shell/ev-window.c: (ev_window_set_message_area),
3401         (ev_window_error_message_response_cb), (ev_window_error_message),
3402         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3403         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3404         (ev_attachment_popup_cmd_open_attachment),
3405         (attachment_save_dialog_response_cb), (ev_window_set_document),
3406         (ev_window_init):
3407
3408         Use a message area instead of a popup dialog for error
3409         notifications. Fixes bug #337495.
3410         
3411 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3412
3413         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3414         (ev_window_run_fullscreen):
3415
3416         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3417         
3418 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3419
3420         * ev-sidebar-thumbnails.c: (update_visible_range),
3421         (ev_sidebar_thumbnails_refresh),
3422         (ev_sidebar_thumbnails_set_document),
3423         (ev_sidebar_thumbnails_support_document):
3424
3425         Show thumbnails for documents with one page. Fixes bug #358751.
3426         
3427 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * shell/ev-window.c:
3430         (ev_window_load_print_settings_from_metadata),
3431         (ev_window_save_print_settings), (ev_window_print_finished),
3432         (ev_window_print_range):
3433
3434         Print settings that are specific to the document are now saved per
3435         document in the metadata file. Fixes bug #488806.
3436         
3437 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3438
3439         * backend/tiff/tiff-document.c: (tiff_document_render):
3440
3441         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3442         
3443 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * shell/ev-application.[ch]: (get_find_string_from_args),
3446         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3447         (ev_application_open_uri_list):
3448         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3449         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3450         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3451         (ev_window_cmd_recent_file_activate),
3452         (ev_window_open_recent_action_item_activated),
3453         (ev_window_print_send), (open_remote_link):
3454         * shell/main.c: (arguments_parse):
3455
3456         Add a command line option for search. Fixes bug #497710.
3457         
3458 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3459
3460         * shell/ev-jobs.c: (ev_job_print_new):
3461
3462         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3463         
3464 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3465
3466         * data/evince-toolbar.xml:
3467         * shell/Makefile.am:
3468         * shell/ev-application.c: (ev_application_init):
3469         * shell/ev-open-recent-action.[ch]:
3470         * shell/ev-window.c:
3471         (ev_window_open_recent_action_item_activated),
3472         (register_custom_actions):
3473
3474         Add an expander to the open toolbar item which pops up a dropdown
3475         menu with the recently used documents. Fixes bug #487215.
3476         
3477 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3478
3479         * shell/ev-window.c: (ev_window_open_uri),
3480         (ev_window_cmd_view_reload):
3481
3482         Do not jump to the first page when reloading by running evince
3483         from the command line. Fixes bug #490847.
3484         
3485 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3486
3487         * shell/ev-window.c: (ev_window_cmd_help_contents):
3488
3489         Plugged memory leak when help file is not found. Fixes bug
3490         #490762.
3491         
3492 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3493
3494         * configure.ac:
3495
3496         Enable djvu, dvi and comics backends by default. Fixes bug
3497         #437121.
3498         
3499 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3500
3501         * configure.ac:
3502         * cut-n-paste/Makefile.am:
3503         * cut-n-paste/recent-files/*: Removed
3504         * help/reference/Makefile.am:
3505         * shell/Makefile.am:
3506         * shell/ev-application.[ch]: (ev_application_shutdown),
3507         (ev_application_init):
3508         * shell/ev-window.c: (ev_window_add_recent),
3509         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3510
3511         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3512         
3513 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3514
3515         * shell/ev-window.c: (launch_external_uri):
3516
3517         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3518         and report error if the URL is not supported (#489910).
3519
3520 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3521
3522         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3523         (pdf_document_file_exporter_begin_page),
3524         (pdf_document_file_exporter_end_page):
3525
3526         Fix printing with poppler splash backend. Fixes bug #489774.
3527         
3528 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3529
3530         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3531         * shell/ev-print-job.c: (ev_print_job_class_init):
3532
3533         Fix a crash when printing with the gnome-print dialog. Fixes bug
3534         #488939.
3535         
3536 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3537
3538         * backend/pixbuf/pixbuf-document.c:
3539
3540         Fix an implicit function definition warning (#487655)
3541
3542 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3543
3544         * shell/ev-window.c:
3545
3546         Fix conflicting shortcut for view sade pane and presentation.
3547         
3548 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * backend/pdf/ev-poppler.cc:
3551         (pdf_document_file_exporter_begin_page),
3552         (pdf_document_file_exporter_do_page),
3553         (pdf_document_file_exporter_end_page),
3554         (pdf_document_file_exporter_iface_init):
3555         * libdocument/ev-file-exporter.[ch]:
3556         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3557         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3558         (ev_job_print_run):
3559
3560         When printing multiple pages per sheet in reverse option, do not
3561         invert the order of the pages in every sheet, but the order of the
3562         sheets. Do not print blank pages when page range is invalid. Fixes
3563         bugs #484857 and #485521.
3564         
3565 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3566
3567         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3568         (ev_job_print_run):
3569         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3570
3571         Respect ranges order when printing more than one range in random
3572         order.
3573         
3574 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3575
3576         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3577         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3578
3579         Rotate also the window icon when document is rotated. Fixes bug
3580         #474681.
3581         
3582 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3585         (pdf_document_forms_get_form_fields):
3586
3587         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3588         Matthias Drochner.
3589         
3590 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3591
3592         * configure.ac:
3593         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3594
3595         Use poppler_page_render_for_printing() instead of
3596         poppler_page_render() if available when exporting to a ps or pdf
3597         file. Fixes bug #476627.
3598         
3599 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-window.c: (ev_window_run_fullscreen):
3602
3603         Do not show the toolbar in fullscreen mode if the main toolbar is
3604         not visible. Fixes bug #483048.
3605         
3606 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * shell/ev-view.c: (ev_view_button_press_event):
3609
3610         Give priority to form fields over images when deciding whether a
3611         button press event is over an image or form field. It allows edit
3612         form fields when they are over a background image. Fixes bug
3613         #477841.
3614         
3615 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3616
3617         * NEWS:
3618         * configure.ac:
3619         
3620         Update for release 2.20.0
3621
3622 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * backend/pdf/ev-poppler.cc:
3625
3626         Remove #ifdef HAVE_FORMS, so that forms support works again.
3627
3628 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3629
3630         * configure.ac:
3631         * data/evince.desktop.in.in:
3632         
3633         Fixes desktop file issues. See bug #473471.
3634
3635 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3636
3637         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3638         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3639         (ev_job_queue_remove_job):
3640         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3641         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3642         * shell/ev-window.c: (ev_window_clear_save_job),
3643         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3644         (ev_window_dispose):
3645
3646         Move save a copy task to its own job so that it's carried out in a
3647         thread avoiding another lock in the main thread. Use
3648         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3649         can be saved to a pathin another file system. Fixes bug #456891.
3650         
3651 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * NEWS:
3654         * configure.ac:
3655         
3656         Update for release 2.19.92
3657
3658 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * configure.ac:
3661         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3662         (pdf_selection_get_selection_region),
3663         (pdf_selection_get_selection_map),
3664         (ev_form_field_from_poppler_field):
3665
3666         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3667         and triple click selections are enabled again now.
3668
3669 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * shell/ev-window.c: (ev_window_add_history):
3672
3673         Make sure not to use the history with documents not supporting
3674         links. Fixes bug #468954.
3675
3676 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * shell/ev-window.c: (ev_window_load_job_cb):
3679
3680         Restart the search when reloading a document with the find bar
3681         visible. Fixes bug #461962.
3682
3683 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-window.c: (setup_document_from_metadata),
3686         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3687
3688         Do not jump to the first page when reloading a document from the
3689         last page.
3690
3691 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * shell/ev-window.c: (update_chrome_flag),
3694         (setup_sidebar_from_metadata),
3695         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3696         (ev_window_cmd_edit_find_next),
3697         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3698         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3699         (find_bar_close_cb), (view_actions_focus_in_cb):
3700
3701         Do not update visibility when changing a chrome flag so that it's
3702         possible to update several flags and update visibility only once
3703         for all of them.
3704
3705 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3708
3709         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3710         supported by gtk+. Fixes bug #460907.
3711
3712 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3713
3714         * shell/ev-view.c: (view_update_range_and_current_page):
3715
3716         Make sure current-page <= end-page in continuous mode. Fixes bug
3717         #454950.
3718
3719 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3720
3721         * backend/pdf/ev-poppler.cc: (build_tree):
3722
3723         Ignore outline items without a title. Fixes bug #453913.
3724
3725 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3728         (ev_view_button_release_event), (ev_view_leave_notify_event):
3729
3730         Use always drag mouse cursor during a drag operation. Fixes bug
3731         #470564.
3732
3733 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3736         (pdf_selection_get_selection_region),
3737         (pdf_selection_get_selection_map):
3738
3739         Temporarily disable double and triple selections since it depends on
3740         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3741         released and the update of the external dependency minimal version
3742         approved.
3743
3744 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3745
3746         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3747         (pdf_document_file_exporter_do_page):
3748         * libdocument/ev-file-exporter.h:
3749         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3750         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3751
3752         Actually fix printing regressions. Remove orientation from
3753         EvPrintContext since it's redundant.
3754
3755 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3758         * backend/impress/impress-document.c:
3759         (impress_document_document_iface_init):
3760         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3761         * backend/djvu/djvu-document.c:
3762         (djvu_document_document_iface_init),
3763         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3764         * backend/tiff/tiff-document.c:
3765         (tiff_document_document_iface_init):
3766         * backend/pixbuf/pixbuf-document.c:
3767         (pixbuf_document_document_iface_init):
3768         * backend/comics/comics-document.c:
3769         (comics_document_document_iface_init):
3770         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3771         (pdf_selection_render_selection),
3772         (pdf_selection_get_selected_text),
3773         (pdf_selection_get_selection_region),
3774         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3775         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3776         (ev_selection_get_selection_region),
3777         (ev_selection_get_selection_map):
3778         * libdocument/ev-document.[ch]:
3779         * shell/ev-pixbuf-cache.[ch]: (add_job),
3780         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3781         * shell/ev-view-private.h:
3782         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3783         (ev_job_render_run):
3784         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3785         * shell/ev-view.c: (start_selection_for_event),
3786         (ev_view_button_press_event), (ev_view_drag_data_get),
3787         (ev_view_drag_data_received), (ev_view_button_release_event),
3788         (compute_new_selection_text), (compute_selections),
3789         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3790         (ev_view_primary_get_cb):
3791
3792         Add support for double and triple click selections.
3793
3794 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3795
3796         * NEWS:
3797         * configure.ac:
3798
3799         Update for release 2.19.4
3800
3801 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3802
3803         * shell/ev-view-private.h:
3804         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3805         (ev_view_set_highlight_search):
3806         * shell/ev-view.h:
3807         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3808         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3809         (find_bar_visibility_changed_cb):
3810         
3811         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3812
3813 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3814
3815         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3816         (pdf_document_file_exporter_begin),
3817         (pdf_document_file_exporter_do_page):
3818         * shell/ev-jobs.c: (ev_job_print_run):
3819         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3820
3821         Create always a portrait cairo surface and rotate when needed for
3822         landscape. It fixes printing problems in real printers.
3823
3824 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3827         * libdocument/ev-file-exporter.[ch]:
3828         (ev_file_exporter_get_capabilities):
3829         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3830         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3831
3832         Adjust number of pages per row according to page orientation when
3833         printing 2 or 6 pages per sheet.
3834
3835 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3836
3837         * shell/ev-window.c: (ev_window_print_send):
3838
3839         Reset also cups setting to 1 when printing multiple pages per
3840         sheet. Fixes bug #468853.
3841
3842 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * libdocument/ev-document-misc.c:
3845         (ev_document_misc_surface_rotate_and_scale):
3846
3847         Use directly cairo_surface_get_content() when creating a similar
3848         surface as suggested by Jeff Muizelaar. Thanks again.
3849
3850 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3851
3852         * backend/djvu/djvu-document.c: (djvu_document_render):
3853         * backend/tiff/tiff-document.c: (tiff_document_render):
3854         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3855         * libdocument/ev-document-misc.c:
3856         (ev_document_misc_surface_from_pixbuf),
3857         (ev_document_misc_surface_rotate_and_scale):
3858
3859         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3860         creating page surfaces. Fixes bug #453123. Thank you very much to
3861         Jeff Muizelaar <jeff@infidigm.net>.
3862
3863 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3864
3865         * shell/ev-page-cache.c: (ev_page_cache_new),
3866         (ev_page_cache_get_thumbnail_size):
3867         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3868         (ev_sidebar_thumbnails_set_loading_icon):
3869
3870         Also store in page-cache the dimensions of the thumbnails so that
3871         they can be used to create the correct loading icon in the side
3872         pane. Fixes bug #466857.
3873
3874 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3875
3876         * backend/pdf/ev-poppler.cc:
3877         (pdf_document_thumbnails_get_thumbnail):
3878
3879         Fix thumbnails rotation in pdf documents that include embedded 
3880         thumbnails.
3881
3882 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3883
3884         * backend/pdf/ev-poppler.cc:
3885
3886         Don't use #ifdef in macro expansion. Some compilers don't
3887         like that. Closes bug #467042.
3888
3889 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3890
3891         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3892         
3893         Fixes memory leak in djvu backend.
3894
3895 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3896
3897         * data/icons/32x32/Makefile.am:
3898         * data/icons/32x32/actions/Makefile.am:
3899         * data/icons/32x32/actions/view-page-cont.svg:
3900         * data/icons/32x32/actions/view-page-facing.svg:
3901         * data/icons/48x48/Makefile.am:
3902         * data/icons/48x48/actions/Makefile.am:
3903         * data/icons/48x48/actions/view-page-cont.svg:
3904         * data/icons/48x48/actions/view-page-facing.svg:
3905         
3906         Icons for a new sizes.
3907
3908 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3909
3910         * shell/ev-page-cache.c: (build_height_to_page),
3911         (ev_page_cache_get_height_to_page):
3912         
3913         Fixes invalid read, see bug #466401.
3914
3915 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3918         (set_drag_cursor):
3919         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3920         (configure_item_cursor), (new_pixbuf_from_widget):
3921
3922         Fix multihead problems in toolbar editor. Fixes bug #382055.
3923
3924 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3925
3926         * shell/ev-window.c: (ev_window_cmd_file_open),
3927         (ev_window_cmd_save_as):
3928
3929         Use g_get_user_special_dir when available instead of
3930         xdg_user_dir_lookup.
3931
3932 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3933
3934         * MAINTAINERS:
3935         
3936         Updated according to request on desktop-devel.
3937
3938 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3939
3940         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3941
3942         Do not use cairo_rectangle and cairo_clip since we are
3943         not using cairo_fill but cairo_paint. Use the same cairo context
3944         for every page in the same expose event.
3945
3946 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3947
3948         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3949         leak.
3950
3951 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3952
3953         * configure.ac:
3954         * NEWS:
3955
3956         Release 0.9.3
3957
3958 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * libdocument/ev-document-info.h:
3961         * libdocument/ev-document.h:
3962         * shell/ev-page-action.h:
3963         * shell/ev-sidebar-links.h:
3964
3965         Fix a headers problem with ev-link
3966         
3967         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3968         * shell/ev-view-private.h:
3969         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3970         (get_link_area), (ev_view_query_tooltip),
3971         (ev_view_leave_notify_event), (ev_view_destroy),
3972         (ev_view_class_init):
3973
3974         Use new gtk tooltips when available instead of ev-tooltip.
3975         
3976 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-window.c: (update_chrome_visibility),
3979         (ev_window_sidebar_visibility_changed_cb):
3980
3981         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3982         
3983 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3984
3985         * shell/ev-navigation-action.c:
3986         (ev_navigation_action_history_changed),
3987         (ev_navigation_action_set_history):
3988         * shell/ev-navigation-action-widget.c:
3989         (ev_navigation_action_widget_init):
3990         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3991
3992         Fix compile warnings.
3993         
3994 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3995
3996         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3997         (egg_editable_toolbar_dispose):
3998
3999         Fix memory leak.
4000         
4001 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4002
4003         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4004         (screensaver_disable_x11):
4005         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
4006         * shell/ev-window.c: (presentation_set_timeout):
4007         * shell/ev-view.c: (ev_view_presentation_transition_start):
4008
4009         Use g_timeout_add_seconds instead of g_timeout_add when
4010         available.
4011         
4012 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4013
4014         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
4015
4016         Set horizontal scrollbar policy to AUTOMATIC instead of
4017         NEVER. Workaround for bug #449462.
4018         
4019 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4020
4021         * shell/ev-jobs.c: (ev_job_render_page_ready):
4022
4023         Add page_ready callback to main loop with high priority and hold
4024         a reference to job during idle.
4025         
4026 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * configure.ac:
4029         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
4030         (pdf_document_file_exporter_begin),
4031         (pdf_document_file_exporter_do_page),
4032         (pdf_document_file_exporter_get_capabilities):
4033         * libdocument/ev-file-exporter.h:
4034         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4035         * shell/ev-window.c: (ev_window_print_send),
4036         (ev_window_print_dialog_response_cb):
4037
4038         Allow printing multiple pages per sheet. Fixes bug #395573.
4039         
4040 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4041
4042         * shell/ev-view.c: (tip_from_link):
4043         
4044         Check for NULL, fixes bug #460862.
4045
4046 2007-07-29  Christian Persch  <chpe@gnome.org>
4047
4048         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
4049         (ev_window_preview_print_finished), (ev_window_do_preview_print),
4050         (ev_window_cmd_preview_print):
4051         
4052         Fixes bug #437681 - blocks while enumerating printers.
4053
4054 2007-07-29  Christian Persch  <chpe@gnome.org>
4055
4056         * shell/ev-window.c: (ev_window_screen_changed):
4057         
4058         Don't use deprecated gtk+ function. See bug #460909.
4059
4060 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4061
4062         * shell/ev-utils.c: (get_num_monitors):
4063         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
4064
4065         Do not use display before initializing it. Remove compile
4066         warnings.
4067
4068 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
4069
4070         * shell/ev-view.c: (ev_view_class_init):
4071         
4072         Unix-like hjkl bindings added. See bug #458111.
4073
4074 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
4075
4076         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
4077         * shell/ev-utils.h:
4078         * shell/ev-view.c: (ev_view_set_zoom_for_size),
4079         (ev_view_update_view_size):
4080         * shell/ev-view.h:
4081         * shell/ev-window.c: (ev_window_update_actions),
4082         (setup_view_from_metadata), (ev_window_screen_changed),
4083         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
4084         (zoom_control_changed_cb):
4085         * shell/ev-window.h:
4086         
4087         Reorganizes utility functions.
4088
4089 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4090
4091         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4092         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4093         (add_job), (ev_pixbuf_cache_get_surface),
4094         (ev_pixbuf_cache_get_link_mapping),
4095         (ev_pixbuf_cache_get_image_mapping),
4096         (ev_pixbuf_cache_get_form_field_mapping),
4097         (ev_pixbuf_cache_get_text_mapping):
4098         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4099         (notify_page_ready), (ev_job_render_page_ready),
4100         (ev_job_render_run):
4101
4102         Add page_ready signal to notify that page is ready as soon as
4103         possible even if other page elements like links, forms, images or
4104         text mapping are not ready yet.
4105
4106 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4107
4108         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4109         (dvi_document_file_exporter_do_page),
4110         (dvi_document_file_exporter_get_capabilities),
4111         (dvi_document_file_exporter_iface_init):
4112         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4113         (ps_document_file_exporter_do_page),
4114         (ps_document_file_exporter_get_capabilities),
4115         (ps_document_file_exporter_iface_init):
4116         * backend/djvu/djvu-document.c:
4117         (djvu_document_file_exporter_begin),
4118         (djvu_document_file_exporter_end),
4119         (djvu_document_file_exporter_get_capabilities),
4120         (djvu_document_file_exporter_iface_init):
4121         * backend/tiff/tiff-document.c:
4122         (tiff_document_file_exporter_begin),
4123         (tiff_document_file_exporter_get_capabilities),
4124         (tiff_document_document_file_exporter_iface_init):
4125         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4126         (pdf_document_file_exporter_do_page),
4127         (pdf_document_file_exporter_get_capabilities),
4128         (pdf_document_file_exporter_iface_init):
4129         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4130         (ev_file_exporter_get_capabilities):
4131         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4132         (idle_print_handler), (ev_print_job_print):
4133         * shell/ev-jobs.c: (ev_job_print_run):
4134         * shell/ev-window.c: (ev_window_print_send),
4135         (ev_window_print_range):
4136
4137         Use capabilities to know which options should be offered by the
4138         print dialog depending on the document backend.
4139
4140 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4143
4144         Give priority to forms over text to set the cursor.
4145
4146 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-view-private.h:
4149         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4150         (ev_view_leave_notify_event), (ev_view_finalize),
4151         (ev_view_get_property), (ev_view_class_init):
4152
4153         Use IBEAM cursor for text form fields and NORMAL cursor for read
4154         only fields. Remove unused status attribute.
4155
4156 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4159
4160         Update region for current selected items also for checkbox
4161         buttons, since they can behave as radio buttons when they are in a
4162         set.
4163
4164 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4165
4166         * configure.ac:
4167         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4168
4169         Get max length of text form fields.
4170
4171 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4172
4173         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4174         * libdocument/ev-form-field.h:
4175         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4176
4177         Fix build with current poppler cvs head.
4178
4179 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4182         * shell/eggfindbar.c: (egg_find_bar_init):
4183
4184         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4185         deprecation. Fixes bug #455667
4186
4187 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4188
4189         * NEWS:
4190         * configure.ac:
4191         
4192         Update for release 0.9.2
4193
4194 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-view.c: (ev_view_form_field_text_save),
4197         (ev_view_form_field_choice_save):
4198
4199         Fix a crash when closing whith a form widget visible.
4200
4201 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4202
4203         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4204
4205         Update also the region of the current selected button when
4206         clicking on another button if they are radio buttons.
4207
4208 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4209
4210         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4211         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4212         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4213         (ev_pixbuf_cache_get_link_mapping),
4214         (ev_pixbuf_cache_get_image_mapping),
4215         (ev_pixbuf_cache_get_form_field_mapping),
4216         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4217         * shell/ev-view.c: (ev_view_form_field_get_region),
4218         (ev_view_form_field_button_create_widget),
4219         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4220         (job_finished_cb):
4221
4222         Redraw only form field region instead of the whole page when
4223         reloading a page to show changes on the form field.
4224
4225 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * shell/ev-view.c: (ev_view_form_field_choice_save):
4228
4229         Fix selection of first item in list form fields.
4230
4231 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4232
4233         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4234         (ev_pixbuf_cache_reload_page),
4235         (ev_pixbuf_cache_get_form_field_mapping):
4236
4237         Some refactoring to avoid duplicated code.
4238
4239 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * configure.ac:
4242         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4243         (ev_form_field_from_poppler_field),
4244         (pdf_document_forms_get_form_fields),
4245         (pdf_document_forms_form_field_text_get_text),
4246         (pdf_document_forms_form_field_text_set_text),
4247         (pdf_document_forms_form_field_button_set_state),
4248         (pdf_document_forms_form_field_button_get_state),
4249         (pdf_document_forms_form_field_choice_get_item),
4250         (pdf_document_forms_form_field_choice_get_n_items),
4251         (pdf_document_forms_form_field_choice_is_item_selected),
4252         (pdf_document_forms_form_field_choice_select_item),
4253         (pdf_document_forms_form_field_choice_toggle_item),
4254         (pdf_document_forms_form_field_choice_unselect_all),
4255         (pdf_document_forms_form_field_choice_set_text),
4256         (pdf_document_forms_form_field_choice_get_text),
4257         (pdf_document_document_forms_iface_init):
4258         * libdocument/Makefile.am:
4259         * libdocument/ev-form-field.[ch]:
4260         * libdocument/ev-document-forms.[ch]:
4261         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4262         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4263         (add_job), (ev_pixbuf_cache_reload_page),
4264         (ev_pixbuf_cache_get_form_field_mapping):
4265         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4266         * shell/ev-view-private.h:
4267         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4268         (ev_view_handle_cursor_over_xy),
4269         (ev_view_get_form_field_at_location),
4270         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4271         (ev_view_form_field_button_create_widget),
4272         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4273         (ev_view_form_field_text_create_widget),
4274         (ev_view_form_field_choice_save),
4275         (ev_view_form_field_choice_changed),
4276         (ev_view_form_field_choice_create_widget),
4277         (ev_view_handle_form_field), (ev_view_size_allocate),
4278         (ev_view_realize), (draw_end_presentation_page),
4279         (ev_view_button_press_event), (ev_view_remove_all),
4280         (ev_view_motion_notify_event), (ev_view_key_press_event),
4281         (ev_view_enter_notify_event), (highlight_find_results),
4282         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4283         (ev_view_class_init), (page_changed_cb),
4284         (on_adjustment_value_changed), (ev_view_set_presentation),
4285         (merge_selection_region), (ev_view_set_cursor),
4286         (ev_view_reset_presentation_state):
4287         
4288         Merge evince-forms branch.
4289
4290 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4291
4292         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4293
4294         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4295         This script also updates itself from libegg
4296
4297         * cut-n-paste/toolbar-editor/egg*:
4298         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4299         libegg
4300
4301 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4302
4303         * shell/ev-window.c:
4304         
4305         Adds a nice icon to page action during toolbar editing.
4306         See bug #452872.
4307
4308 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * data/evince-toolbar.xml:
4311         * shell/ev-window.c:
4312         
4313         Let user add a presentation and fullscreen icons on toolbar.
4314         See bug #449734.
4315
4316 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4317
4318         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4319
4320         new script to keep in sync with toolbareditor in libegg
4321
4322         * cut-n-paste/toolbar-editor/*: 
4323
4324         Run update-toolbareditor-from-libegg so we are in sync again. 
4325         Fixes bug #452850.
4326         
4327
4328 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4329
4330         * shell/ev-sidebar-links.c: (job_finished_callback):
4331
4332         Do not connect selection changed signal more than once. Fixes bug
4333         #349433.
4334
4335 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4336
4337         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4338
4339         Do not change sidebar chrome flag when pressing F9 key in
4340         presentation mode.
4341
4342 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * backend/pdf/ev-poppler.cc:
4345         (pdf_document_thumbnails_get_dimensions):
4346
4347         Make sure thumbnails width and height is not <= 0. Fixes a crash
4348         with some pdf documents which have really small pages.
4349
4350 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4351
4352         * shell/main.c: (main):
4353
4354         Fixes program description translation issue.
4355         Bug #450148.
4356
4357 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4358
4359         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4360
4361         Do not change current page when returning from black/white mode
4362         in presentation. Fixes bug #415032.
4363
4364 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4365
4366         * NEWS:
4367         * configure.ac:
4368         
4369         Update for release 0.9.1
4370
4371 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4372
4373         * backend/dvi/dvi-document.c:
4374         (dvi_document_finalize),
4375         (dvi_document_file_exporter_format_supported),
4376         (dvi_document_file_exporter_begin),
4377         (dvi_document_file_exporter_do_page),
4378         (dvi_document_file_exporter_end),
4379         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4380         
4381         PDF exporter for dvi documents. Fixes bug #441319.
4382
4383 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4384
4385         * shell/ev-window.c: (ev_window_clear_print_job):
4386
4387         Clear gtk print job when job has finished. Fixes bug #447612.
4388
4389 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4390
4391         * shell/ev-window.c: (ev_window_print_send),
4392         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4393
4394         Add preview button to print dialog. Fixes bug #445419.
4395
4396 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * backend/dvi/Makefile.am:
4399         * backend/dvi/pixbuf-device.[ch]: Removed
4400         * backend/dvi/cairo-device.[ch]: Added
4401         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4402         * backend/dvi/dvi-document.c: (dvi_document_load),
4403         (dvi_document_render), (dvi_document_finalize),
4404         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4405         (dvi_document_do_color_special):
4406         * libdocument/ev-document-misc.[ch]:
4407         (ev_document_misc_pixbuf_from_surface):
4408
4409         Port dvi backend to cairo and fix a problem with colors. 
4410
4411 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4412
4413         * shell/ev-view.c: (draw_one_page):
4414
4415         Draw only visible region.
4416
4417 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4418
4419         * backend/djvu/djvu-document.c: (djvu_document_render):
4420
4421         Fix rotation in djvu backend.
4422
4423 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4426         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4427         (ev_pixbuf_cache_get_image_mapping),
4428         (ev_pixbuf_cache_get_text_mapping):
4429
4430         Redraw view every time we have a new surface. Fixes bug #443587.
4431
4432 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4433
4434         * libdocument/ev-document.c: (ev_document_info_free):
4435
4436         Fix memory leaks.
4437
4438 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * backend/dvi/dvi-document.c: (dvi_document_render),
4441         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4442         * backend/impress/impress-document.c:
4443         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4444         (impress_document_render), (impress_document_document_iface_init),
4445         (impress_document_thumbnails_get_thumbnail):
4446         * backend/djvu/djvu-document-private.h:
4447         * backend/djvu/djvu-document.c: (djvu_document_render),
4448         (djvu_document_finalize), (djvu_document_document_iface_init),
4449         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4450         * backend/tiff/tiff-document.c: (tiff_document_render),
4451         (tiff_document_render_pixbuf),
4452         (tiff_document_document_iface_init):
4453         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4454         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4455         (pdf_selection_render_selection):
4456         * backend/comics/comics-document.c:
4457         (comics_document_render_pixbuf), (comics_document_render),
4458         (comics_document_document_iface_init):
4459         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4460         (pixbuf_document_document_iface_init):
4461         * libdocument/ev-document-misc.[ch]:
4462         (ev_document_misc_surface_from_pixbuf),
4463         (ev_document_misc_surface_rotate_and_scale):
4464         * libdocument/ev-document.[ch]: (ev_document_render):
4465         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4466         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4467         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4468         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4469         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4470         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4471         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4472         (render_finished_cb), (ev_job_render_run):
4473         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4474         (merge_selection_region):
4475
4476         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4477         and selections.
4478
4479 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4480
4481         * shell/ev-window-title.c: (ev_window_title_update):
4482
4483         Fix memory leak.
4484
4485 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4486
4487         * shell/ev-view.c: (draw_loading_text):
4488
4489         Show loading text centered. Fixes bug #433061
4490
4491 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * shell/ev-sidebar-thumbnails.c:
4494         (ev_sidebar_thumbnails_set_loading_icon):
4495
4496         Remove a mutex in the main thread that blocks the UI in heavy
4497         documents.
4498
4499 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4500
4501         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4502
4503         Set points_set to TRUE so that selections don't disappear after a
4504         zoom change.
4505
4506 2007-06-07  Michael Monreal  <infernux@web.de>
4507
4508         * data/icons/16x16/actions/Makefile.am:
4509         * data/icons/16x16/actions/zoom.svg:
4510         * data/icons/22x22/actions/Makefile.am:
4511         * data/icons/22x22/actions/zoom.svg:
4512         * data/icons/24x24/actions/Makefile.am:
4513         * shell/ev-stock-icons.c:
4514         * shell/ev-stock-icons.h:
4515         * shell/ev-window.c:
4516         
4517         Zoom icon artwork. See bug #444795.
4518
4519 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4520
4521         * shell/ev-metadata-manager.c: Remove extraneous function
4522         (Closes: #444386)
4523
4524 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4525
4526         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4527         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4528         (ev_metadata_manager_set), (ev_metadata_manager_save):
4529         Simplify the timeout, no need for modified anymore
4530
4531 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4532
4533         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4534         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4535         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4536         (ev_metadata_manager_save): Adapted patch from Arjan van de
4537         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4538         time, saves on power (Closes: #443851)
4539
4540 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4541
4542         * configure.ac:
4543         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4544         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4545
4546         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4547
4548 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4549
4550         * shell/ev-window.c: (ev_window_add_history):
4551
4552         Check if history is NULL
4553
4554 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4555
4556         * libdocument/ev-image.c: (ev_image_finalize):
4557         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4558         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4559         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4560         (ev_tmp_uri_unlink):
4561
4562         Add functions to delete temporary files created by evince in a safe
4563         way.
4564
4565         * shell/ev-window.c: (ev_window_clear_local_uri),
4566         (open_xfer_update_progress_callback),
4567         (save_xfer_update_progress_callback), (ev_window_save_remote),
4568         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4569         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4570         (attachment_save_dialog_response_cb),
4571         (ev_attachment_popup_cmd_save_attachment_as):
4572
4573         Allow saving a copy of a document, image or attachment to a remote
4574         location. Fixes bug #440754. 
4575
4576 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4577
4578         * configure.ac:
4579         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4580
4581         Fix build with current poppler from cvs head. 
4582
4583 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4584
4585         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4586
4587         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4588         directory exists.
4589
4590 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4591
4592         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4593         * shell/ev-window.c:
4594
4595         Change sidebar ordering. Fixes bug #439939.
4596
4597 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4598
4599         * backend/comics/Makefile.am:
4600         
4601         Fixes build with --without-libgnome.
4602
4603 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4604         
4605         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4606
4607         Update cursor and tooltip on page change and view scroll. Fixes bug
4608         #439217.
4609
4610 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4611
4612         * NEWS:
4613         * configure.ac:
4614         
4615         Update for release 0.9.0
4616
4617 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4618
4619         * backend/djvu/djvu-document-private.h:
4620         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4621         (djvu_document_finalize),
4622         (djvu_document_file_exporter_format_supported),
4623         (djvu_document_file_exporter_begin),
4624         (djvu_document_file_exporter_do_page),
4625         (djvu_document_file_exporter_end),
4626         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4627         
4628         Implemented printing with djvu. Bug #437998.
4629
4630 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * backend/impress/zip.c:
4633         Add missing ulong definition.
4634
4635         * backend/ps/ps-interpreter.c:
4636         Add missing headers.
4637
4638         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4639
4640 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4641
4642         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4643
4644         Add missing call to parent class dispose method. 
4645
4646 2007-05-12  Ross Burton  <ross@openedhand.com>
4647
4648         * shell/main.c:
4649         Sync keybindings manually when building without libgnome
4650         (#437925).
4651
4652 2007-05-12  Ross Burton  <ross@openedhand.com>
4653
4654         * shell/ev-window.c:
4655         Respect the screen when opening help (#437866).
4656
4657 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4658
4659         * data/evince-ui.xml:
4660         * shell/ev-application.[ch]: (get_print_settings_from_args),
4661         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4662         (ev_application_open_uri_list):
4663         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4664         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4665         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4666         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4667         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4668         (ev_window_dispose):
4669         * shell/main.c: (arguments_parse):
4670
4671         Add print button in preview mode. Fixes bug #396475. 
4672
4673 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4674
4675         * cut-n-paste/zoom-control/ephy-zoom.h:
4676         
4677         Fixes zoom level factors. See bug #408119 for details.
4678
4679 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * backend/comics/comics-document.c: (comics_regex_quote),
4682         (extract_argv):
4683         
4684         Correctly quote symbols. Fixes crash in the bug
4685         #415370.
4686
4687 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4688
4689         * shell/ev-navigation-action-widget.c:
4690         (ev_navigation_action_widget_init),
4691         (ev_navigation_action_widget_class_init),
4692         (ev_navigation_action_widget_button_press_event):
4693         
4694         Connect to button-press event on correct widget. Fixes
4695         bug #431988
4696
4697 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4698
4699         * shell/ev-application.c: (ev_application_open_window),
4700         (ev_application_add_icon_path_for_screen),
4701         (ev_application_open_uri_at_dest):
4702         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4703         * shell/ev-navigation-action.c: (build_menu):
4704         
4705         Add app-specific icons to our icon theme. Fixes bug
4706         #425508.
4707
4708 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * shell/ev-history.c: (ev_history_class_init),
4711         (ev_history_add_link):
4712         * shell/ev-history.h:
4713         * shell/ev-navigation-action.c:
4714         (ev_navigation_action_history_changed),
4715         (ev_navigation_action_set_history), (build_menu),
4716         (ev_navigation_action_finalize):
4717         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4718         
4719         Make navigation action unsensitive instead of showing
4720         menu with unsensitive word. Fixes bug #417392.
4721
4722 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4723
4724         * shell/ev-application.[ch]: (ev_application_shutdown),
4725         (ev_application_get_print_settings),
4726         (ev_application_set_print_settings):
4727         * shell/ev-window.c:
4728
4729         Remember print settings. Fixes bug #349102. 
4730
4731 2007-05-08  Christian Persch  <chpe@gnome.org>
4732
4733         * configure.ac:
4734         * properties/ev-properties-view.c:
4735
4736         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4737         Bug #382438.
4738
4739 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4740
4741         * configure.ac:
4742         * properties/ev-properties-view.c: (ev_regular_paper_size):
4743
4744         Use gtk+ builtin paper list to identify the document's paper size.
4745         Fixes bug #382438. 
4746
4747 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4748
4749         * configure.ac:
4750
4751         Fix build when compiling with thumbnailer and libgnome support. 
4752
4753 2007-05-04  Ross Burton  <ross@openedhand.com>
4754
4755         * configure.ac:
4756         Add --without-libgnome, check for libgnome and libgnomeui
4757         separately, and add them to the symbols as required.
4758
4759         * libdocument/ev-file-helpers.c:
4760         When building without libgnome, use g_get_user_config_dir instead
4761         of gnome_user_dir_get.
4762
4763         * shell/ev-application.c:
4764         When building without libgnome, don't use session management.
4765
4766         * shell/main.c:
4767         When building without libgnome, don't use GnomeProgram or
4768         initialise the authentication manager.
4769
4770         This fixes #328842.
4771
4772 2007-05-04  Ross Burton  <ross@openedhand.com>
4773
4774         * shell/ev-window.c:
4775         Don't use libgnome to open help, instead call Yelp directly.
4776
4777 2007-05-04  Ross Burton  <ross@openedhand.com>
4778
4779         * shell/ev-sidebar-attachments.c:
4780         Don't use libgnome to lookup icons for MIME types, instead copy
4781         code from GTK+ to do it manually.
4782
4783 2007-05-04  Ross Burton  <ross@openedhand.com>
4784
4785         * configure.ac:
4786         Add libxml to the dependencies for SHELL_CORE (#435818).
4787
4788 2007-05-02  Ross Burton  <ross@openedhand.com>
4789
4790         * configure.ac:
4791         * Makefile.am:
4792         Add --disable-thumbnailer (#434825)
4793
4794 2007-05-02  Ross Burton  <ross@openedhand.com>
4795
4796         * shell/ev-window.c:
4797         Add missing includes, fix indentation.
4798
4799         * shell/main.c:
4800         Fix indentation.
4801
4802 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4803
4804         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4805         ev_application_open_uri_at_dest instead of ev_application_open_uri
4806         preventing new document always being opened in a new window even if there
4807         is an empty window.
4808
4809 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4810
4811         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4812         (egg_recent_view_uimanager_finalize):
4813         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4814         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4815         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4816         (ev_pixbuf_cache_dispose):
4817         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4818         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4819         
4820         Add missing chain to parent class methods. Fixes
4821         bug #433128.
4822
4823 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4824
4825         * data/Makefile.am (update-icon-cache): Updates
4826         gtk-update-icon-cache in uninstall-hook.
4827
4828 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * shell/ev-window.c: (ev_window_setup_document),
4831         (ev_window_set_document), (ev_window_load_job_cb):
4832         * shell/ev-view.c: (setup_caches):
4833         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4834
4835         Start rendering pages before any other jobs. 
4836
4837 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * shell/ev-window.c: (ev_window_stop_fullscreen),
4840         (ev_window_stop_presentation):
4841
4842         Update chrome visibility before window unfullscreen. 
4843
4844 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4845
4846         * data/Makefile.am:
4847         * data/evince-ui.xml:
4848         * shell/ev-stock-icons.[ch]:
4849         * shell/ev-application.[ch]: (ev_application_shutdown),
4850         (ev_application_init), (ev_application_get_toolbars_model):
4851         * shell/ev-window.c: (update_chrome_visibility),
4852         (fullscreen_toolbar_setup_item_properties),
4853         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4854         (ev_window_run_presentation), (ev_window_stop_presentation),
4855         (ev_window_run_preview), (ev_window_screen_changed),
4856         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4857         (ev_window_dispose), (ev_window_init):
4858
4859         Make fullscreen toolbar always visible. Do not use egg toolbars for
4860         fullscreen and preview modes since such toolbars are not editables.
4861         Fixes bugs #300278, #338910 and #316188.  
4862
4863 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4864
4865         * shell/ev-application.c:
4866         * shell/ev-job-queue.c:
4867         * shell/ev-metadata-manager.c:
4868         * shell/ev-stock-icons.c:
4869         * shell/ev-window.c:
4870         * shell/main.c:
4871         
4872         Developers documentation updated.
4873
4874 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4877
4878         Check whether uri is valid before launching it. Fixes bug #427664.
4879
4880 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4881
4882         * shell/ev-window.c:
4883
4884         Change key accelerator for Open a Copy menu entry which is in conflict
4885         with Close. Fixes bug #427321.
4886
4887 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4888
4889         * NEWS:
4890         * configure.ac:
4891         
4892         Update for release 0.8.1
4893
4894 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4895
4896         * shell/ev-window.c: (setup_size_from_metadata):
4897         
4898         Do not make window bigger than screen. Fixes bug 
4899         #388985.
4900
4901 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4902
4903         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4904         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4905
4906         Use default resolution when it's not provided by document. Fixes bug
4907         #408762.
4908
4909 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4910
4911         * configure.ac:
4912         * thumbnailer/Makefile.am:
4913         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4914         * thumbnailer/evince-thumbnailer.schemas.in:
4915         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4916
4917         Add support for ps, eps and compressed documents thumbnails. Do not
4918         ignore size parameter. 
4919
4920 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4921
4922         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4923         (dvi_document_do_color_special):
4924         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4925
4926         Implement font color specials in the DVI backend. Fixes bug #303651.
4927
4928 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4929
4930         Fixup the previous commit:
4931
4932         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4933         * shell/xdg-user-dir-lookup.c: Make the function non-static
4934         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4935
4936 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4937
4938         * shell/ev-window.c (file_open_dialog_response_cb): Use
4939         the xdg-user-dirs DOCUMENTS folder as default folder when
4940         opening a file chooser.  (#424858)
4941
4942         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4943         xdg-user-dirs.
4944
4945 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4946
4947         * shell/ev-window.c: (ev_window_load_job_cb):
4948
4949         Do not setup view from metadata on preview mode. 
4950
4951 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4952
4953         * shell/main.c:
4954
4955         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4956
4957 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4958
4959         * shell/ev-view.c: (ev_view_primary_get_cb):
4960
4961         Check pointer != NULL before using it. Fixes bug #416841. 
4962
4963 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * NEWS:
4966         * configure.ac:
4967         
4968         Release 0.8.0
4969
4970 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4973
4974         Do not render thumbnails when sidebar thumbnail page is not visible
4975         at startup. Fixes bug #416447. 
4976
4977 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4978
4979         * data/evince.desktop.in.in:
4980
4981         "Application" is not a valid category in the freedesktop specification.
4982
4983 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * libdocument/ev-file-helpers.[ch]: (compression_run),
4986         (ev_file_uncompress), (ev_file_compress):
4987         * shell/ev-window.c: (file_save_dialog_response_cb):
4988
4989         Save document compressed when saving a copy of a compressed document.
4990         Fixes bug #334542.
4991
4992 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4995
4996         Allow deleting in goto window entry in presentation mode. 
4997
4998 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4999
5000         * Makefile.am: Dist MAINTAINERS.
5001
5002 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
5003
5004         * shell/ev-window.c: (ev_window_update_actions):
5005
5006         Fix zoom shortcut keys when searching. Fixes bug #409828.
5007
5008 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5009
5010         * shell/ev-window.c: (ev_window_setup_document):
5011
5012         Fix crash when loading documents with only one page. 
5013
5014 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
5015
5016         * backend/dvi/dvi-document.c:
5017         (dvi_document_thumbnails_get_dimensions),
5018         (dvi_document_thumbnails_get_thumbnail):
5019         * backend/impress/impress-document.c:
5020         (impress_document_thumbnails_get_thumbnail),
5021         (impress_document_thumbnails_get_dimensions):
5022         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
5023         (ps_document_thumbnails_get_dimensions):
5024         * backend/djvu/djvu-document.c:
5025         (djvu_document_thumbnails_get_dimensions),
5026         (djvu_document_thumbnails_get_thumbnail):
5027         * backend/tiff/tiff-document.c:
5028         (tiff_document_thumbnails_get_thumbnail),
5029         (tiff_document_thumbnails_get_dimensions):
5030         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
5031         (pdf_document_thumbnails_get_thumbnail),
5032         (pdf_document_thumbnails_get_dimensions):
5033         * backend/comics/comics-document.c:
5034         (comics_document_thumbnails_get_thumbnail),
5035         (comics_document_thumbnails_get_dimensions):
5036         * backend/pixbuf/pixbuf-document.c:
5037         (pixbuf_document_thumbnails_get_thumbnail),
5038         (pixbuf_document_thumbnails_get_dimensions):
5039         * libdocument/ev-document-thumbnails.[ch]:
5040         (ev_document_thumbnails_get_thumbnail),
5041         (ev_document_thumbnails_get_dimensions):
5042         * libdocument/ev-document-misc.[ch]:
5043         (ev_document_misc_get_thumbnail_frame):
5044         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
5045         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
5046         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
5047         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
5048         (ev_sidebar_thumbnails_refresh):
5049         * shell/ev-window.c: (ev_window_setup_document):
5050         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5051
5052         Use an EvRenderContext for rendering thumbnails instead of a suggested
5053         width, so that different sized pages get sized proportionally.
5054
5055 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * shell/ev-view.c: (ev_view_button_press_event),
5058         (ev_view_key_press_event):
5059
5060         Fix critical warnings when there is no document loaded. 
5061
5062 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5063
5064         * shell/ev-page-action-widget.c:
5065         * shell/ev-navigation-action.c:
5066         * shell/ev-window.c:
5067
5068         Fix compile warnings. 
5069
5070 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5071
5072         * backend/djvu/djvu-text.h:
5073         * backend/djvu/djvu-document.c:
5074         * backend/djvu/djvu-text-page.c:
5075         * backend/djvu/djvu-links.c:
5076         * backend/djvu/djvu-text-page.h:
5077         * backend/djvu/djvu-text.c:
5078         
5079         Fix build on Mac. Fixes bug #392186. Patch by
5080         <ephraim_owns@hotmail.com>
5081
5082 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5083
5084         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5085
5086         Restore cairo context before rendering every page when printing a PDF
5087         document into a PDF file. 
5088
5089 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * backend/ps/gstypes.h:
5092         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5093         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5094         (ps_document_thumbnails_get_thumbnail):
5095
5096         Handle PostScript page orientation. Fixes bug #318568.
5097
5098 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5099
5100         * backend/ps/Makefile.am:
5101         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5102         (document_load), (ps_document_load), (save_document),
5103         (save_page_list), (ps_document_get_n_pages),
5104         (ps_document_get_page_size), (ps_document_get_info),
5105         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5106         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5107         (ps_document_thumbnails_get_thumbnail),
5108         (ps_document_thumbnails_get_dimensions),
5109         (ps_document_document_thumbnails_iface_init):
5110         * backend/ps/ps.[ch]: (psgetpagebox):
5111         * backend/ps/ps-interpreter.[ch]:
5112
5113         Add support for thumbnails in ps backend. Fixes bug #164755. 
5114
5115 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5116
5117         * NEWS:
5118         * configure.ac:
5119         
5120         Release 0.7.2
5121
5122 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5123
5124         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5125         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5126         (ev_window_dispose):
5127
5128         Use document thumbnail as window icon. Fixes bug #384442.
5129
5130 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5131
5132         * configure.ac:
5133
5134         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5135         duplicated adding application/x-bzpostscript instead. 
5136
5137 2007-02-11  Tom Parker  <palfrey@tevp.net>
5138
5139         * backend/ps/ps-document.c: (document_load):
5140
5141         Check return value of psscan before trying
5142         to use it. Fixes bug #372414.
5143
5144 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5147
5148         Fix invalid free in ev-page-cache. Fixes bug #404745.
5149
5150 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * test/Makefile.am:
5153         * test/test3.py:
5154         
5155         Added reload test case.
5156
5157 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * po/POTFILES.in:
5160         * backend/djvu/djvu-document.c: (djvu_document_load):
5161
5162         Check whether there are missing files in indirect multipage djvu
5163         documents. Fixes bug #361683. 
5164
5165 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5166
5167         * test/Makefile.am:
5168         * test/test-mime.bin:
5169         * test/test3.py:
5170         
5171         Added test for slow mime type
5172
5173 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5174
5175         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5176
5177         Add some checks and call parent_class->finalize. Fixes bug #404745.
5178
5179 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * shell/ev-navigation-action.c: (connect_proxy):
5182         
5183         Fixes dropdown history menu. Thanks a lot Carlos!
5184
5185 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5186
5187         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5188
5189         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5190         bug #373715.
5191
5192 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5193
5194         * backend/ps/ps.c: (psscan):
5195
5196         Fix memory leak. 
5197
5198 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5199
5200         * configure.ac:
5201         * libdocument/ev-file-helpers.c: 
5202
5203         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5204
5205 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * configure.ac:
5208         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5209         (ps_interpreter_start), (document_load), (save_document),
5210         (save_page_list):
5211         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5212         * libdocument/ev-document-factory.c:
5213         (ev_document_factory_get_from_mime), (get_document_from_uri),
5214         (free_uncompressed_uri), (ev_document_factory_get_document):
5215         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5216
5217         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5218
5219 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * libdocument/ev-document.h:
5222
5223         Fix typo in function name. 
5224
5225 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * backend/ps/ps-document.c: (ps_interpreter_finished),
5228         (ps_interpreter_start), (ps_interpreter_failed):
5229
5230         Handle ghostscript interpreter crashes. 
5231
5232 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5233
5234         * shell/ev-window.c: (ev_window_open_uri),
5235         (window_configure_event_cb):
5236
5237         Setup window size and position before showing it. Fixes bug #401711.
5238
5239 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5240
5241         * backend/ps/Makefile.am:
5242         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5243         (ps_document_dispose), (ps_document_class_init),
5244         (ps_interpreter_input), (ps_interpreter_output),
5245         (ps_interpreter_error), (setup_interpreter_env),
5246         (ps_interpreter_start), (ps_interpreter_stop),
5247         (ps_interpreter_failed), (ps_interpreter_is_ready),
5248         (check_filecompressed), (document_load), (ps_document_load),
5249         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5250         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5251         (render_page):
5252
5253         Rework ps-document. Code cleanups, remove deprecated code. 
5254
5255 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5256
5257         * shell/ev-view.c: (ev_view_button_press_event):
5258
5259         Do not start an image drag and drop operation when pointer is on 
5260         text, so that we can select text when the whole background is an
5261         image. 
5262
5263 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5264
5265         * shell/ev-window.c: (ev_window_update_actions): 
5266
5267         Disable all zoom related actions during presentation mode. 
5268
5269 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5270
5271         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5272
5273         Do not zoom in or out on presentation mode. Fixes bug #401305.
5274
5275 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5276
5277         * shell/ev-navigation-action.c: (connect_proxy),
5278         (create_menu_item), (ev_navigation_action_class_init):
5279         
5280         Correctly show menu and fix crash when navigaton 
5281         action is out of toolbar visible area.
5282
5283 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5284
5285         * data/Makefile.am:
5286         * data/evince.1:
5287         
5288         Added man file
5289
5290 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * help/reference/* :
5293         * configure.ac:
5294         
5295         Added gtk-doc based documentation for Evince.
5296         Still in initial state but I hope it will
5297         grow.
5298         
5299         * configure.ac:
5300         
5301         Lower dbus requirement to 0.70
5302
5303 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5304
5305         * shell/ev-window.c: (ev_window_add_history):
5306
5307         Fix memory leak. 
5308
5309 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5312         * shell/ev-view.h:
5313         * shell/ev-window.c: (ev_window_add_history):
5314         
5315         Correctly handle named destination links
5316
5317 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * NOTES:
5320         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5321         * backend/pdf/ev-poppler.cc:
5322         * libdocument/ev-document-links.h:
5323         * libdocument/ev-link.c: (ev_link_get_page):
5324         * libdocument/ev-link.h:
5325         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5326         (ev_history_add_link):
5327         * shell/ev-history.h:
5328         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5329         (new_history_menu_item), (build_menu):
5330         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5331         * shell/ev-sidebar-links.c: (create_loading_model),
5332         (print_section_cb), (ev_sidebar_links_construct),
5333         (fill_page_labels), (update_page_callback_foreach),
5334         (update_page_callback), (job_finished_callback):
5335         * shell/ev-view.c: (ev_view_handle_link):
5336         * shell/ev-window.c: (ev_window_find_chapter),
5337         (ev_window_add_history), (view_handle_link_cb),
5338         (history_changed_cb):
5339         
5340         Implements another history variant
5341
5342 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5343
5344         * shell/ev-window.c: (view_external_link_cb):
5345         * shell/ev-view.c: (ev_view_button_release_event):
5346
5347         Open links in new window when clicking with middle button. 
5348
5349 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5350
5351         * shell/ev-navigation-action.c: (new_history_menu_item):
5352         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5353         * shell/ev-view.c: (ev_view_handle_link):
5354         * shell/ev-window.c:
5355         
5356         Store link before jump, not the destination. For me it 
5357         seems like more natural history behavior.
5358
5359 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5360
5361         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5362         (ev_navigation_action_class_init):
5363         * shell/ev-navigation-action.h:
5364         * shell/ev-page-action.c: (activate_cb):
5365         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5366         (ev_page_cache_set_current_page_history):
5367         * shell/ev-page-cache.h:
5368         * shell/ev-sidebar-thumbnails.c:
5369         (ev_sidebar_tree_selection_changed),
5370         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5371         * shell/ev-view-private.h:
5372         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5373         * shell/ev-view.h:
5374         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5375         (ev_window_setup_document), (ev_window_load_job_cb):
5376         * shell/ev-window.h:
5377         
5378         History finally works as expected.
5379
5380 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5381
5382         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5383
5384         Do not update links treeview if it doesn't have a model assigned yet. 
5385
5386 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5387
5388         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5389         (ev_sidebar_links_class_init), (update_page_callback):
5390
5391         Do not update links treeview when sidepane is not visible. 
5392
5393 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5394
5395         * shell/ev-marshal.list:
5396         * shell/ev-page-action.c: (activate_cb),
5397         (ev_page_action_class_init):
5398         * shell/ev-page-action.h:
5399         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5400         * shell/ev-window.c:
5401         
5402         Remove activate_link signal, not required.
5403
5404 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * shell/ev-navigation-action.c: (build_menu):
5407         
5408         Reorder menu items and build menu with fixed length.
5409
5410 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5411
5412         * shell/ev-view.c: (get_selected_text):
5413         
5414         Normalize text to fix ligatures problem. See bug
5415         #341947 for details.
5416
5417 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5418
5419         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5420
5421         Fix memory leak in ev-page-cache. 
5422
5423 2007-01-25  Tom Parker <palfrey@tevp.net>
5424
5425         * backend/impress/impress-document.c: (impress_document_load),
5426         (impress_document_finalize), (impress_document_init):
5427         * properties/ev-properties-main.c: (ev_properties_get_pages):
5428         
5429         Correctly handle impress document errors. Fixes nautilus
5430         crash in property page #370491.
5431
5432 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5433
5434         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5435         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5436         (ev_job_queue_remove_job):
5437         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5438         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5439         (ev_job_load_run):
5440         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5441         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5442         (ev_window_load_job_cb), (xfer_update_progress_callback),
5443         (ev_window_open_uri), (ev_window_dispose):
5444         * shell/main.c: (main):
5445
5446         Do file transfer asynchronously in the main thread instead of
5447         synchronously in the load thread. Fixes bugs #399694, #398307 and
5448         #343542.
5449
5450 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5451
5452         * shell/ev-jobs.c: (ev_job_xfer_run):
5453
5454         Load the document with the font-config lock held. 
5455
5456 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5457
5458         * backend/ps/ps-document.c: (start_interpreter):
5459
5460         Fix memory leaks in ps backend. 
5461
5462 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5463
5464         * backend/impress/impress-document.c:
5465         (impress_document_render_pixbuf):
5466
5467         Do not acquire fontconfig lock in impress backend, since it is using
5468         the main loop for rendering. 
5469
5470 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * po/POTFILES.in: 
5473
5474         Remove mdvi files that shouldn't be translated. 
5475
5476 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5477
5478         * shell/ev-view-private.h:
5479         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5480         (ev_view_set_zoom):
5481
5482         Render "loading..." text into a cairo surface instead of directly into
5483         the window so that fontconfig lock is only needed once and UI is not
5484         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5485
5486 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5487
5488         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5489         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5490
5491         Use icon theme associated with the window screen rather than default. 
5492
5493 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5494
5495         * configure.ac:
5496
5497         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5498
5499 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5500
5501         * data/icons/*/apps/evince.*:
5502
5503         Move Evince icons under new apps directory.
5504
5505         * data/icons/*/actions/*:
5506
5507         Add new custom themeable Evince icons: view-page-continuous, 
5508         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5509         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5510
5511         * configure.ac:
5512
5513         Add new directories to AC_CONFIG_FILES.
5514
5515         * shell/ev-stock-icons.c:
5516         * shell/ev-stock-icons.h:
5517
5518         Use new custom themeable icons.
5519
5520 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5521
5522         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5523
5524         Do not draw white background page in presentation mode. 
5525
5526 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5527
5528         * shell/ev-view.c: Remove unused gnome-vfs include.
5529
5530 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5531
5532         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5533         
5534         Format string is corrected, fixes bug #397129.
5535
5536 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5537
5538         * shell/ev-window.c: (ev_window_setup_recent):
5539
5540         Do not include in recent menu inexistent documents. Fixes
5541         bug #339171.
5542
5543 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5544
5545         * po/POTFILES.skip: 
5546
5547         Update POTFILES.skip file according to current source tree. 
5548
5549 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5550
5551         * shell/ev-window.c: (file_save_dialog_response_cb):
5552
5553         Do Save a copy in atomic way. Fixes bug #328266. 
5554
5555 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5556
5557         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5558
5559         Keep selected cell always visible in index treeview.
5560
5561 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5562         
5563         * shell/ev-view.c: (ev_view_size_allocate):
5564
5565         Restore horizontal scrollbar after switching to/from fullscreen
5566         or presentation mode. Fixes bug #331728.
5567
5568 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5569
5570         * shell/ev-view-private.h:
5571         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5572         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5573         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5574         (ev_view_can_zoom_out):
5575
5576         Use max and min scale values in the view iby taking dpi into account. 
5577
5578 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5579
5580         * configure.ac:
5581         * NEWS:
5582
5583         Release 0.7.1
5584
5585 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5586
5587         * shell/ev-window.c: (ev_window_print_send):
5588
5589         Send print job to printer with some settings set to default values,
5590         since we have already exported to a file according to such settings
5591         and they could be taken twice by some printers. 
5592
5593 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5594
5595         * shell/ev-jobs.c: (ev_job_xfer_run):
5596         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5597
5598         Show main window and load document with the font-config lock held. 
5599
5600 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5601
5602         * configure.ac:
5603         * shell/ev-application.c: (ev_application_register_service):
5604         * shell/main.c: (load_files_remote):
5605
5606         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5607
5608 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * doc/debugging.txt:
5611         
5612         Remove obsolete documentation.
5613
5614 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5615
5616         * Makefile.am:
5617         * backend/Makefile.am:
5618         * backend/comics/Makefile.am:
5619         * backend/djvu/Makefile.am:
5620         * backend/dvi/Makefile.am:
5621         * backend/ev-async-renderer.c:
5622         * backend/ev-async-renderer.h:
5623         * backend/ev-attachment.c:
5624         * backend/ev-attachment.h:
5625         * backend/ev-backend-marshal.c:
5626         * backend/ev-document-factory.c:
5627         * backend/ev-document-factory.h:
5628         * backend/ev-document-find.c:
5629         * backend/ev-document-find.h:
5630         * backend/ev-document-fonts.c:
5631         * backend/ev-document-fonts.h:
5632         * backend/ev-document-images.c:
5633         * backend/ev-document-images.h:
5634         * backend/ev-document-info.h:
5635         * backend/ev-document-links.c:
5636         * backend/ev-document-links.h:
5637         * backend/ev-document-misc.c:
5638         * backend/ev-document-misc.h:
5639         * backend/ev-document-security.c:
5640         * backend/ev-document-security.h:
5641         * backend/ev-document-thumbnails.c:
5642         * backend/ev-document-thumbnails.h:
5643         * backend/ev-document-transition.c:
5644         * backend/ev-document-transition.h:
5645         * backend/ev-document.c:
5646         * backend/ev-document.h:
5647         * backend/ev-file-exporter.c:
5648         * backend/ev-file-exporter.h:
5649         * backend/ev-image.c:
5650         * backend/ev-image.h:
5651         * backend/ev-link-action.c:
5652         * backend/ev-link-action.h:
5653         * backend/ev-link-dest.c:
5654         * backend/ev-link-dest.h:
5655         * backend/ev-link.c:
5656         * backend/ev-link.h:
5657         * backend/ev-render-context.c:
5658         * backend/ev-render-context.h:
5659         * backend/ev-selection.c:
5660         * backend/ev-selection.h:
5661         * backend/impress/Makefile.am:
5662         * backend/pdf/Makefile.am:
5663         * backend/pixbuf/Makefile.am:
5664         * backend/ps/Makefile.am:
5665         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5666         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5667         (start_interpreter), (stop_interpreter), (document_load),
5668         (ps_document_next_page), (render_page):
5669         * backend/tiff/Makefile.am:
5670         * comics/Makefile.am:
5671         * comics/comics-document.c:
5672         * comics/comics-document.h:
5673         * configure.ac:
5674         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5675         * djvu/Makefile.am:
5676         * djvu/djvu-document-private.h:
5677         * djvu/djvu-document.c:
5678         * djvu/djvu-document.h:
5679         * djvu/djvu-links.c:
5680         * djvu/djvu-links.h:
5681         * djvu/djvu-text-page.c:
5682         * djvu/djvu-text-page.h:
5683         * djvu/djvu-text.c:
5684         * djvu/djvu-text.h:
5685         * dvi/Makefile.am:
5686         * dvi/dvi-document.c:
5687         * dvi/dvi-document.h:
5688         * dvi/fonts.c:
5689         * dvi/fonts.h:
5690         * dvi/mdvi-lib/Makefile.am:
5691         * dvi/mdvi-lib/afmparse.c:
5692         * dvi/mdvi-lib/afmparse.h:
5693         * dvi/mdvi-lib/bitmap.c:
5694         * dvi/mdvi-lib/bitmap.h:
5695         * dvi/mdvi-lib/color.c:
5696         * dvi/mdvi-lib/color.h:
5697         * dvi/mdvi-lib/common.c:
5698         * dvi/mdvi-lib/common.h:
5699         * dvi/mdvi-lib/defaults.h:
5700         * dvi/mdvi-lib/dvimisc.c:
5701         * dvi/mdvi-lib/dviopcodes.h:
5702         * dvi/mdvi-lib/dviread.c:
5703         * dvi/mdvi-lib/files.c:
5704         * dvi/mdvi-lib/font.c:
5705         * dvi/mdvi-lib/fontmap.c:
5706         * dvi/mdvi-lib/fontmap.h:
5707         * dvi/mdvi-lib/fontsrch.c:
5708         * dvi/mdvi-lib/gf.c:
5709         * dvi/mdvi-lib/hash.c:
5710         * dvi/mdvi-lib/hash.h:
5711         * dvi/mdvi-lib/list.c:
5712         * dvi/mdvi-lib/mdvi.h:
5713         * dvi/mdvi-lib/pagesel.c:
5714         * dvi/mdvi-lib/paper.c:
5715         * dvi/mdvi-lib/paper.h:
5716         * dvi/mdvi-lib/pk.c:
5717         * dvi/mdvi-lib/private.h:
5718         * dvi/mdvi-lib/setup.c:
5719         * dvi/mdvi-lib/sp-epsf.c:
5720         * dvi/mdvi-lib/special.c:
5721         * dvi/mdvi-lib/sysdeps.h:
5722         * dvi/mdvi-lib/t1.c:
5723         * dvi/mdvi-lib/tfm.c:
5724         * dvi/mdvi-lib/tfmfile.c:
5725         * dvi/mdvi-lib/tt.c:
5726         * dvi/mdvi-lib/util.c:
5727         * dvi/mdvi-lib/vf.c:
5728         * dvi/pixbuf-device.c:
5729         * dvi/pixbuf-device.h:
5730         * impress/Makefile.am:
5731         * impress/common.h:
5732         * impress/document.c:
5733         * impress/f_oasis.c:
5734         * impress/f_oo13.c:
5735         * impress/iksemel.c:
5736         * impress/iksemel.h:
5737         * impress/imposter.h:
5738         * impress/impress-document.c:
5739         * impress/impress-document.h:
5740         * impress/internal.h:
5741         * impress/r_back.c:
5742         * impress/r_draw.c:
5743         * impress/r_geometry.c:
5744         * impress/r_gradient.c:
5745         * impress/r_style.c:
5746         * impress/r_text.c:
5747         * impress/render.c:
5748         * impress/render.h:
5749         * impress/zip.c:
5750         * impress/zip.h:
5751         * lib/Makefile.am:
5752         * lib/ev-debug.c:
5753         * lib/ev-debug.h:
5754         * lib/ev-file-helpers.c:
5755         * lib/ev-file-helpers.h:
5756         * lib/ev-gui.c:
5757         * lib/ev-gui.h:
5758         * lib/ev-tooltip.c:
5759         * lib/ev-tooltip.h:
5760         * libdocument/Makefile.am:
5761         * libdocument/ev-file-helpers.c:
5762         * pdf/Makefile.am:
5763         * pdf/ev-poppler.cc:
5764         * pdf/ev-poppler.h:
5765         * pixbuf/Makefile.am:
5766         * pixbuf/pixbuf-document.c:
5767         * pixbuf/pixbuf-document.h:
5768         * properties/Makefile.am:
5769         * ps/Makefile.am:
5770         * ps/gsdefaults.c:
5771         * ps/gsdefaults.h:
5772         * ps/gsio.c:
5773         * ps/gsio.h:
5774         * ps/gstypes.h:
5775         * ps/ps-document.c:
5776         * ps/ps-document.h:
5777         * ps/ps.c:
5778         * ps/ps.h:
5779         * shell/Makefile.am:
5780         * shell/ev-application.h:
5781         * shell/ev-sidebar-links.c:
5782         * shell/ev-sidebar-links.h:
5783         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5784         (ev_gui_menu_position_tree_selection):
5785         * shell/ev-utils.h:
5786         * shell/ev-view.c: (ev_view_finalize):
5787         * shell/ev-window.c:
5788         * shell/main.c: (main):
5789         * thumbnailer/Makefile.am:
5790         * tiff/Makefile.am:
5791         * tiff/tiff-document.c:
5792         * tiff/tiff-document.h:
5793         * tiff/tiff2ps.c:
5794         * tiff/tiff2ps.h:
5795         
5796         Reorganize source tree.
5797
5798 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * backend/ev-document-factory.c:
5801
5802         Do not include ev-poppler.h when pdf is disabled. 
5803
5804 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5805
5806         * configure.ac:
5807         * data/evince-ui.xml:
5808         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5809         (pdf_document_document_images_iface_init):
5810         * backend/Makefile.am:
5811         * backend/ev-document-images.[ch]:
5812         * backend/ev-image.[ch]:
5813         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5814         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5815         (ev_job_xfer_run):
5816         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5817         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5818         (ev_pixbuf_cache_get_image_mapping):
5819         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5820         (view_menu_popup_cb), (ev_window_dispose),
5821         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5822         (ev_view_popup_cmd_copy_image):
5823         * shell/ev-view-private.h:
5824         * shell/ev-view.c: (ev_view_get_image_at_location),
5825         (ev_view_do_popup_menu), (ev_view_popup_menu),
5826         (ev_view_button_press_event), (ev_view_drag_data_get),
5827         (ev_view_drag_motion), (ev_view_drag_data_received),
5828         (ev_view_motion_notify_event), (ev_view_button_release_event),
5829         (ev_view_finalize), (ev_view_class_init):
5830
5831         Add image handling support. Fixes bugs #310008 and #325047. Images
5832         selection is not supported yet. 
5833
5834 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5835
5836         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5837         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5838         (ev_view_init):
5839
5840         Move view drag and drop stuff to ev-view.
5841
5842 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5843
5844         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5845         * shell/ev-view.c: (clear_selection): 
5846
5847         Clear selection also in pixbuf cache.
5848
5849 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5850
5851         * data/evince.desktop.in.in:
5852         
5853         Change icon name in desktop file. See bug #390734
5854         for details.
5855
5856 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5857
5858         * thumbnailer/Makefile.am:
5859
5860         Use top_builddir instead top_srcdir for generated schema
5861         file installation. Fixes bug #390161.
5862
5863 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5864
5865         * configure.ac:
5866         * backend/Makefile.am:
5867         * backend/ev-document-transition.[ch]:
5868         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5869         (pdf_document_page_transition_iface_init):
5870         * shell/ev-view-private.h:
5871         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5872         (ev_view_set_presentation), (transition_next_page),
5873         (ev_view_presentation_transition_stop),
5874         (ev_view_presentation_transition_start), (ev_view_next_page):
5875
5876         Add page transition support in presentation mode. At the moment only
5877         page duration is supported, but not transition effects. Fixes bug
5878         #309815.
5879
5880 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5881
5882         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5883
5884         Run find_link_dest with document lock held, since it's called by links
5885         thread and main thread at the same time. 
5886
5887 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5888
5889         * shell/ev-view.c: (goto_dest):
5890
5891         Update page-cache when page is changed by the view, so that
5892         page-changed signal is emitted. 
5893
5894 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5895
5896         * test/test1.py:
5897         * test/test2.py:
5898
5899         Use C locale in tests. 
5900
5901 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5902
5903         * shell/ev-window.c: (ev_window_run_presentation):
5904         * shell/ev-view-private.h:
5905         * shell/ev-view.c: (ev_view_set_presentation):
5906
5907         Restore zoom settings when back from presentation mode. 
5908
5909 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5910
5911         * shell/ev-window.c: (ev_window_run_presentation):
5912
5913         Always use "best fit" zoom in presentation mode.
5914         Fixes bug #389195.
5915
5916 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5917
5918         * shell/ev-view.c: (ev_view_goto_window_create):
5919
5920         Show "Jump to page" label in the page jumping popup in
5921         presentation mode instead of just a GtkEntry.
5922
5923 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5924
5925         * shell/ev-window.c: (launch_external_uri):
5926
5927         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5928         #378085.
5929
5930 2006-12-22  Elijah Newren  <newren gmail com>
5931
5932         * configure.ac: explicitly check for libxml2.  Fixes #388795
5933
5934 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5935
5936         * shell/ev-view-private.h:
5937         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5938         (ev_view_goto_window_delete_event), (key_is_numeric),
5939         (ev_view_goto_window_key_press_event),
5940         (ev_view_goto_window_button_press_event),
5941         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5942         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5943         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5944
5945         Allow jumping to another page by typing a page number in presentation
5946         mode. It uses a popup window with an entry. Fixes bug #353625.
5947
5948 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5949
5950         * configure.ac:
5951         * properties/ev-properties-view.c: (ev_get_default_user_units),
5952         (ev_regular_paper_size):
5953         
5954         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5955         to Damien Carbery <damien.carbery@sun.com> and
5956         Yevgen Muntyan <muntyan@tamu.edu>.
5957
5958 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5959
5960         * shell/ev-window.c: (setup_document_from_metadata):
5961
5962         Make sure Evince doesn't restore the view on the last
5963         page when a document is reopened. Fixes bug #383381.
5964
5965 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5966
5967         * shell/ev-view.c: (draw_loading_text):
5968
5969         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5970
5971 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5972
5973         * configure.ac:
5974         * NEWS:
5975
5976         Release 0.7.0
5977
5978 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5979
5980         * configure.ac:
5981         * pdf/ev-poppler.cc: (pdf_print_context_free),
5982         (pdf_document_file_exporter_begin),
5983         (pdf_document_file_exporter_do_page):
5984
5985         Make cairo-pdf depedency optional. 
5986
5987 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5990
5991         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5992
5993 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5994
5995         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5996         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5997         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5998         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5999         * shell/ev-view.c: (draw_loading_text):
6000         * shell/ev-window.c: (ev_window_cmd_file_properties):
6001
6002         Use an specific lock for FontConfig. Hopefully it fixes some crashes
6003         related to using FontConfig from different threads.
6004         
6005 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
6006
6007         * shell/ev-view.c: (draw_loading_text):
6008
6009         Acquire lock document when drawing "Loading..." text so that only one
6010         thread will use FontConfig at the same time. Fixes bug #374750.
6011
6012 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6013
6014         * shell/ev-page-action.[ch]: (activate_cb):
6015         * shell/ev-window.c: (activate_label_cb):
6016
6017         Check if text inserted in page entry is a valid page number when it
6018         doesn't match to any document page label. Fixes bug #383165.
6019
6020 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
6021         * shell/ev-window.c:
6022
6023         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
6024         available with GTK < 2.10. Added an ifdef to avoid compilation
6025         error.
6026
6027 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6028
6029         * configure.ac:
6030         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
6031
6032         Fix ps backend in multihead systems.
6033
6034 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6035
6036         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
6037         * shell/ev-window.c: (ev_window_get_screen_dpi),
6038         (ev_window_update_actions), (setup_view_from_metadata),
6039         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
6040
6041         Take screen DPI into account when zooming. Fixes bug #318285.
6042
6043 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6044
6045         * data/Makefile.am:
6046
6047         Cleaned up/slightly refactored Makefile.am. Added GConf
6048         schemas uninstallation as well.
6049
6050 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6051
6052         * Makefile.am:
6053         * test/Makefile.am:
6054
6055         Fight with autotools to fix make check. Make distcheck
6056         works fine as well now!
6057
6058 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6059
6060         * shell/ev-view.c: (draw_end_presentation_page):
6061
6062         Corrected "end of presentation" string.
6063
6064 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6065
6066         * shell/ev-view.c: (ev_view_key_press_event):
6067
6068         Correctly propagate key press event so that up/down keys
6069         work as expected (correct behaviour was broken by
6070         black/white screen key bindings for presentations).
6071
6072 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6073
6074         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
6075         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
6076         (pdf_document_find_get_progress), (pdf_selection_render_selection),
6077         (pdf_selection_get_selection_region),
6078         (pdf_selection_get_selection_map):
6079
6080         Add "static" to some private functions. 
6081
6082 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
6083
6084         * lib/ev-tooltip.h:
6085         * properties/ev-properties-view.h:
6086         * shell/ev-jobs.h:
6087         * shell/ev-properties-dialog.h:
6088         * shell/ev-properties-fonts.h:
6089         * shell/ev-sidebar-links.h:
6090         * shell/ev-sidebar-thumbnails.h:
6091         * shell/ev-sidebar.h:
6092         * shell/ev-window.h:
6093         
6094         Fixes CHACK type in class casts. See bug #385343
6095         for details.
6096
6097 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6098
6099         * shell/ev-view-private.h:
6100         * shell/ev-view.c: (draw_end_presentation_page),
6101         (ev_view_expose_event), (ev_view_key_press_event),
6102         (ev_view_class_init), (ev_view_init):
6103
6104         Blank screen in presentation mode when pressing 'b' (filling with
6105         black) or 'w' (filling with white) keys. Fixes bug #358132.
6106
6107 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6108
6109         * data/evince-toolbar.xml:
6110         * shell/ev-window.c:
6111         
6112         Use stock icon for Select All action. Fixes
6113         bug #382652.
6114
6115 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6116
6117         * shell/ev-view.c: (get_doc_point_from_offset),
6118         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6119
6120         Add links support in rotated documents. Fixes bug #343733.
6121
6122 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6123
6124         * shell/ev-view-private.h:
6125         * shell/ev-view.c: (draw_end_presentation_page),
6126         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6127
6128         Show a blank page after the last page in presentation mode with a
6129         message indicating that presentation has finished and how to exit. 
6130
6131 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6132
6133         * shell/ev-window.c: (fullscreen_timeout_cb):
6134
6135         Hide cursor after a while in presentation mode. 
6136
6137 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6138
6139         * backend/ev-document-info.h:
6140         * data/evince-properties.glade:
6141         * pdf/ev-poppler.cc:
6142         * properties/ev-properties-view.c: (ev_regular_paper_size),
6143         (ev_properties_view_set_info):
6144         * ps/ps-document.c: (ps_document_get_info):
6145
6146         Adds a paper size field to the properties dialog. Fixes
6147         bug #307315. Patch by Kasper Svendsen (with some i18n
6148         changes done by me).
6149
6150 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6151
6152         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6153         (screensaver_init_dbus), (totem_scrsaver_new),
6154         (totem_scrsaver_init):
6155         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6156         * shell/ev-application.c: (ev_application_register_service),
6157         (ev_application_screensaver_enable),
6158         (ev_application_screensaver_disable):
6159         * shell/ev-application.h:
6160         * shell/ev-window.c: (ev_window_run_presentation),
6161         (ev_window_stop_presentation), (build_comments_string),
6162         (ev_window_init):
6163         
6164         Move screensaver handling to application. No more
6165         message on startup.
6166
6167 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6168
6169         * configure.ac:
6170         * backend/Makefile.am:
6171         * backend/ev-file-exporter.[ch]:
6172         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6173         * ps/ps-document.c: (ps_document_file_exporter_*):
6174         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6175         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6176         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6177         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6178
6179         Allow printing to PDF when suppoted by the backend.
6180         
6181 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6182
6183         * shell/ev-window.c: (build_comments_string):
6184
6185         Use always "Document Viewer" in about dialog. 
6186
6187 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6188
6189         * djvu/djvu-document.c: (djvu_document_get_page_size):
6190
6191         Display a warning message when get_pageinfo fails. 
6192
6193 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6194
6195         * Makefile.am:
6196         * backend/Makefile.am:
6197         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6198         * configure.ac:
6199         * shell/ev-window.c: (build_comments_string):
6200         
6201         Make pdf compilation optional. See bug #38007.
6202
6203 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6204
6205         * ps/ps.c: (get_next_text):
6206
6207         Fix CVE-2006-5864.
6208
6209 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6210
6211         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6212         * shell/ev-navigation-action.c: (connect_proxy),
6213         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6214         
6215         Do not call g_type_class_peek_parent twice.
6216
6217 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * configure.ac:
6220         * data/icons/24x24/.cvsignore:
6221         * data/icons/24x24/Makefile.am:
6222         * data/icons/24x24/evince.png:
6223         * data/icons/Makefile.am:
6224         
6225         Add 24x24 icon. Thanks to 
6226         Michael Monreal <infernux@web.de>.
6227
6228 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6229
6230         * configure.ac: Fix typo in configure.ac. Thanks
6231         to dmacks@netspace.org for notification.
6232
6233 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6234
6235         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6236         
6237         Drop dbus include, fixes compilation with older dbus.
6238
6239 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6240
6241         * configure.ac:
6242         * cut-n-paste/Makefile.am:
6243         * cut-n-paste/totem-screensaver/.cvsignore
6244         * cut-n-paste/totem-screensaver/Makefile.am:
6245         * cut-n-paste/totem-screensaver/README:
6246         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6247         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6248         * shell/Makefile.am:
6249         * shell/ev-window.c: (ev_window_run_presentation),
6250         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6251         (ev_window_init):
6252
6253         Implemented screensaver enabling/disabling for
6254         presentation mode (not fullscreen mode). Code stolen
6255         from Totem (with some minor tweaks). Fixes bug #338889.
6256
6257 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6258
6259         * configure.ac:
6260
6261         Bump gnome-icon-theme requirements. We use the rotation
6262         icons that appeared recently.
6263
6264 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6265
6266         * shell/ev-history.c: (ev_history_add_page):
6267         * shell/ev-history.h:
6268         * shell/ev-window.c: (page_changed_cb):
6269         
6270         Use page labels instead of numbers.
6271
6272 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * data/evince-toolbar.xml:
6275         * po/POTFILES.in:
6276         * shell/Makefile.am:
6277         * shell/ev-navigation-action-widget.c:
6278         (ev_navigation_action_widget_init),
6279         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6280         (menu_detacher), (ev_navigation_action_widget_set_menu),
6281         (menu_position_func), (popup_menu_under_arrow),
6282         (ev_navigation_action_widget_toggled),
6283         (ev_navigation_action_widget_button_press_event):
6284         * shell/ev-navigation-action-widget.h:
6285         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6286         (ev_navigation_action_set_window), (activate_menu_item_cb),
6287         (new_history_menu_item), (new_empty_history_menu_item),
6288         (build_menu), (menu_activated_cb), (connect_proxy),
6289         (create_tool_item), (ev_navigation_action_init),
6290         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6291         * shell/ev-navigation-action.h:
6292         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6293         (ev_page_action_widget_set_page_cache),
6294         (ev_page_action_widget_finalize),
6295         (ev_page_action_widget_class_init), (match_selected_cb),
6296         (display_completion_text), (match_completion), (build_new_tree_cb),
6297         (get_filter_model_from_model),
6298         (ev_page_action_widget_update_model):
6299         * shell/ev-page-action-widget.h:
6300         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6301         (connect_proxy):
6302         * shell/ev-page-action.h:
6303         * shell/ev-stock-icons.c:
6304         * shell/ev-stock-icons.h:
6305         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6306         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6307         (register_custom_actions):
6308         * shell/main.c:
6309         
6310         Preliminary history implementation
6311
6312 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6313
6314         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6315         (dvi_document_class_init), (dvi_document_init_params):
6316         * dvi/mdvi-lib/font.c: (font_reference):
6317         
6318         Add reference to subfont. Fixes bug #374277.
6319
6320 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6321
6322         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6323         (ev_window_cmd_file_open_copy_at_dest):
6324
6325         Fix a race condition when creating symlink. Increase the counter
6326         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6327         Mathias Hasselmann).
6328
6329 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6330
6331         * backend/Makefile.am:
6332         * backend/ev-attachment.c: (ev_attachment_open):
6333         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6334         (ev_tmp_dir), (ev_tmp_filename):
6335         * shell/ev-sidebar-attachments.c:
6336         (ev_sidebar_attachments_drag_data_get):
6337         * shell/ev-window.c: (ev_window_clear_temp_file):
6338
6339         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6340         in ensure_dir_exists. Abort without crashing when we can't create
6341         user's directory.
6342
6343 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6344
6345         * data/evince-ui.xml:
6346         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6347         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6348         (ev_window_cmd_file_open_copy_at_dest),
6349         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6350         (ev_view_popup_cmd_open_link_new_window):
6351
6352         Allow opening a copy of the current document in a new window. Fixes bug
6353         #357472
6354
6355 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * data/evince-toolbar.xml:
6358         
6359         Add rotate right and rotate left to available items for toolbar.
6360         
6361         * data/evince-ui.xml:
6362         * shell/ev-window.c: (ev_window_init):
6363         
6364         Customize toolbar with right click. Fixes bug #372451.
6365
6366 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6367
6368         * shell/ev-window.c: 
6369         
6370         Use "object-rotate-{left,right}" stock icons. Fixes 
6371         bug #373863.
6372
6373 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6374
6375         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6376         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6377         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6378         (ev_window_open_uri):
6379         * shell/main.c: (arguments_parse):
6380
6381         Remove temp file created when evince is used by GTK+ in
6382         preview mode. Fixes bug #365282. 
6383
6384 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6385
6386         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6387         
6388         Fixes bug #372474 - Side pane disabled when entering 
6389         and leaving fullscreen mode.
6390
6391 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6394         * data/Makefile.am:
6395         * data/evince-preview-toolbar.xml:
6396         * data/evince-toolbar.xml:
6397         * shell/ev-application.c: (ev_application_shutdown),
6398         (ev_application_init), (ev_application_get_toolbars_model):
6399         * shell/ev-application.h:
6400         * shell/ev-window.c: (update_chrome_visibility),
6401         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6402         (ev_window_cmd_edit_toolbar), (ev_window_init):
6403         
6404         Fixes bug #364364 - toolbar editor shows zoom actions again.
6405
6406 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6407
6408         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6409
6410         Do not take margins into consideration for paper size when printing.
6411         Really fixes bug #350491.
6412
6413 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6414
6415         * data/evince-ui.xml:
6416         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6417         (ev_window_cmd_file_print_setup),
6418         (ev_window_print_dialog_response_cb),
6419         (ev_window_setup_action_sensitivity):
6420
6421         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6422
6423 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6424
6425         * shell/ev-window.c: (ev_window_print_range):
6426
6427         Revert my previuos commit, since printing to PDF is not supported by
6428         evince yet. 
6429
6430 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6431
6432         * shell/ev-window.c: (ev_window_print_range):
6433
6434         Enable print to a PDF. Fixes bug #332121.
6435
6436 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6437
6438         * shell/ev-application-service.xml:
6439         * shell/ev-application.[ch]: (ev_application_open_window),
6440         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6441         (ev_application_open_uri), (ev_application_open_uri_list):
6442         * shell/ev-window.c: (file_open_dialog_response_cb),
6443         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6444         (drag_data_received_cb), (open_remote_link):
6445         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6446
6447         Add support for multiscreen systems. Fixes bug #316206.
6448
6449 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6450
6451         * shell/ev-jobs.[ch]: (ev_job_print_new),
6452         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6453         (ev_job_print_do_page):
6454         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6455
6456         Allow printing only odd/even pages. Fixes bug #367289.
6457
6458 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6459
6460         * test/test1.py:
6461         * test/test2.py:
6462
6463         Re-add locale settings to test files.
6464
6465 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * data/evince-ui.xml:
6468         * shell/ev-window.c: (set_action_properties):
6469         
6470         Removed garbage from code and ui.
6471
6472 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6473
6474         * shell/ev-window.c: (ev_window_cmd_help_about):
6475
6476         Shamelessly add my name to the list of contributors.
6477
6478 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6479
6480         * test/test1.py:
6481         * test/test2.py:
6482
6483         Cleaned up the dogtail scripts.
6484
6485 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6486
6487         * shell/ev-view.c: (draw_loading_text): Don't render
6488         "loading..." text in presentation mode. Temporary
6489         workaround for bug #320352.
6490
6491 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6492
6493         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6494         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6495
6496         Use print settings scale, copies, collate and reverse which were
6497         ignored. Fixes bug #359032.
6498
6499 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6500
6501         * configure.ac:
6502         * data/evince-password.glade:
6503         * test/Makefile.am:
6504         * test/test-encrypt.pdf:
6505         * test/test-links.pdf:
6506         * test/test1.py:
6507         * test/test2.py:
6508
6509         Add automated UI tests for evince with dogtail. See
6510         bug #300948.    
6511
6512 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6513
6514         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6515
6516         Hide fullscreen toolbar when switching to another desktop workspace.
6517         Fixes bug #338871
6518
6519 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6520
6521         * shell/ev-window-title.c: 
6522         
6523         Test for .dvi in title of pdf documents.
6524
6525 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6526
6527         * shell/ev-view.c: (ev_view_scroll):
6528
6529         Page Up/Down should do page jumps in "Best fit" mode.
6530         If a user has explicitly chosen to view exactly one page
6531         at a time, scrolling just a part of the page when
6532         pressing Page Up/Down is not right. Fixes bug #323107.
6533
6534 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6535
6536         * NEWS:
6537         * configure.ac:
6538         
6539         Update for 0.6.1
6540
6541 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6542
6543         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6544         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6545         
6546         Correctly disconnect from job signals on destroy.
6547
6548 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * shell/ev-view-private.h:
6551         * shell/ev-view.c: (view_set_adjustment_values),
6552         (view_update_range_and_current_page),
6553         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6554         
6555         Fixes bug #343199, current page now follows find page.
6556
6557 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6558
6559         * backend/ev-document-factory.c:
6560         * configure.ac:
6561         Assigned OpenDocument presenation MIME type to the
6562         Impress backend. Added some missing (but harmless)
6563         #ifdefs in the document factory as well to make things
6564         consistent again. Fixes bug #360658.
6565
6566 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6567
6568         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6569         * backend/ev-document-find.c: (ev_document_find_get_type):
6570         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6571         * backend/ev-document-links.c: (ev_document_links_get_type):
6572         * backend/ev-document-security.c: (ev_document_security_get_type):
6573         * backend/ev-document-thumbnails.c:
6574         (ev_document_thumbnails_get_type):
6575         * backend/ev-document.c: (ev_document_get_type):
6576         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6577         * backend/ev-selection.c: (ev_selection_get_type):
6578         * cut-n-paste/recent-files/egg-recent-model.c:
6579         (egg_recent_model_get_type):
6580         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6581         (egg_recent_view_uimanager_get_type):
6582         * cut-n-paste/recent-files/egg-recent-view.c:
6583         (egg_recent_view_get_type):
6584         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6585         (egg_editable_toolbar_get_type):
6586         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6587         (egg_toolbar_editor_get_type):
6588         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6589         (egg_toolbars_model_get_type):
6590         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6591         (egg_tree_multi_drag_source_get_type):
6592         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6593         (ephy_zoom_action_get_type):
6594         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6595         (ephy_zoom_control_get_type):
6596         * impress/r_back.c: (_imp_fill_back):
6597         * properties/ev-properties-main.c:
6598         (ev_properties_plugin_register_type):
6599         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6600         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6601         (ev_view_accessible_factory_get_type):
6602
6603         Reduce relocations. Bug #360616.
6604
6605 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * backend/ev-document-factory.c:
6608         (ev_document_factory_get_document):
6609         
6610         Load document even if extension is wrong.
6611
6612 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * shell/ev-metadata-manager.c: (save_values):
6615         * shell/ev-window.c: (setup_size_from_metadata),
6616         (setup_view_from_metadata), (ev_window_setup_document),
6617         (ev_window_xfer_job_cb), (window_configure_event_cb):
6618         
6619         Set size according to the document size/page size ratio.
6620         That should correct rather wierd behaviour of the previous
6621         commit.
6622
6623 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6624
6625         * shell/ev-window.c: (setup_view_from_metadata):
6626         
6627         Set size for new windows from previous window size.
6628         See bugs #354968 and #168450 for details. Thanks
6629         to Meik Hellmund.
6630
6631 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6632
6633         * djvu/djvu-links.c: (build_tree):
6634
6635         Fix memory leak.
6636
6637 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6638
6639         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6640         
6641         Don't make sidebar close button insensitive. Fixes
6642         bug #357871.
6643
6644 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6645
6646         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6647         (ev_window_set_view_accels_sensitivity):
6648         
6649         Don't enable Slash on documents which don't support
6650         find. Fixes bug #358648.
6651
6652 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6653
6654         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6655         open dialog fall back to the current document uri if the
6656         filechooser hasn't been used before. Fixes bug #356980.
6657
6658 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6659
6660         * shell/ev-window.c: (ev_window_setup_recent), 
6661         (ev_window_get_recent_file_label):
6662
6663         Escape underscores in filenames of recent file items.
6664
6665 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6666
6667         * configure.ac:
6668         
6669         Bumped poppler requirements, really 0.5.3 is very 
6670         buggy, now we require 0.5.4.
6671
6672 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6673
6674         * djvu/Makefile.am:
6675         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6676         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6677         (djvu_document_document_links_iface_init):
6678         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6679         (number_from_string_10), (get_djvu_link_dest),
6680         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6681         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6682         (djvu_links_get_links), (djvu_links_find_link_dest),
6683         (djvu_links_get_links_model):
6684         * djvu/djvu-links.h:
6685         
6686         Add support for links and bookmarks in djvu documents. Thanks
6687         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6688         patch.
6689
6690 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6691
6692         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6693         
6694         Reopen should reload document. Fixes 
6695         bug 327951.
6696
6697 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6698
6699         * configure.ac:
6700         * data/Makefile.am:
6701         * data/evince-16.png:
6702         * data/evince-22.png:
6703         * data/evince.png:
6704         * data/evince.svg:
6705         * data/icons/16x16/Makefile.am:
6706         * data/icons/16x16/evince.png:
6707         * data/icons/22x22/Makefile.am:
6708         * data/icons/22x22/evince.png:
6709         * data/icons/48x48/Makefile.am:
6710         * data/icons/48x48/evince.png:
6711         * data/icons/Makefile.am:
6712         * data/icons/scalable/Makefile.am:
6713         * data/icons/scalable/evince.svg:
6714         
6715         Install icons with correct names. Fixes
6716         bug #354429.
6717
6718 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6719
6720         * shell/ev-view.c: (ev_view_button_release_event):
6721
6722         Don't open links with middle mouse button. Fixes bug #353649
6723
6724 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6725
6726         * NEWS:
6727         * configure.ac:
6728         
6729         Update for release 0.6.0
6730
6731 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6732
6733         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6734         Implement Close named action. Patch by Carlos Garcia Campos.
6735
6736 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6739         
6740         Don't clear link mapping on copy_job_to_job_info. Fixes
6741         bug 346168.
6742
6743 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6744
6745         * shell/main.c: (main):
6746
6747         Revert my previous commit, gnome_program_init owns the option context.
6748         Fix another memory leak in main. Both caught by Christian Persch. 
6749
6750 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6751
6752         * shell/main.c: (main):
6753
6754         Fix memory leak.
6755
6756 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6757
6758         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6759
6760         Fix crash when opening a pdf with password protection. 
6761
6762 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6763
6764         * pdf/ev-poppler.cc: (pdf_document_search_free):
6765
6766         Fix memory leak. 
6767
6768 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6769
6770         * backend/ev-document-factory.c:
6771         (ev_document_factory_get_document):
6772         * tiff/tiff-document.c: (tiff_document_finalize):
6773         
6774         More correct handling of document loading. Fixes
6775         bug #349043.
6776
6777 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6778
6779         * backend/ev-attachment.c: (ev_attachment_save):
6780
6781         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6782         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6783
6784 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6785         
6786         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6787         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6788
6789 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6790
6791         * shell/ev-sidebar-thumbnails.c:
6792
6793         Do not render thumbnails unless thumbnails page is active in the
6794         sidebar.
6795
6796 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6797
6798         * shell/ev-properties-dialog.c:
6799
6800         Fix dialogue spacing. Bug #351370.
6801
6802 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6803
6804         * configure.ac:
6805
6806         Use lowercase gettext catalog file names (evince.mo
6807         instead of Evince.mo)
6808
6809 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6810
6811         * shell/ev-sidebar-attachments.c:
6812
6813         GtkIconTheme is now screen safe too. Fixes bug #350878
6814
6815 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6816
6817         * shell/ev-window.c:
6818
6819         GtkRecent manager is now screen safe. Fixes bug #350145
6820
6821 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6822
6823         * shell/ev-sidebar.c: (ev_sidebar_init):
6824         
6825         Make sidebar close icon smaller. Fix for bug 350177.
6826         See also bugs 350176 and 165770.
6827
6828 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6829
6830         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6831
6832         Ignore zoom for xyz destinations when it's <= 1, keeping user
6833         preferences instead. Set correct sizing-mode for fith and fitv
6834         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6835
6836 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6837
6838         * NEWS:
6839         * configure.ac:
6840         
6841         Update for release 0.5.5
6842
6843 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6844         
6845         * shell/ev-window.c: (ev_window_cmd_escape)
6846
6847         Escape unfocus page entry. Fixes bug #345809.
6848
6849 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6850
6851         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6852         (build_tree), (pdf_document_links_get_links),
6853         (pdf_document_links_find_link_dest):
6854         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6855         (goto_xyz_dest):
6856
6857         Convert from PDF style coordinates to X style coordinates in the
6858         backend rather than in the view. Fixes bug #338440
6859
6860 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6861
6862         * shell/ev-window.c:
6863         
6864         Remove Ctrl+Shift+T shortcut for toolbars. See
6865         the bug #350098.
6866
6867 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6868
6869         * configure.ac:
6870
6871         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6872         of this. 
6873
6874 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6875
6876         * configure.ac:
6877         * cut-n-paste/Makefile.am:
6878         * data/evince-ui.xml:
6879         * shell/Makefile.am:
6880         * shell/ev-application.[ch]:
6881         * shell/ev-window.c:
6882
6883         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6884         #349273
6885
6886 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6887
6888         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6889         findbar code: s/help/search/
6890
6891 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6892
6893         * shell/ev-window.c: (setup_document_from_metadata),
6894         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6895         (setup_view_from_metadata):
6896         
6897         Fix memory leaks.
6898
6899 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6900
6901         * autogen.sh, configure.ac: 
6902         
6903         Update automake usage. See bug 349292.
6904
6905 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6906
6907         * shell/eggfindbar.c: (egg_find_bar_class_init),
6908         (entry_activate_callback), (egg_find_bar_init),
6909         (egg_find_bar_set_status_text):
6910         * shell/eggfindbar.h:
6911         
6912         Unify Evince findbar with Epiphany. Nice patch
6913         from Fabricio Silva <silva@crans.org> and
6914         Frederic Peters <fpeters@entrouvert.com>. See
6915         bug #339966 for details.
6916
6917 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6918
6919         * data/evince.desktop.in.in:
6920         
6921         Correct information for bugzilla. Thanks to
6922         Olaf Vitters, see bug #348855.
6923
6924 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6925
6926         * shell/ev-jobs.[ch]:
6927         * shell/ev-sidebar-links.c:
6928         * shell/ev-window.[ch]:
6929
6930         GtkPrintJob doesn't support print ranges or current page, so we export
6931         to a ps file now when printing ranges or current page.
6932
6933 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6934
6935         * pdf/ev-poppler.cc:
6936         * shell/ev-window.c: (do_action_named):
6937
6938         We should be more clear about bugzilla. See the
6939         poppler bug #7623.
6940
6941 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6942
6943         * configure.ac:
6944         * shell/Makefile.am:
6945         * shell/ev-job-queue.c:
6946         * shell/ev-jobs.[ch]:
6947         * shell/ev-sidebar-links.c:
6948         * shell/ev-window.[ch]:
6949         
6950         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6951         #348422
6952
6953 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6954
6955         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6956         * shell/ev-application-service.xml:
6957         * shell/ev-application.[ch]:
6958         * shell/ev-jobs.[ch]:
6959         * shell/ev-window.[ch]: (ev_window_run_preview):
6960         * shell/main.c: 
6961
6962         Add preview mode to use evince as a printing previewer. It also adds
6963         other command line options for fullscreen and presentation modes.
6964         Fixes bugs #347822, #317031
6965
6966 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * NEWS:
6969         * configure.ac:
6970         
6971         Update for release 0.5.4
6972
6973 2006-07-11  Bastien Nocera <hadess@hadess.net>
6974
6975         * Makefile.am:
6976         * backend/Makefile.am:
6977         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6978         * backend/ev-document-factory.h:
6979         * configure.ac:
6980         * impress/.cvsignore:
6981         * impress/Makefile.am:
6982         * impress/common.h:
6983         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6984         (imp_get_page), (imp_next_page), (imp_prev_page),
6985         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6986         * impress/f_oasis.c: (render_object), (render_page),
6987         (get_geometry), (_imp_oasis_load):
6988         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6989         (_imp_oo13_load):
6990         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6991         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6992         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6993         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6994         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6995         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6996         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6997         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6998         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6999         (iks_new_within), (iks_insert), (iks_insert_cdata),
7000         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
7001         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
7002         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
7003         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
7004         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
7005         (iks_cdata), (iks_cdata_size), (iks_has_children),
7006         (iks_has_attribs), (escape_size), (my_strcat), (escape),
7007         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
7008         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
7009         (iks_tree), (iks_load), (iks_save):
7010         * impress/iksemel.h:
7011         * impress/imposter.h:
7012         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
7013         (imp_render_draw_bezier_real), (imp_render_get_size),
7014         (imp_render_set_fg_color), (imp_render_draw_line),
7015         (imp_render_draw_rect), (imp_render_draw_polygon),
7016         (imp_render_draw_arc), (imp_render_draw_bezier),
7017         (imp_render_open_image), (imp_render_get_image_size),
7018         (imp_render_scale_image), (imp_render_draw_image),
7019         (imp_render_close_image), (imp_render_markup),
7020         (imp_render_get_text_size), (imp_render_draw_text),
7021         (impress_document_load), (impress_document_save),
7022         (impress_document_get_n_pages), (impress_document_get_page_size),
7023         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
7024         (impress_document_finalize), (impress_document_class_init),
7025         (impress_document_can_get_text), (impress_document_get_info),
7026         (impress_document_document_iface_init),
7027         (impress_document_thumbnails_get_thumbnail),
7028         (impress_document_thumbnails_get_dimensions),
7029         (impress_document_document_thumbnails_iface_init),
7030         (impress_document_init):
7031         * impress/impress-document.h:
7032         * impress/internal.h:
7033         * impress/r_back.c: (_imp_fill_back):
7034         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
7035         (_imp_draw_image), (_imp_tile_image):
7036         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
7037         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
7038         (r_polyline):
7039         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
7040         (r_draw_gradient_complex), (r_draw_gradient):
7041         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
7042         (r_get_bullet):
7043         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
7044         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
7045         (r_text):
7046         * impress/render.c: (imp_create_context), (imp_context_set_page),
7047         (imp_context_set_step), (imp_render), (imp_delete_context):
7048         * impress/render.h:
7049         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
7050         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
7051         (zip_load_xml), (zip_get_size), (zip_load):
7052         * impress/zip.h:
7053         * shell/ev-utils.c:
7054         
7055         New backend to support impress slides. Fixes bug #30867.
7056
7057 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
7058
7059         * shell/ev-utils.c: (using_postscript_printer):
7060         
7061         Fixes crash when print using PAPI backend,
7062         bug #345012.
7063
7064 2006-06-09  Pat Rondon  <pmr@patrondon.org>
7065
7066         * shell/ev-jobs.c: (ev_job_xfer_run):
7067         * shell/ev-window.c: (password_dialog_response),
7068         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
7069         (ev_window_dispose):
7070         Fixes bug #344160: if the xfer job doesn't complete
7071         because a password is required, reload the existing
7072         instance instead of creating a new one.
7073
7074 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7075
7076         * shell/main.c: (main): Call gdk_threads_init. Thus
7077         we'll avoid errors in auth dialog. Fix for the bug
7078         #343347.
7079
7080 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7081
7082         * configure.ac: Advertise pixbuf support, fix
7083         for the bug 343317.
7084
7085 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7086
7087         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7088         (ev_sidebar_thumbnails_set_document):
7089         
7090         Update sidebar thumbnails after reloading.
7091
7092 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7095         * shell/ev-jobs.h:
7096         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7097         (ev_window_cmd_view_reload), (ev_window_init):
7098         
7099         Don't crash on reload. Fix for the bug #343167.
7100
7101 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7102
7103         * shell/ev-jobs.c: (ev_job_render_run):
7104         
7105         Check for document links.
7106
7107 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7108
7109         * backend/ev-attachment.c: (ev_attachment_save),
7110         (ev_attachment_launch_app), (ev_attachment_open):
7111         * backend/ev-document-factory.c: (get_document_from_uri):
7112         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7113         (egg_recent_view_uimanager_set_list):
7114         * ps/ps-document.c: (check_filecompressed), (document_load),
7115         (ps_document_load):
7116         * shell/ev-metadata-manager.c: (load_values):
7117         * shell/ev-password.c: (ev_password_dialog_set_property):
7118         * shell/ev-view.c: (tip_from_link):
7119         * shell/ev-window.c: (file_save_dialog_response_cb),
7120         (ev_window_print_dialog_response_cb):
7121         
7122         Use consistent quoting style. Fix for the bug #320285.
7123
7124 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/ev-jobs.c: (ev_job_xfer_run):
7127         * shell/main.c: (load_files):
7128                 
7129         Open links with anchors. Fix for the bug #339836.
7130
7131 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7134         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7135         (ev_link_dest_set_property), (ev_link_dest_finalize),
7136         (ev_link_dest_class_init), (ev_link_dest_new_named),
7137         (ev_link_dest_new_page_label):
7138         * backend/ev-link-dest.h:
7139         * shell/ev-application.c: (ev_application_open_uri):
7140         * shell/ev-view.c: (goto_dest):
7141         * shell/ev-window.c:
7142         * shell/ev-window.h:
7143         
7144         Fix page-label command line option. Bug #342070.
7145
7146 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7147
7148         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7149         
7150         Don't show highlight rects if page can't be showed. Fix for 
7151         the bug #342076
7152
7153 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7154
7155         * shell/ev-window.c: (setup_sidebar_from_metadata),
7156         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7157         
7158         Setup sidebar from metadata even if there is no document
7159         loaded. Fix for the bug #342807.
7160
7161 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7162
7163         * cut-n-paste/toolbar-editor/Makefile.am:
7164         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7165         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7166         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7167         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7168         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7169         (popup_context_menu_cb), (button_press_event_cb),
7170         (configure_item_sensitivity), (configure_item_cursor),
7171         (configure_item_tooltip), (connect_widget_signals),
7172         (action_sensitive_cb), (create_item_from_action),
7173         (create_item_from_position), (toolbar_drag_data_received_cb),
7174         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7175         (toolbar_drag_leave_cb), (configure_drag_dest),
7176         (toggled_visibility_cb), (toolbar_visibility_refresh),
7177         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7178         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7179         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7180         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7181         (egg_editable_toolbar_dispose),
7182         (egg_editable_toolbar_set_ui_manager),
7183         (egg_editable_toolbar_get_selected),
7184         (egg_editable_toolbar_set_selected), (set_edit_mode),
7185         (egg_editable_toolbar_set_property),
7186         (egg_editable_toolbar_get_property),
7187         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7188         (egg_editable_toolbar_new_with_model),
7189         (egg_editable_toolbar_get_edit_mode),
7190         (egg_editable_toolbar_set_edit_mode),
7191         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7192         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7193         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7194         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7195         (item_added_or_removed_cb), (toolbar_removed_cb),
7196         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7197         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7198         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7199         (editor_create_item_from_name), (append_table),
7200         (update_editor_sheet), (egg_toolbar_editor_init):
7201         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7202         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7203         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7204         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7205         (toolbar_node_free), (egg_toolbars_model_get_flags),
7206         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7207         (egg_toolbars_model_get_name), (impl_add_item),
7208         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7209         (parse_data_list), (parse_item_list), (parse_toolbars),
7210         (egg_toolbars_model_load_toolbars), (parse_available_list),
7211         (parse_names), (egg_toolbars_model_load_names),
7212         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7213         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7214         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7215         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7216         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7217         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7218         (egg_toolbars_model_set_types), (fill_avail_array),
7219         (egg_toolbars_model_get_name_avail),
7220         (egg_toolbars_model_get_name_flags),
7221         (egg_toolbars_model_set_name_flags):
7222         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7223         * cut-n-paste/toolbar-editor/eggintl.h:
7224         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7225         (egg_tree_multi_drag_source_get_type),
7226         (egg_tree_multi_drag_source_row_draggable),
7227         (egg_tree_multi_drag_source_drag_data_delete),
7228         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7229         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7230         (path_list_free), (set_context_data), (get_context_data),
7231         (get_info), (egg_tree_multi_drag_drag_data_get),
7232         (egg_tree_multi_drag_motion_event),
7233         (egg_tree_multi_drag_button_press_event),
7234         (egg_tree_multi_drag_add_drag_support):
7235         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7236         * shell/ev-application.c: (ev_application_init),
7237         (ev_application_save_toolbars_model):
7238         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7239         (ev_window_cmd_edit_toolbar), (ev_window_init):
7240         
7241         Sync toolbareditor with epiphany and libegg
7242
7243 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7244
7245         * configure.ac: 
7246
7247         Depend on poppler 0.5.2
7248
7249 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7250
7251         * shell/ev-jobs.c: (ev_job_render_run):
7252         
7253         Check if document supports links iterface.
7254
7255 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7256
7257         * NEWS:
7258         * configure.ac:
7259         
7260         Update for release 0.5.3
7261
7262 2006-05-13  Michael Plump  <plumpy@skylab.org>
7263
7264         * configure.ac:
7265         * shell/Makefile.am:
7266         * shell/main.c: (main):
7267         
7268         Port to GOption command line parsing. Fix for the 
7269         bug #327518
7270
7271 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7272
7273         * shell/ev-window.c: (ev_window_cmd_help_about):
7274         
7275         Do not wrap license. Fix for the bug #309460.
7276
7277 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7278
7279         * configure.ac:
7280         * properties/ev-properties-main.c: (ev_properties_get_pages):
7281         * shell/ev-application.c: (ev_application_open_window),
7282         (ev_application_open_uri_at_dest):
7283         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7284         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7285         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7286         * shell/ev-utils.c: (save_print_config_to_file):
7287         * shell/ev-window.c: (ev_window_cmd_save_as),
7288         (ev_attachment_popup_cmd_save_attachment_as):
7289         * shell/main.c: (load_files_remote):
7290         
7291         Bump requirements to gtk 2.8 and drop all ifdefs used.
7292
7293 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7296         * shell/ev-window.c: (ev_window_init):
7297         
7298         Show attachments page.
7299
7300 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7301
7302         * po/POTFILES.in:
7303         * shell/ev-attachment-bar.c:
7304         * shell/ev-attachment-bar.h:
7305         * shell/ev-sidebar-attachments.c:
7306         (ev_sidebar_attachments_icon_cache_add),
7307         (icon_theme_get_pixbuf_from_mime_type),
7308         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7309         (ev_sidebar_attachments_icon_cache_refresh),
7310         (ev_sidebar_attachments_get_attachment_at_pos),
7311         (ev_sidebar_attachments_popup_menu_show),
7312         (ev_sidebar_attachments_popup_menu),
7313         (ev_sidebar_attachments_button_press),
7314         (ev_sidebar_attachments_update_icons),
7315         (ev_sidebar_attachments_drag_data_get),
7316         (ev_sidebar_attachments_get_property),
7317         (ev_sidebar_attachments_destroy),
7318         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7319         (ev_sidebar_attachments_new),
7320         (ev_sidebar_attachments_set_document),
7321         (ev_sidebar_attachments_support_document),
7322         (ev_sidebar_attachments_get_label),
7323         (ev_sidebar_attachments_page_iface_init):
7324         * shell/ev-sidebar-attachments.h:
7325         * shell/ev-window.c: (update_chrome_visibility),
7326         (setup_sidebar_from_metadata), (ev_window_setup_document),
7327         (ev_window_sidebar_current_page_changed_cb),
7328         (attachment_bar_menu_popup_cb), (ev_window_init):
7329         
7330         Move attachments bar to sidebar.
7331
7332 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7333
7334         * pdf/ev-poppler.cc:
7335         * shell/ev-application.[ch]:
7336         * shell/main.c:
7337
7338         Fix some memory leaks.
7339
7340 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7341
7342         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7343
7344         Change the properties dialog response to
7345         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7346         will make the dialog go away when the user presses
7347         enter. With gtk+ >= 2.9 this will happen anyway, but for
7348         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7349         escape by default. Fixes bug #340539. See also bug
7350         #101293 for the gtk+ part.
7351
7352 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7353
7354         * shell/ev-view.c (tip_from_action_named): Replace some strings
7355         that were wrong. Closes #340970.
7356
7357 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7358
7359         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7360
7361         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7362         #341049
7363
7364 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7365
7366         * djvu/Makefile.am:
7367         * dvi/Makefile.am:
7368         * dvi/mdvi-lib/Makefile.am:
7369         * properties/Makefile.am:
7370         * ps/Makefile.am:
7371         * shell/Makefile.am:
7372         * thumbnailer/Makefile.am:
7373         
7374         Due to broken libtool that is unable to track dependencies
7375         of noinst libraries we are forced to explicitely point
7376         libraries for binary. Fix for the bug #333334.
7377
7378 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7379
7380         * data/evince.desktop.in.in:
7381         * shell/ev-view.c: (view_update_range_and_current_page),
7382         (ev_view_next_page), (ev_view_previous_page):
7383         * shell/ev-window.c: (update_chrome_visibility),
7384         (setup_sidebar_from_metadata), (ev_window_setup_document),
7385         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7386         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7387         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7388         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7389         (ev_window_stop_presentation), (ev_window_focus_in_event),
7390         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7391         (ev_window_init):
7392         * thumbnailer/Makefile.am:
7393         
7394         Update fullscreen and presentation timeout handling. Hide
7395         cursor in presentation after timeout. Fix for the bugs
7396         #136359 and #336981.
7397
7398 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7399
7400         * backend/ev-link-action.[ch]:
7401         * pdf/ev-poppler.cc: (ev_link_from_action):
7402         * shell/ev-view-private.h:
7403         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7404         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7405
7406         Add support for Named Action links
7407
7408 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7409
7410         * backend/Makefile.am:
7411         * backend/ev-document-links.[ch]:
7412         * backend/ev-document.[ch]:
7413         * backend/ev-link-action.[ch]:
7414         * backend/ev-link-dest.[ch]:
7415         * backend/ev-link.[ch]:
7416         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7417         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7418         * shell/ev-page-action.c: (build_new_tree_cb):
7419         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7420         (links_page_num_func), (update_page_callback):
7421         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7422         (tip_from_link):
7423         * shell/ev-jobs.c:
7424         * shell/ev-window.[ch]: (ev_window_open_uri),
7425         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7426         * shell/ev-application.[ch]: (ev_application_open_window),
7427         (ev_application_open_uri):
7428
7429         Rework links system, it adds support for remote links now and it makes
7430         easier to add new kinds of actions and destinations. Fixes bug #317292
7431
7432 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * data/Makefile.am:
7435         * data/evince.png:
7436         * data/evince-16.png:
7437         * data/evince-22.png:
7438         * data/evince.svg:
7439         * shell/main.c: (main):
7440         
7441         Evince use it's own icon. Fix for the bug #313392.
7442
7443         * shell/ev-window.c: (fullscreen_timeout_cb),
7444         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7445         (ev_window_cmd_help_about), (ev_window_dispose):
7446         
7447         Simplify fullscreen timeout code.
7448
7449 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7450
7451         * backend/ev-attachment.c: 
7452         * shell/ev-attachment-bar.c:
7453         * shell/ev-window.c:
7454
7455         Allow multiple selection of attachments
7456
7457 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7458
7459         * shell/ev-view.c: (view_update_range_and_current_page),
7460         (ev_view_scroll):
7461         
7462         Fix for the bug #312573 – Optimal selection of current 
7463         page among visible pages.
7464
7465 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7466
7467         * configure.ac:
7468         * djvu/Makefile.am:
7469         * djvu/djvu-text.h:
7470         
7471         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7472         for the bug 339868.
7473
7474 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7475
7476         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7477
7478 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7479
7480         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7481         dictated by the GNOME HIG. Fixes bug #339235.
7482
7483 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7484
7485         * data/evince-ui.xml:
7486         * shell/ev-view.c: (ev_view_can_find_previous):
7487         * shell/ev-view.h:
7488         * shell/ev-window.c: (ev_window_update_actions),
7489         (ev_window_cmd_edit_find_previous):
7490
7491         Add support for "Find Previous" as dictated by the GNOME HIG. A
7492         menu item is added and some glue code to make it all work is added
7493         to various files.
7494
7495 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7496
7497         * configure.ac: Award myself the "useless use of cat" award.
7498
7499 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7500
7501         * po/LINGUAS: New file listing all supported languages.
7502
7503         * configure.in: Use po/LINGUAS instead of including all languages
7504         directly in this file. See the wiki for more information:
7505         http://live.gnome.org/GnomeGoals/PoLinguas
7506
7507 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7508
7509         * backend/ev-document-factory.c:
7510
7511         Do not load the document twice when there isn't errors
7512
7513 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7514
7515         * backend/ev-attachment.c: 
7516
7517         Fix a crash when there isn't a default application to open an
7518         attachment
7519
7520 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7521
7522         * backend/ev-attachment.[ch]:
7523         * shell/ev-attachment-bar.[ch]:
7524
7525         Added missing files. 
7526
7527 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7528
7529         * backend/Makefile.am:
7530         * data/evince-ui.xml:
7531         * backend/ev-attachment.[ch]:
7532         * backend/ev-document.[ch]: (ev_document_has_attachments),
7533         (ev_document_get_attachments):
7534         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7535         (attachment_save_to_buffer), (pdf_document_get_attachments),
7536         (pdf_document_document_iface_init):
7537         * shell/Makefile.am:
7538         * shell/ev-attachment-bar.[ch]:
7539         * shell/ev-window.c:
7540
7541         Add support for PDF attachments. Fixes bug #325143
7542
7543 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7544
7545         * backend/ev-document-factory.c: (get_document_from_uri),
7546         (ev_document_factory_get_document):
7547         * backend/ev-document-factory.h:
7548         * properties/ev-properties-main.c: (ev_properties_get_pages):
7549         * shell/Makefile.am:
7550         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7551         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7552         (ev_job_queue_remove_job):
7553         * shell/ev-job-queue.h:
7554         * shell/ev-job-xfer.c:
7555         * shell/ev-job-xfer.h:
7556         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7557         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7558         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7559         (ev_job_xfer_run):
7560         * shell/ev-jobs.h:
7561         * shell/ev-window.c: (ev_window_is_empty),
7562         (password_dialog_response), (ev_window_clear_xfer_job),
7563         (ev_window_xfer_job_cb), (ev_window_open_uri),
7564         (ev_window_cmd_focus_page_selector),
7565         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7566         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7567         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7568         (ev_window_dispose):
7569         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7570         
7571         * Cleanup mime type detection on document load. Fix for the
7572         bug #336448.
7573
7574 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7575
7576         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7577         
7578         Fix crash on exit, described in the bug #336825.
7579
7580 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * backend/ev-document-factory.c:
7583         (ev_document_factory_get_from_mime),
7584         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7585         (ev_document_factory_get_document),
7586         (file_filter_add_mime_list_and_free),
7587         (ev_document_factory_add_filters):
7588         * backend/ev-document-factory.h:
7589         * properties/ev-properties-main.c: (ev_properties_get_pages):
7590         * shell/Makefile.am:
7591         * shell/ev-application.c:
7592         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7593         * shell/ev-window.c: (ev_window_cmd_file_open),
7594         (ev_window_cmd_save_as):
7595         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7596         
7597         Rework factory functions so they are placed now in a single 
7598         file ev-document-factory.c
7599
7600 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * shell/ev-window.c: (update_chrome_visibility):
7603         
7604         Fix for the bug 166566 - don't show menubar in fullscreen
7605         mode.
7606
7607 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7608
7609         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7610
7611 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7612
7613         * shell/ev-view.c: (ev_view_expose_event):
7614         
7615         More correctly draw loading text when document
7616         is empty.
7617
7618 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7619
7620         * shell/ev-view.c: (ev_view_scroll):
7621         
7622         Fix for the bug #334854, page down and page up switch
7623         pages in presentation mode.
7624
7625 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7626
7627         * shell/ev-window.c: (ev_window_set_action_sensitive),
7628         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7629         (ev_window_set_view_accels_sensitivity),
7630         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7631         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7632         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7633         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7634         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7635         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7636         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7637         (view_actions_focus_in_cb), (ev_window_init):
7638         
7639         Fix for the bug #333902, now it's possible to search
7640         words with slash.
7641
7642 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7643
7644         * configure.ac: Added Breton translation.
7645         * po/br.po: Added Breton translation.
7646
7647 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7648
7649         * shell/ev-window-title (ev_window_title_update):
7650
7651         Fix memory leak in window title. Fixes bug #333944
7652
7653 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7654
7655         * shell/ev-metadata-manager.c (parseItem):
7656
7657         Fix memory leaks. Fixes bug #333945
7658
7659 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7660         
7661         * NEWS, configure.ac, TODO:
7662         
7663         Update for release 0.5.2.
7664
7665 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * shell/ev-view.c: (view_update_range_and_current_page),
7668         (page_changed_cb):
7669         
7670         Don't jump on scrolling, fix for the bug #333127.
7671
7672 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7675         
7676         Scroll by one page in presentation mode. Fix for the bug
7677         #332993.
7678
7679 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7680
7681         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7682
7683 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7684
7685         * configure.ac  Added lv in ALL_LINGUAS line.
7686
7687 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7688         
7689         * NEWS, configure.ac:
7690         
7691         Update for release 0.5.1
7692
7693 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7694
7695         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7696         * backend/ev-document-misc.h:
7697         * shell/ev-view.c: (draw_one_page):
7698         
7699          Clairfy what page the toolbar page number applies to. Fix
7700          for the bug #328102.
7701
7702 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7703
7704         * shell/ev-view-private.h:
7705         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7706         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7707         (ev_view_search_changed):
7708         * shell/ev-view.h:
7709         * shell/ev-window.c: (find_bar_search_changed_cb):
7710         
7711         Dont't jump to find result if window was scrolled during search.
7712         Fix for the bug #313266.
7713
7714 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7715
7716         * shell/eggfindbar.c: (egg_find_bar_class_init):
7717         * shell/eggfindbar.h:
7718         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7719         * shell/ev-view-private.h:
7720         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7721         (ev_view_class_init), (ev_sizing_mode_get_type),
7722         (ev_scroll_type_get_type):
7723         * shell/ev-view.h:
7724         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7725         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7726         (ev_window_init):
7727         
7728         Fix for the bug 319133 - Find entry should allow text scroll.
7729
7730 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7731
7732         * shell/ev-view-private.h:
7733         * shell/ev-view.c: (view_update_range_and_current_page),
7734         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7735         (ev_view_set_document), (update_find_status_message),
7736         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7737         (ev_view_find_previous):
7738         
7739         Fix for the bug #319137. Search now takes account for scrolling.
7740
7741 2006-02-19  Michael Hofmann <mh21@piware.de>
7742
7743         * configure.ac:
7744         * djvu/Makefile.am:
7745         * djvu/djvu-document-private.h:
7746         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7747         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7748         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7749         (djvu_document_can_get_text), (djvu_document_get_text),
7750         (djvu_document_document_iface_init),
7751         (djvu_document_thumbnails_get_thumbnail),
7752         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7753         (djvu_document_find_get_result),
7754         (djvu_document_find_page_has_results),
7755         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7756         (djvu_document_find_iface_init):
7757         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7758         (djvu_text_page_selection), (djvu_text_page_limits_process),
7759         (djvu_text_page_limits), (djvu_text_page_copy),
7760         (djvu_text_page_position), (djvu_text_page_union),
7761         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7762         (djvu_text_page_box), (djvu_text_page_append_text),
7763         (djvu_text_page_search), (djvu_text_page_prepare_search),
7764         (djvu_text_page_new), (djvu_text_page_free):
7765         * djvu/djvu-text-page.h:
7766         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7767         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7768         (djvu_text_n_results), (djvu_text_has_results),
7769         (djvu_text_get_result), (djvu_text_get_progress):
7770         * djvu/djvu-text.h:
7771         
7772         Text search in djvu. Fix for the bug #303415.
7773
7774 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7775
7776         * configure.ac:
7777         * shell/ev-window.c: (ev_window_cmd_save_as):
7778         
7779         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7780         Thanks to Gary Coady <gary@lyranthe.org>
7781
7782 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7783
7784         * shell/ev-print-job.c: (idle_print_handler):
7785         
7786         Inverse order printing, bug #320919.
7787
7788 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7789
7790         * data/evince-toolbar.xml:
7791         * shell/ev-window.c:
7792         
7793         Allow to add sidebar checkbutton on toolbar. Fix
7794         for the bug #144577.
7795
7796 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7799         
7800         Add checks that have sense for empty ps document.
7801
7802 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7803
7804         * configure.ac: Include PS in mime types list. 
7805
7806 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7807
7808         * configure.ac:
7809         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7810         * ps/gsdefaults.h:
7811         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7812         
7813         Runtime check for gs interpreter. Fix for the bug #320868.
7814         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7815
7816 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7817
7818         * shell/ev-application.c: 
7819
7820         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7821         dbus>=0.60, so that the request is not queued. 
7822
7823 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7824
7825         * configure.ac:
7826         * shell/Makefile.am:
7827         * shell/ev-sidebar-links.c: (print_section_cb):
7828         * shell/ev-utils.c:
7829         * shell/ev-utils.h:
7830         * shell/ev-window.c: (update_action_sensitivity),
7831         (ev_window_close_dialogs), (ev_window_print):
7832         * shell/ev-window.h:
7833         
7834         Make printing support optional. Patch from Eduardo de Barros Lima
7835         <eduardo.lima@indt.org.br> for the bug #330546.
7836
7837 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7838
7839         * shell/ev-view-private.h:
7840         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7841         (ev_view_set_document):
7842         * shell/ev-view.h:
7843         * shell/ev-window.c: (ev_window_load_job_cb),
7844         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7845         (ev_window_init):
7846
7847         Draw Loading message during xfer job. Fix for the bug #329495.
7848
7849 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7850
7851         * comics/comics-document.c: (comics_regex_quote),
7852         (comics_document_load), (extract_argv):
7853         
7854         Correcly quote regexp before passing it to unzip.
7855
7856 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7857
7858         * shell/ev-page-cache.c: (build_height_to_page),
7859         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7860         (ev_page_cache_get_dual_even_left):
7861         * shell/ev-page-cache.h:
7862         * shell/ev-view.c: (view_update_range_and_current_page),
7863         (get_page_y_offset), (get_page_extents):
7864         
7865         Place even pages to the left if document has less then
7866         two pages. Fix for the bug #328856.
7867
7868 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7871         
7872         Correct comics scheme. This make evince create thumbnails
7873         for comic books. Fix for the bug 329088.
7874
7875 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7876
7877         * data/evince-password.glade: Don't explicitly set
7878         invisible_char to the current default value in case
7879         the default changes; let GTK+ do its magic.
7880
7881 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7882
7883         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7884         real filename to tmp filename since often document
7885         type is determined by extension.
7886
7887 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7888
7889         * shell/ev-view.c: (add_scroll_binding_keypad),
7890         (ev_view_binding_activated), (ev_view_class_init):
7891         
7892         Add keybindings for percision-scrolling of display area. 
7893         Fix for the bug #314072.
7894
7895 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * data/evince.desktop.in.in:
7898         
7899         Add GTK to the list of categories. Fix for the bug #328034.
7900
7901 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7902
7903         * shell/ev-application.c: (ev_application_shutdown),
7904         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7905         * shell/ev-application.h:
7906         * shell/ev-window.c: (file_open_dialog_response_cb),
7907         (ev_window_cmd_file_open):
7908         
7909         Save last uri in file chooser dialog. Fix for the bug #327950.
7910
7911 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7912
7913         * NEWS:
7914         * README:
7915         
7916         Final update for release 0.5.0
7917         
7918         * shell/Makefile.am:
7919         
7920         Remove disable deprecated until we'll require libgnome-2.13.7
7921         and port to GOption argument parsing. See bug 327518.
7922
7923 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7924
7925         * comics/comics-document.c: (comics_document_save):
7926         * djvu/djvu-document.c: (djvu_document_save):
7927         * dvi/dvi-document.c: (dvi_document_save):
7928         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7929         * lib/ev-file-helpers.h:
7930         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7931         * tiff/tiff-document.c: (tiff_document_save):
7932         
7933         Use common save function for backends.
7934
7935 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7936
7937         * backend/ev-document-types.c:
7938         
7939         Fix crash on saving pixbuf.
7940
7941 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7942
7943         * cut-n-paste/recent-files/egg-recent-item.c:
7944         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7945         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7946         (parse_info_free), (valid_element), (start_element_handler),
7947         (end_element_handler), (text_handler), (egg_recent_model_filter),
7948         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7949         (egg_recent_model_monitor), (egg_recent_model_read),
7950         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7951         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7952         (egg_recent_model_set_property), (egg_recent_model_class_init),
7953         (egg_recent_model_init), (egg_recent_model_add_full),
7954         (egg_recent_model_delete), (egg_recent_model_get_list),
7955         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7956         (egg_recent_model_set_filter_mime_types),
7957         (egg_recent_model_clear_group_filter),
7958         (egg_recent_model_set_filter_groups),
7959         (egg_recent_model_clear_scheme_filter),
7960         (egg_recent_model_set_filter_uri_schemes),
7961         (egg_recent_model_remove_expired):
7962         * cut-n-paste/recent-files/egg-recent-util.c:
7963         (egg_recent_util_get_icon):
7964         * cut-n-paste/recent-files/egg-recent-util.h:
7965         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7966         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7967         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7968         (egg_recent_view_uimanager_set_property),
7969         (egg_recent_view_uimanager_get_property),
7970         (egg_recent_view_uimanager_class_init),
7971         (egg_recent_view_uimanager_init),
7972         (egg_recent_view_uimanager_set_label_width),
7973         (egg_recent_view_uimanager_get_label_width):
7974         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7975         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7976         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7977         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7978         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7979         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7980         
7981         Update from libegg.
7982
7983 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * shell/ev-page-cache.c: (build_height_to_page),
7986         (ev_page_cache_get_height_to_page):
7987         * shell/ev-page-cache.h:
7988         * shell/ev-view.c: (view_update_range_and_current_page),
7989         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7990         (ev_view_previous_page):
7991         
7992         Dual mode places even pages to the left. Fix for the bug #309393.
7993
7994         * shell/ev-view.h:
7995         * shell/ev-window.c: (update_action_sensitivity),
7996         (setup_view_from_metadata), (view_menu_popup_cb):
7997         
7998         Don't restore presentation in empty windows, more intelligent
7999         next page behaviour in dual mode.
8000
8001         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
8002         (ev_pixbuf_cache_clear_job_sizes):
8003         
8004         Cleanup job callback on removal. Fix for the bug #325886.
8005
8006 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8007
8008         * ps/ps.c: (psscan):
8009         
8010         Commit workaround Mozilla problem. Fix for the bug #325919
8011         
8012         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
8013         (save_item):
8014         
8015         Fix for year 2038 problem.
8016
8017 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8018
8019         * shell/ev-window.c: (setup_document_from_metadata),
8020         (ev_window_cmd_view_reload):
8021
8022         Clamp page recieved from metadata in valid values. Fix
8023         for the bug #325986.
8024
8025 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8026
8027         * MAINTAINERS: 
8028         Add MAINTAINERS as requested on desktop-devel-list.
8029
8030 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8031
8032         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
8033         (mime_type_supported_by_gdk_pixbuf),
8034         (ev_document_factory_get_mime_types),
8035         (ev_document_factory_get_all_mime_types):
8036         
8037         Don't add pixbuf mime types if pixbuf backend is disabled.
8038         
8039         * shell/ev-application.c: (ev_application_get_uri_window):
8040         
8041         Fix for the bug 325815 - unhandled MIME type message doesn't 
8042         appear a second time. 
8043         
8044         * shell/ev-document-types.c: (ev_document_types_add_filters):
8045         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
8046         (password_dialog_response), (ev_window_popup_password_dialog),
8047         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8048         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8049         (ev_window_run_presentation), (ev_window_stop_presentation),
8050         (save_sizing_mode), (ev_window_zoom_changed_cb),
8051         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8052         (ev_window_dual_mode_changed_cb),
8053         (ev_window_sidebar_current_page_changed_cb),
8054         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8055         (window_state_event_cb), (window_configure_event_cb):
8056         
8057         Cleanup additional uris holded by EvWindow.
8058
8059 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
8062         (ev_view_can_previous_page), (ev_view_can_next_page):
8063         * shell/ev-view.h:
8064         * shell/ev-window.c: (update_action_sensitivity):
8065         
8066         Two page scrolling with Space and PageUp in dual mode. Second fix 
8067         for the bug #316608.
8068
8069 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-view.c: (scroll_to_current_page):
8072         
8073         Correctly clamp adjustment value. Fix for the bug
8074         #325808.
8075
8076 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-sidebar-links.c: (print_section_cb):
8079         * shell/ev-window.c: (ev_window_get_uri),
8080         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
8081         (ev_window_print_dialog_response_cb), (ev_window_print_range),
8082         (ev_window_dispose):
8083         
8084         Make print dialog non-modal. Fix for the bug #325622.
8085
8086 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8087
8088         * shell/ev-metadata-manager.c:
8089         * shell/ev-utils.c: (using_pdf_printer),
8090         (using_postscript_printer), (load_print_config_from_file),
8091         (save_print_config_to_file):
8092         * shell/ev-utils.h:
8093         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8094         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8095         (setup_view_from_metadata), (ev_window_setup_document),
8096         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8097         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8098         (ev_window_run_presentation), (ev_window_stop_presentation),
8099         (save_sizing_mode), (ev_window_zoom_changed_cb),
8100         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8101         (ev_window_dual_mode_changed_cb),
8102         (ev_window_sidebar_current_page_changed_cb),
8103         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8104         (window_state_event_cb), (window_configure_event_cb),
8105         (ev_window_init):
8106         
8107         Setting saving behaviour fixes.
8108
8109 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8110
8111         * configure.ac:
8112         
8113         Make antialiasing gs options better and allow
8114         to change them during configure. Fix for the 
8115         bug #319049.
8116
8117 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8118
8119         * shell/ev-window.c: (setup_view_from_metadata):
8120         
8121         Remember if last window was maximized. Fix for the
8122         bug #323797.
8123
8124 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8125
8126         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8127
8128 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8129
8130         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8131         * shell/ev-page-action.c: (build_new_tree_cb):
8132         * shell/ev-sidebar-links.c: (links_page_num_func),
8133         (update_page_callback_foreach), (update_page_callback):
8134         * shell/ev-view.c: (scroll_to_current_page):
8135         
8136         Fix for the bug #325067 with more intelligent selection
8137         of current link in sidebar. Make sidebar handle links
8138         of FITR-like type more correctly.
8139
8140         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8141         (dvi_pixbuf_put_pixel):
8142         
8143         Fix memory consumtion with disabled alpha channel.
8144
8145 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * data/evince-ui.xml:
8148         * shell/ev-window.c: (view_menu_popup_cb),
8149         (ev_popup_cmd_open_link), (ev_window_init):
8150         
8151         Update context menu for internal links. Fix for the bug
8152         #325066.
8153
8154 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8155
8156         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8157         
8158         Bind context menu to keyboard also. Fix for the bug
8159         #325065.
8160
8161 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8162
8163         * shell/ev-view.c: (selection_scroll_timeout_cb):
8164         
8165         Horizontal scroll on selection also.
8166
8167 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8168
8169         * shell/ev-metadata-manager.c: (parse_value):
8170         * shell/ev-view.c: (goto_xyz_link):
8171         
8172         Correct zoom setup and metadata save broken in 
8173         some locales.
8174
8175 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * shell/ev-view-private.h:
8178         * shell/ev-view.c: (scroll_to_current_page),
8179         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8180         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8181         (page_changed_cb), (ev_view_set_continuous),
8182         (ev_view_set_dual_page), (ev_view_set_presentation):
8183         
8184         Delay scroll until allocation to correctly position page. Fix
8185         for the bug #317334.
8186
8187 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8188
8189         * NEWS:
8190         * configure.ac:
8191         
8192         Update NEWS and require poppler 0.5.0.
8193
8194 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8195         
8196         * data/evince-ui.xml:
8197         * shell/ev-view-private.h:
8198         * shell/ev-view.c: (ev_view_get_link_at_location),
8199         (handle_link_over_xy), (ev_view_button_press_event),
8200         (ev_view_button_release_event), (ev_view_class_init):
8201         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8202         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8203         (ev_window_init):
8204         
8205         Implement right-click context menu.
8206
8207 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8208
8209         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8210         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8211         (mdvi_pixbuf_device_render):
8212         * pdf/ev-poppler.cc:
8213
8214         Don't generate thumbnails with alpha. See bug #324077.
8215         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8216
8217 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * shell/ev-window.c: (setup_chrome_from_metadata):
8220         
8221         Fix typo that was hiding toolbar.
8222
8223 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8224
8225         * shell/ev-view-private.h:
8226         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8227         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8228         (ev_view_button_release_event), (ev_view_destroy):
8229         
8230         Small cleanup and autoscrolling during selection. Thanks to 
8231         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8232
8233 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8234
8235         * configure.ac:
8236         
8237         Correctly check for comics option.
8238
8239 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8240         * Makefile.am:
8241         * configure.ac:
8242         * backend/Makefile.am:
8243         * backend/ev-document-factory.c:
8244         * shell/ev-document-types.c:
8245
8246         Included option in configure to make ps backend 
8247         compilation optional with --disable-ps.
8248
8249 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8250
8251         * backend/ev-document-factory.c:
8252         * comics/Makefile.am:
8253         * comics/comics-document.c: (comics_document_load):
8254         * comics/ev-cbr-mime.xml:
8255         * configure.ac:
8256         
8257         Comics mime types are added to shared-mime-info CVS. Now
8258         we don't need to install our own mime types.
8259
8260 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8261
8262         * shell/ev-window.c:
8263         
8264         Add shortcut for "save a copy" menu entry. Fix for
8265         the bug #324582.
8266
8267 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8268
8269         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8270         (job_finished_cb), (new_selection_pixbuf_needed),
8271         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8272         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8273         
8274         Rework selection job info logic and fix critical warning.
8275
8276 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8277
8278         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8279
8280 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8281
8282         * data/evince-ui.xml:
8283         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8284         
8285         Enter as shortcut key for next page. Fix for the bug
8286         #321394.
8287
8288 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8289
8290         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8291
8292 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8293
8294         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8295         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8296         (new_selection_pixbuf_needed),
8297         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8298         (clear_job_selection):
8299         
8300         Too early for 0.5. Pixbuf cache code cleaned a bit.
8301
8302 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8303
8304         * NEWS:
8305         * configure.ac:
8306         
8307         Release 0.5.0 preparation
8308
8309 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8310
8311         * comics/Makefile.am:
8312         * configure.ac:
8313         * shell/ev-document-types.c: (ev_document_types_add_filters):
8314         
8315         More advanced handling of custom mime type installation.
8316
8317 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8318
8319         * data/evince.schemas.in:
8320         * shell/ev-metadata-manager.c: (value_free),
8321         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8322         (ev_metadata_manager_get), (ev_metadata_manager_set):
8323         * shell/ev-metadata-manager.h:
8324         * shell/ev-window.c: (update_chrome_flag),
8325         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8326         (setup_document_from_metadata), (setup_chrome_from_metadata),
8327         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8328         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8329         (ev_window_view_toolbar_cb),
8330         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8331         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8332         
8333         Save last document settings and reuse them for new documents.
8334
8335 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8336
8337         * Makefile.am:
8338         * backend/Makefile.am:
8339         * backend/ev-document-factory.c:
8340         * backend/ev-document-factory.h:
8341         * comics/Makefile.am:
8342         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8343         (comics_document_load), (comics_document_save),
8344         (comics_document_get_n_pages), (comics_document_get_page_size),
8345         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8346         (comics_document_class_init), (comics_document_can_get_text),
8347         (comics_document_get_info), (comics_document_document_iface_init),
8348         (comics_document_init), (get_supported_image_extensions),
8349         (comics_document_thumbnails_get_geometry),
8350         (comics_document_thumbnails_get_thumbnail),
8351         (comics_document_thumbnails_get_dimensions),
8352         (comics_document_document_thumbnails_iface_init), (extract_argv):
8353         * comics/comics-document.h:
8354         * comics/ev-cbr-mime.xml:
8355         * configure.ac:
8356         * po/POTFILES.in:
8357         * shell/ev-application.c: (ev_application_register_service):
8358         * shell/ev-document-types.c: (ev_document_types_add_filters):
8359         * thumbnailer/Makefile.am:
8360         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8361         
8362         New CBR/CBZ backend for comic books.
8363
8364 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8365
8366         * shell/main.c: (load_files_remote):
8367
8368         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8369         warning on startup of second instance is fixed. It
8370         is bug #320353.
8371
8372 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * shell/ev-window.c: (ev_window_finalize):
8375         
8376         Fix double free that cause crash.
8377
8378 2005-10-29  Bastien Nocera <hadess@hadess.net>
8379
8380         * tiff/tiff-document.c: (tiff_document_load):
8381         
8382         Fix memory leak.
8383
8384 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8385
8386         * po/POTFILES.in:
8387         * shell/Makefile.am:
8388         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8389         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8390         (ev_view_accessible_get_text),
8391         (ev_view_accessible_get_character_at_offset),
8392         (ev_view_accessible_get_text_before_offset),
8393         (ev_view_accessible_get_text_at_offset),
8394         (ev_view_accessible_get_text_after_offset),
8395         (ev_view_accessible_get_character_count),
8396         (ev_view_accessible_get_caret_offset),
8397         (ev_view_accessible_set_caret_offset),
8398         (ev_view_accessible_get_run_attributes),
8399         (ev_view_accessible_get_default_attributes),
8400         (ev_view_accessible_get_character_extents),
8401         (ev_view_accessible_get_offset_at_point),
8402         (ev_view_accessible_get_n_selections),
8403         (ev_view_accessible_get_selection),
8404         (ev_view_accessible_add_selection),
8405         (ev_view_accessible_remove_selection),
8406         (ev_view_accessible_set_selection),
8407         (ev_view_accessible_text_iface_init),
8408         (ev_view_accessible_idle_do_action),
8409         (ev_view_accessible_action_do_action),
8410         (ev_view_accessible_action_get_n_actions),
8411         (ev_view_accessible_action_get_description),
8412         (ev_view_accessible_action_get_name),
8413         (ev_view_accessible_action_set_description),
8414         (ev_view_accessible_action_iface_init),
8415         (ev_view_accessible_get_type), (ev_view_accessible_new),
8416         (ev_view_accessible_factory_get_accessible_type),
8417         (ev_view_accessible_factory_create_accessible),
8418         (ev_view_accessible_factory_class_init),
8419         (ev_view_accessible_factory_get_type):
8420         * shell/ev-view-accessible.h:
8421         * shell/ev-view-private.h:
8422         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8423         * shell/ev-view.h:
8424         
8425         Initial accessibility support.
8426
8427 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8428
8429         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8430
8431 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8432
8433         * shell/ev-print-job.c: (idle_print_handler):
8434         
8435         Fix for bug Bug 318916: Printing multiple pages.
8436
8437 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8438
8439         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8440
8441 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8442
8443         * pdf/ev-poppler.cc:
8444         
8445         Thumnail dimensions unified with other backends.
8446         
8447         * shell/ev-window-title.c: (ev_window_title_update):
8448         
8449         Fix warning.
8450
8451 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8452
8453         * data/ev-stock-zoom-fit-width.png:
8454         
8455         Remove unused file.
8456
8457 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8458
8459         * configure.ac:
8460         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8461         (djvu_document_finalize):
8462         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8463         (dvi_document_finalize):
8464         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8465         (pixbuf_document_save), (pixbuf_document_finalize):
8466         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8467         (tiff_document_finalize):
8468         
8469         Save a copy implemented for various backends.
8470
8471 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8472
8473         * configure.ac:
8474         
8475         Don't link with ltiff if tiff is disabled.
8476
8477 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8478
8479         * pdf/GDKSplashOutputDev.cc:
8480         * pdf/GDKSplashOutputDev.h:
8481         * pdf/Thumb.cc:
8482         * pdf/Thumb.h:
8483         * pdf/pdf-document.cc:
8484         * pdf/pdf-document.h:
8485         * pdf/test-gdk-output-dev.cc:
8486         
8487         Remove old unused files.
8488
8489 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8490
8491         * shell/ev-window.c: (ev_window_setup_document):
8492         
8493         Fixed warnings on reload and probably crash reason.
8494
8495 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8496
8497         * properties/ev-properties-view.c:
8498         (ev_properties_view_format_date):
8499         
8500         Check if date is invalid. Fix for bug 318134.
8501
8502 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8503
8504         * shell/ev-window-title.c:
8505         
8506         Add .indd files (Adobe Indesign) to the list of "bad
8507         extensions".
8508
8509 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8510
8511         * data/evince-ui.xml:
8512         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8513         
8514         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8515
8516 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8517
8518         * shell/ev-window.c: (launch_link), (launch_external_uri),
8519         (view_external_link_cb):
8520
8521         URL-escape link before passing it to gnome_vfs_url_show.
8522
8523 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8524
8525         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8526         there isn't text selected.
8527
8528 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-view.c: (handle_link_over_xy):
8531
8532         Check tooltip is valid utf8 before showing it
8533
8534 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8535
8536         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8537
8538 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8539
8540         * shell/ev-window-title.c: (ev_window_title_update):
8541
8542         Guard against using g_strstrip on NULL. Fixes bug #317291.
8543
8544 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8545
8546         * pdf/ev-poppler.cc:
8547
8548         Show title even for unknown links
8549
8550 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8551
8552         * shell/ev-window-title.c: (ev_window_title_update):
8553
8554         Strip the title string
8555
8556 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8557
8558         * shell/ev-window-title.c:
8559
8560         Add .rtf to the bad extensions list
8561
8562 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8563
8564         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8565         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8566
8567         Ignore link coordinates if they are outside page bounds
8568
8569 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8570
8571         * backend/ev-link.c: (ev_link_type_get_type),
8572         (ev_link_get_filename), (ev_link_get_params),
8573         (ev_link_get_property), (ev_link_set_property),
8574         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8575         * backend/ev-link.h:
8576         * pdf/ev-poppler.cc:
8577         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8578         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8579         (ev_window_init):
8580
8581         Implement launch links. Delegate external link opening to
8582         the window.
8583
8584 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8587         (ev_link_get_right), (ev_link_get_property),
8588         (ev_link_set_property), (ev_link_class_init),
8589         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8590         * backend/ev-link.h:
8591         * pdf/ev-poppler.cc:
8592         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8593
8594         Implement fitr links
8595
8596 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8599         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8600         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8601         (ev_view_size_request_continuous),
8602         (ev_view_size_request_dual_page),
8603         (ev_view_size_request_single_page), (ev_view_size_allocate),
8604         (ev_view_zoom_for_size_continuous_and_dual_page),
8605         (ev_view_zoom_for_size_continuous),
8606         (ev_view_zoom_for_size_dual_page),
8607         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8608         (ev_sizing_mode_get_type):
8609         * shell/ev-view.h:
8610         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8611
8612         Do not use modes for link, we need to calculate size ad hoc.
8613         Still not perfect because of the usual scrollbar issues grrr.
8614
8615 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * backend/ev-link.c: (ev_link_type_get_type),
8618         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8619         * backend/ev-link.h:
8620         * pdf/ev-poppler.cc:
8621         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8622         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8623         (ev_view_size_request_continuous),
8624         (ev_view_size_request_dual_page),
8625         (ev_view_size_request_single_page), (ev_view_size_allocate),
8626         (zoom_for_size_fit_height),
8627         (ev_view_zoom_for_size_continuous_and_dual_page),
8628         (ev_view_zoom_for_size_continuous),
8629         (ev_view_zoom_for_size_dual_page),
8630         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8631         (ev_sizing_mode_get_type):
8632         * shell/ev-view.h:
8633         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8634
8635         Implement FIT_HEIGHT mode (only for links).
8636         Implement FITH links
8637
8638 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8639
8640         * shell/ev-window-title.c: (get_filename_from_uri),
8641         (ev_window_title_sanitize_extension), (ev_window_title_update),
8642         (ev_window_title_set_document), (ev_window_title_set_uri),
8643         (ev_window_title_free):
8644         * shell/ev-window-title.h:
8645         * shell/ev-window.c: (ev_window_setup_document),
8646         (ev_window_popup_password_dialog):
8647
8648         Refactor window title building while fixing it for
8649         password documents.
8650
8651 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8652
8653         * pdf/ev-poppler.cc:
8654
8655         Escape link title before setting it in the model
8656
8657 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8658
8659         * shell/ev-application.c: (removed_from_session), (save_session),
8660         (init_session), (ev_application_get_empty_window),
8661         (ev_application_init), (ev_application_get_windows):
8662         * shell/ev-application.h:
8663         * shell/ev-window.c: (ev_window_finalize):
8664
8665         Add a function to retrieve window list and share it where
8666         necessary.
8667         Implement session handling, works pretty well thanks to the
8668         metadata system.
8669
8670 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8671
8672         * shell/ev-password.c: (ev_password_item_created_callback),
8673         (ev_password_dialog_save_password):
8674         
8675         Fix for bug 316972. Use async gnome-keyring API.
8676
8677 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8678
8679         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8680         Remove unused unrealize handler. Add scroll handling to
8681         ev_view_scroll_event for presentation mode (bug #316708),
8682         and fix the event state checks there.
8683
8684 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * shell/ev-page-action.c: (page_changed_cb):
8687
8688         "marco, maybe we should be crazy and jump right to 6! :)"
8689
8690         Bryan Clark, Sep 2005
8691
8692 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8693
8694         * ps/ps-document.c: (save_document), (ps_document_save),
8695         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8696         (ps_document_ps_export_end):
8697
8698         Fix unstructured documents save and print
8699
8700 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * shell/ev-application.c: (ev_application_open_uri):
8703
8704         Fix window size persistance
8705
8706 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8707
8708         * shell/ev-view.c: (ev_view_button_release_event):
8709
8710         Based on a patch from carlosgc@gnome.org. Mouse buttons
8711         switch pages in presentation mode.
8712
8713 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8714
8715         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8716
8717         Dont cast to int before scaling
8718
8719 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8720
8721         * backend/ev-link.c: (ev_link_type_get_type),
8722         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8723         (ev_link_new_page_fith):
8724         * backend/ev-link.h:
8725         * pdf/ev-poppler.cc:
8726         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8727
8728         Implement FIT and FITH links
8729
8730 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8731
8732         * pdf/ev-poppler.cc:
8733
8734         Return 0 results when search is not in progress.
8735
8736         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8737         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8738
8739         Update menu sensitivity when cancelling search
8740
8741 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8742
8743         * shell/ev-view.c: (ev_view_can_find_next):
8744
8745         Take all pages in consideration, not just current one
8746
8747 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8748
8749         * shell/ev-page-cache.c:
8750         * shell/ev-page-cache.h:
8751         * shell/ev-view.c: (ev_view_binding_activated),
8752         (ev_view_next_page), (ev_view_previous_page),
8753         (ev_sizing_mode_get_type):
8754         * shell/ev-view.h:
8755         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8756         (ev_window_cmd_go_next_page):
8757
8758         Move page next/previous functions from page chace to
8759         view and change it to move by 2 page steps in dual mode.
8760
8761 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8762
8763         * shell/ev-window.c: (update_sidebar_visibility),
8764         (setup_sidebar_from_metadata), (ev_window_setup_document),
8765         (setup_view_from_metadata):
8766
8767         Show the index by default when there is one     
8768
8769 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8770
8771         * shell/ev-window-title.c: (ev_window_title_set_document):
8772
8773         Missing null check
8774
8775 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8776
8777         * shell/ev-view.c: (view_update_range_and_current_page):
8778         
8779         Allow display of last odd page in dual view. Fix for 316347.
8780
8781 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8782
8783         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8784         
8785         Make close button default. Fix for 316383.
8786
8787 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8788
8789         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8790         
8791         Mark close button as default. Fix for 316381.
8792
8793 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8794
8795         * backend/ev-link.c: (ev_link_class_init):
8796
8797         Allow negative doubles in left/top properties
8798
8799 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8800
8801         * shell/ev-window.c:
8802
8803         Remove a bunch of strings that was used only
8804         by the statusbar.
8805
8806 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8807
8808         * shell/ev-window-title.c: (get_filename_from_uri),
8809         (ev_window_title_set_document):
8810
8811         When title has a confusing extension, show also
8812         the document filename inside ()
8813
8814 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8815
8816         * shell/Makefile.am:
8817         * shell/ev-window-title.c: (ev_window_title_new),
8818         (ev_window_title_update), (ev_window_title_set_type),
8819         (ev_window_title_set_document), (ev_window_title_free):
8820         * shell/ev-window-title.h:
8821         * shell/ev-window.c: (ev_window_setup_document),
8822         (password_dialog_response), (ev_window_popup_password_dialog),
8823         (ev_window_dispose), (ev_window_init):
8824
8825         Factor out and cleanup window title code
8826
8827 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8828
8829         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8830         (unable_to_load):
8831
8832         Make dialog transient so it doesnt block other windows
8833
8834 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8835
8836         * pdf/ev-poppler.cc:
8837         
8838         Fix pdf thumbnails rendering.
8839
8840 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8841
8842         * shell/ev-window.c: (fullscreen_set_timeout):
8843         
8844         Increase timeout to hide full screen popup. Bug 
8845         316123. 
8846
8847 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8848
8849         * data/evince.schemas.in:
8850         * shell/ev-window.c: (update_action_sensitivity):
8851
8852         Allow the user to override document restrictions. Fix for bug
8853         305818.
8854
8855 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8856
8857         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8858         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8859         (ev_window_class_init): Fix multihead behaviour of fullscreen
8860         toolbar popup. Fixes bug #315451.
8861
8862 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8863
8864         * configure.ac:
8865         * data/evince-password.glade:
8866         * shell/ev-password.c: (ev_password_dialog_set_property),
8867         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8868         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8869         (ev_password_dialog_entry_changed_cb),
8870         (ev_password_dialog_entry_activated_cb),
8871         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8872         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8873         (ev_password_dialog_set_bad_pass):
8874         * shell/ev-password.h:
8875         * shell/ev-window.c: (password_dialog_response),
8876         (ev_window_popup_password_dialog):
8877         
8878         Support for gnome-keyring for encrypted PDF's.
8879
8880 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8881
8882         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8883         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8884         (ev_view_enter_notify_event), (ev_view_class_init):
8885         
8886         More precise handling of enter_notify/leave_notify events
8887         in EvView. Fix for bug 315470.
8888
8889 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8890
8891         * shell/ev-window.c: (fullscreen_timeout_cb),
8892         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8893         (ev_window_dispose):
8894
8895         leak fix: unref fullscreen_timeout_source before clearing it
8896
8897 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8898
8899         * configure.ac, dvi/mdvi/Makefile.am: 
8900         
8901         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8902
8903 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8904
8905         * backend/ev-link.c: (ev_link_new_page_xyz):
8906         * pdf/ev-poppler.cc:
8907         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8908
8909         Fix some bugs with xyz links, respect zoom
8910
8911 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8912
8913         * shell/ev-window.c: (page_changed_cb),
8914         (setup_document_from_metadata), (update_sidebar_visibility),
8915         (setup_view_from_metadata), (ev_window_run_fullscreen),
8916         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8917         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8918         (ev_window_dual_mode_changed_cb),
8919         (ev_window_sidebar_current_page_changed_cb):
8920
8921         null check uri before setting and getting metadata
8922
8923 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8924
8925         * dvi/Makefile.am:
8926         * properties/Makefile.am:
8927         * shell/Makefile.am:
8928         * thumbnailer/Makefile.am:
8929
8930         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8931
8932 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8933
8934         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8935         (selection_changed_callback):
8936         * shell/ev-sidebar-links.h:
8937
8938         Add a signal for link activation.
8939
8940         * shell/ev-view.c: (ev_view_goto_link),
8941         (ev_view_button_release_event):
8942         * shell/ev-view.h:
8943         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8944         (ev_window_init):
8945
8946         Implement the signal so that we can handle all link types.
8947
8948         * shell/ev-page-cache.c:
8949
8950         Remove unused set_link function
8951
8952 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8953
8954         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8955
8956         Add some space from the cursor, hardcoded but I couldnt
8957         find a better way.
8958
8959 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8960
8961         * lib/ev-tooltip.c:
8962
8963         Use mozilla style vs gtk style, way better for links.
8964
8965         * shell/ev-view.c: (ev_view_motion_notify_event),
8966         (ev_view_destroy), (ev_view_init):
8967
8968         Deactive tooltip when the link hovered is changed.
8969
8970 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8971
8972         * backend/ev-document.h:
8973         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8974         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8975         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8976         (ev_link_new_page), (ev_link_new_page_xyz):
8977         * backend/ev-link.h:
8978         * pdf/ev-poppler.cc:
8979         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8980         (go_to_link), (tip_from_link):
8981
8982         Implement xyz links, still not functional. Links are a total
8983         mess, will need to refactor and bugfix a lot :(
8984
8985 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8986
8987         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8988
8989 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8990
8991         * data/evince-ui.xml:
8992         * data/evince.schemas.in:
8993         * shell/Makefile.am:
8994         * shell/ev-window.c: (update_chrome_visibility),
8995         (password_dialog_response), (ev_window_load_job_cb),
8996         (ev_window_xfer_job_cb), (ev_window_open_uri),
8997         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8998         (ev_window_init):
8999
9000         Remove the statusbar. This regress loading feedback, need to
9001         check with Bryan what we want to do there...
9002
9003 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9004
9005         * lib/ev-tooltip.c: (ev_tooltip_init):
9006
9007         Fix tooltip border and size handling
9008
9009 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
9010
9011         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
9012         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
9013         (ev_tooltip_timeout), (ev_tooltip_activate),
9014         (ev_tooltip_deactivate):
9015         * lib/ev-tooltip.h:
9016         * shell/ev-view.c: (ev_view_motion_notify_event):
9017
9018         Delay popup showing. Mirror gtk logic/times.
9019
9020 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
9021
9022         * lib/Makefile.am:
9023         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
9024         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
9025         (ev_tooltip_set_text), (ev_tooltip_set_position):
9026         * lib/ev-tooltip.h:
9027
9028         Simple widget to show tooltips at a custom position
9029
9030         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
9031         (ev_view_destroy):
9032
9033         Use it for links. First go, needs work
9034
9035 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
9036
9037         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
9038         HIG fixes.  Use title capitalization for window title. Use 12 
9039         pixels of space between the dialog's vbox and action area.
9040
9041 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * shell/ev-window.c: (file_open_dialog_response_cb),
9044         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
9045         (ev_window_cmd_save_as):
9046
9047         Make file pickers not modal and refactor code some
9048
9049 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9050
9051         * shell/ev-sidebar.h:
9052         * shell/ev-sidebar.c: (ev_sidebar_set_property),
9053         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
9054         (ev_sidebar_class_init), (ev_sidebar_select_page),
9055         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
9056         (ev_sidebar_set_page):
9057
9058         Add a current page property and allow to get/set it
9059
9060         * shell/ev-window.c: (setup_view_from_metadata),
9061         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
9062
9063         Persist current sidebar page per document
9064
9065 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
9066
9067         * data/evince.schemas.in:
9068         * shell/ev-window.c: (update_chrome_visibility),
9069         (setup_document_from_metadata), (update_sidebar_visibility),
9070         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
9071         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9072         (ev_window_run_presentation), (ev_window_stop_presentation),
9073         (ev_window_view_sidebar_cb),
9074         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
9075         (load_chrome), (ev_window_init):
9076
9077         Persist size/visibility of sidebar per document
9078
9079 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
9080
9081         * shell/ev-view.c (draw_loading_text): Draw loading text.
9082
9083 2005-09-02  Dan Damian  <dand@gnome.ro>
9084
9085         * configure.in: Added "ro" to ALL_LINGUAS.
9086
9087 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9088
9089         * shell/ev-view.c: (clear_caches):
9090
9091         ev_page_cache_get doesnt return a reference,
9092         dont try to unref it.
9093
9094 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9095
9096         * shell/main.c: (load_files_remote):
9097
9098         Fix timestamp parameter with dbus <= 0.33
9099
9100 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9101
9102         * data/evince.schemas.in:
9103
9104         Add missing full stop
9105
9106 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9107
9108         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9109         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9110
9111         Plug some memory leaks
9112
9113 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9114
9115         * configure.ac:
9116         * lib/ev-debug.c: (trap_handler):
9117
9118         Check for execinfo.h and use it only if it exists.
9119         Ported from Epiphany (bug #314776).
9120
9121 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9122
9123         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9124
9125 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9126
9127         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9128         * po/id.po      : Added Indonesian translation
9129
9130 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9131
9132         * shell/main.c:
9133         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9134         * NEWS: Release 0.4.0
9135
9136 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9137
9138         * configure.ac: catch another gtk+-2.8ism
9139         * shell/main.c: Make work with gtk+-2.6
9140
9141 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9142
9143         * shell/ev-application-service.xml: Add 'timestamp' argument to
9144           ev_application_open_window and ev_application_open_uri methods.
9145
9146         * shell/ev-application.h: Add 'timestamp' argument to
9147           ev_application_open_window, ev_application_open_uri,
9148           and ev_application_open_uri_list functions.
9149
9150         * shell/ev-application.c (ev_application_open_window,
9151           ev_application_open_uri, ev_application_open_uri_list): Change
9152           functions that show/present windows to use a timestamp if one
9153           is passed in.
9154
9155         * shell/ev-window.c (ev_window_cmd_file_open,
9156           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9157         * shell/main.c (load_files): Modify calls to ev_application to
9158           include GDK_CURRENT_TIME as timestamp.
9159
9160         * shell/main.c (load_files_remote): Obtain timestamp for client
9161           instance from GDK and pass to server instance so new windows are
9162           focused properly.  Fix dbus_g_proxy_call() calls by including second
9163           G_TYPE_INVALID.
9164           
9165         Closes bug #314475.
9166
9167 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9168
9169         * shell/ev-window.c (ev_window_finalize): Check for
9170         avail. EvWindows when quiting to handle the finalize better,
9171         #314497
9172
9173 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9174         
9175         * properties/ev-properties-view.c: 
9176         
9177         Set textdomain to libglade. Fixes translation problem in property page.
9178
9179 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9180
9181         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9182         * dvi/Makefile.am:
9183         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9184         * dvi/mdvi-lib/Makefile.am:
9185         
9186         Fix rotation of thumbnails, ported to new API. Moved library
9187         dependencies earlier, probably it will fix linkage problem.
9188
9189 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9190
9191         * backend/ev-document-misc.c:
9192         (ev_document_misc_get_thumbnail_frame):
9193         * backend/ev-document-misc.h:
9194         * configure.ac:
9195         * pdf/ev-poppler.cc:
9196         * shell/Makefile.am:
9197         * shell/ev-sidebar-thumbnails.c: (add_range),
9198         (ev_sidebar_thumbnails_set_loading_icon),
9199         (ev_sidebar_thumbnails_refresh),
9200         (ev_sidebar_thumbnails_set_document):
9201         * shell/ev-sidebar-thumbnails.h:
9202         * shell/ev-view.c: (ev_view_motion_notify_event),
9203         (ev_view_set_property), (ev_view_get_property),
9204         (ev_view_class_init), (ev_view_set_rotation):
9205         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9206         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9207         (ev_window_init):
9208         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9209         Redo rotation (again).  prepare for 0.4.0
9210
9211 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9212
9213         * configure.ac: Bump poppler requirement to 0.4.1.
9214
9215         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9216         argument to poppler_page_render_selection() call.
9217
9218 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9219
9220         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9221         (djvu_document_thumbnails_get_thumbnail):
9222         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9223         (dvi_document_thumbnails_get_thumbnail):
9224         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9225         (pixbuf_document_thumbnails_get_thumbnail):
9226         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9227         
9228         Update rotation direction of backends to fit with pdf and ps.
9229
9230 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9233         * backend/ev-async-renderer.h:
9234         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9235         (setup_page), (ps_document_get_page_size),
9236         (ps_async_renderer_render_pixbuf):
9237         * ps/ps-document.h:
9238         * shell/ev-jobs.c: (ev_job_render_run):
9239
9240         Fix orientation in the postscript document
9241
9242 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * pdf/ev-poppler.cc:
9245         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9246         * shell/ev-view.c: (highlight_find_results):
9247
9248         Adapt to the new poppler rotation API. Fix text maps on landscape
9249         documents.
9250
9251 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9252
9253         * shell/ev-view.c (compute_new_selection_text): get the correct
9254         region when selecting in modes other than continuous.
9255
9256 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9257
9258         * shell/main.c (main): remove redundant g_warnings.
9259
9260 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9261
9262         * shell/Makefile.am: Don't include autogenerated
9263         file ev-application-service.h into distribution, since
9264         it causes dbus crash. Fix for bugs 313724 and 313443. 
9265
9266 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9267
9268         * configure.ac: Fix sed expression for FreeBSD. Thanks
9269         to Joe Marcus Clark <marcus@freebsd.org>
9270         
9271         * shell/eggfindbar.c: (entry_activate_callback),
9272         (entry_changed_callback), (egg_find_bar_init),
9273         (egg_find_bar_set_search_string):
9274         
9275         Made findbar buttons unsensitive if there is no text in
9276         entry. Fix for the bug 313285.
9277
9278 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9279
9280         * ps/ps-document.c: Use g_filename_display_name for displaying
9281         filenames and revert string freeze breackage
9282
9283 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9284
9285         * NEWS:
9286         * configure.ac:
9287
9288         Update for 0.3.4
9289
9290         * shell/Makefile.am:
9291
9292         Add ev-application-service.xml to extra dist
9293
9294         * shell/ev-view.c: (find_page_at_location):
9295
9296         Remove unused function (fix warning)
9297
9298 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9299
9300         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9301         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9302         
9303         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9304         bug 313623.
9305
9306 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9307
9308         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9309         * shell/ev-window.c:
9310         Fix build warnings
9311
9312 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9313
9314         * configure.ac: Update script to get dbus version.
9315         Fix for the bug #313443.
9316
9317 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9318
9319         * shell/ev-window.c: (ev_window_cmd_escape):
9320         
9321         Return focus back to view on escape. Fix for bug 313295.
9322
9323 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9324
9325         * shell/ev-window.c: (update_window_title),
9326         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9327         (ev_window_cmd_save_as):
9328         
9329         Correct conversion from uri to displayable string. Fix for
9330         bug 313296.
9331
9332 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9333
9334         * ps/ps-document.c: convert filename to utf8 when there is an error
9335         loading document. Fixes #309915
9336
9337 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9338
9339         * configure.ac:
9340
9341         We depend on poppler 0.4.0
9342
9343 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9344
9345         * configure.ac:
9346         * NEWS: Release 0.3.3.
9347         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9348
9349 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9350
9351         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9352         add a couple missing mnemonics to menu items, use title 
9353         capitalization for menu items and window titles, and add 
9354         ellipsis to open menu item.     
9355
9356 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * pdf/ev-poppler.cc:
9359         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9360         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9361         (ev_view_get_rotation):
9362         * shell/ev-view.h:
9363         * shell/ev-window.c: (setup_view_from_metadata),
9364         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9365         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9366         disk.
9367
9368 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9369
9370         * configure.ac: Added tr to ALL_LINGUAS
9371
9372 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9373
9374         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9375         requires several clicks to find word. Thanks to 
9376         Colin Slater <kiltedtaco@gmail.com>.
9377
9378 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9379
9380         * data/evince.desktop.in.in: Hide menu entry and
9381         rename it to "Document Viewer". Fix for bug 
9382         #312399.
9383
9384 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9385
9386         * shell/ev-page-action.c (ev_page_action_class_init): 
9387
9388         Point to the correct function in constructor of the
9389         activate_label signal
9390
9391 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9392
9393         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9394         * shell/ev-jobs.h: Make thread safe.
9395
9396 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9397
9398         * shell/ev-view.c: (view_update_range_and_current_page):
9399         Don't update page range if we are scrolling to some document
9400         point.
9401
9402 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9403
9404         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9405         when getting max_page_width, fix drawing in dual mode.
9406
9407 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9408
9409         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9410         getting the area for select_all.
9411
9412 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9413
9414         * backend/ev-selection.c: (ev_selection_render_selection):
9415         * backend/ev-selection.h:
9416         * pdf/ev-poppler.cc:
9417         * shell/ev-jobs.c: (ev_job_render_new):
9418         * shell/ev-jobs.h:
9419         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9420         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9421         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9422         (ev_view_class_init):
9423
9424         Change selection color on focus in and focus out events.  Also,
9425         poppler now uses GdkColor for specifying the selection colors, so
9426         drop some awkward conversion code.
9427
9428 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9429
9430         * configure.ac: Added Hebrew translation
9431
9432 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9433
9434         * NOTES:
9435         * backend/ev-selection.c: (ev_selection_render_selection):
9436         * backend/ev-selection.h:
9437         * pdf/ev-poppler.cc:
9438         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9439         (ev_job_render_run):
9440         * shell/ev-jobs.h:
9441         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9442         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9443         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9444         (ev_pixbuf_cache_style_changed),
9445         (ev_pixbuf_cache_get_selection_pixbuf),
9446         (ev_pixbuf_cache_set_selection_list),
9447         (ev_pixbuf_cache_get_selection_list):
9448         * shell/ev-pixbuf-cache.h:
9449         * shell/ev-utils.c: (ev_print_region_contents):
9450         * shell/ev-utils.h:
9451         * shell/ev-view.c: (ev_view_queue_draw_page),
9452         (selection_update_idle_cb), (ev_view_motion_notify_event),
9453         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9454         (setup_caches), (ev_view_find_next), (merge_selection_region),
9455         (selection_free):
9456         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9457
9458         Clean up selection to be much smoother!
9459
9460 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9461
9462         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9463         to poppler_page_render_selection().
9464
9465 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9466
9467         * ps/ps-document.c: (save_page_list): Use
9468         unzipped document when printing. Thanks to 
9469         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9470         311016.
9471
9472 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9473
9474         * shell/ev-window.c: (update_action_sensitivity):
9475         
9476         Disable print and save respect to lockdown gconf keys. Fix
9477         for 312342.
9478
9479 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9480
9481         * configure.ac:
9482         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9483         (write_to_temp_file), (ev_file_set_contents):
9484         * shell/ev-utils.h:
9485         * shell/ev-window.c: (save_print_config_to_file):
9486         
9487         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9488         Fix for bug 312238
9489
9490 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9491
9492         * shell/ev-window.c: (load_print_config_from_file),
9493         (save_print_config_to_file), (ev_window_print_range):
9494
9495         Persist the print settings. Fixes bug #311578.
9496
9497 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9498
9499         * djvu/djvu-document.c: (djvu_document_get_page_size),
9500         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9501         (djvu_document_thumbnails_get_thumbnail):
9502         * dvi/dvi-document.c: (dvi_document_get_page_size),
9503         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9504         (dvi_document_thumbnails_get_dimensions),
9505         (dvi_document_thumbnails_get_thumbnail):
9506         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9507         (pixbuf_document_render_pixbuf),
9508         (pixbuf_document_document_iface_init),
9509         (pixbuf_document_thumbnails_get_thumbnail):
9510         
9511         Update backends to make them build with new rotation system.
9512
9513 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9514
9515         * help/C/figures/evince_start_window.png:
9516         
9517         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9518
9519 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9520
9521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9522         * shell/ev-pixbuf-cache.h:
9523         * shell/ev-sidebar-thumbnails.c:
9524         (ev_sidebar_thumbnails_get_property), (add_range),
9525         (adjustment_changed_cb):
9526         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9527         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9528         we were thumbnailing the entire docment on startup, slowing us
9529         down hugely. 
9530
9531 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9532
9533         * shell/ev-page-cache.c: (ev_page_cache_new):
9534         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9535         == 0, fixes #310306.
9536
9537 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9540         (ev_view_rotate_left):
9541
9542         Account rotation in doc_rect_to_view_rect.
9543         Ensure rotation doesnt go out of bounds.
9544
9545 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9546
9547         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9548
9549         Correct and cleanup w/h swapping
9550
9551 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * backend/ev-document-thumbnails.c:
9554         (ev_document_thumbnails_get_thumbnail):
9555         * backend/ev-document-thumbnails.h:
9556         * backend/ev-document.c:
9557         * backend/ev-document.h:
9558         * backend/ev-render-context.c: (ev_render_context_new),
9559         (ev_render_context_set_rotation):
9560         * backend/ev-render-context.h:
9561         * pdf/ev-poppler.cc:
9562         * ps/ps-document.c: (ps_document_document_iface_init):
9563         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9564         * shell/ev-jobs.h:
9565         * shell/ev-page-cache.c: (build_height_to_page),
9566         (ev_page_cache_new), (ev_page_cache_get_size),
9567         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9568         (ev_page_cache_get_height_to_page):
9569         * shell/ev-page-cache.h:
9570         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9571         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9572         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9573         (ev_pixbuf_cache_get_selection_pixbuf):
9574         * shell/ev-pixbuf-cache.h:
9575         * shell/ev-print-job.c: (idle_print_handler):
9576         * shell/ev-sidebar-thumbnails.c: (add_range):
9577         * shell/ev-view.c: (view_update_range_and_current_page),
9578         (get_page_y_offset), (get_page_extents),
9579         (ev_view_size_request_continuous_dual_page),
9580         (ev_view_size_request_continuous),
9581         (ev_view_size_request_dual_page),
9582         (ev_view_size_request_single_page), (draw_one_page),
9583         (ev_view_set_rotation), (ev_view_rotate_right),
9584         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9585         (ev_view_zoom_for_size_continuous_and_dual_page),
9586         (ev_view_zoom_for_size_continuous),
9587         (ev_view_zoom_for_size_dual_page),
9588         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9589         (ev_view_select_all):
9590         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9591         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9592         (tiff_document_document_iface_init),
9593         (tiff_document_thumbnails_get_thumbnail):
9594
9595         Use rotation rather than orientation. It's easier and enough
9596         for our needs.
9597
9598 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9599
9600         * shell/ev-page-cache.c: (build_height_to_page),
9601         (ev_page_cache_new), (ev_page_cache_get_size),
9602         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9603         (ev_page_cache_get_height_to_page):
9604         * shell/ev-page-cache.h:
9605         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9606         (ev_view_size_request_continuous_dual_page),
9607         (ev_view_size_request_continuous),
9608         (ev_view_zoom_for_size_continuous_and_dual_page),
9609         (ev_view_zoom_for_size_continuous):
9610
9611         Make the page cache aware of page orientation.
9612
9613 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * backend/ev-document-thumbnails.c:
9616         (ev_document_thumbnails_get_thumbnail):
9617         * backend/ev-document-thumbnails.h:
9618         * backend/ev-document.c:
9619         * backend/ev-document.h:
9620         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9621         * backend/ev-ps-exporter.h:
9622         * pdf/ev-poppler.cc:
9623         * ps/ps-document.c: (ps_document_document_iface_init),
9624         (ps_document_ps_export_do_page):
9625         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9626         * shell/ev-jobs.h:
9627         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9628         (ev_page_cache_get):
9629         * shell/ev-page-cache.h:
9630         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9631         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9632         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9633         * shell/ev-pixbuf-cache.h:
9634         * shell/ev-print-job.c: (idle_print_handler):
9635         * shell/ev-sidebar-thumbnails.c: (add_range):
9636         * shell/ev-view.c: (view_update_range_and_current_page),
9637         (get_page_extents), (ev_view_size_request_dual_page),
9638         (ev_view_size_request_single_page), (draw_one_page),
9639         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9640         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9641         (ev_view_zoom_for_size_dual_page),
9642         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9643         (ev_view_select_all):
9644         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9645         * tiff/tiff-document.c: (tiff_document_get_page_size),
9646         (tiff_document_get_orientation), (rotate_pixbuf),
9647         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9648         (tiff_document_thumbnails_get_thumbnail),
9649         (tiff_document_ps_export_do_page), (tiff_document_init):
9650
9651         Really make use of the orientation bit of the render context.
9652         Use the render context in a few more places in the backend API.
9653         This regress orientation, but now it's done right. Will try to
9654         fix it up asap...
9655
9656 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9657
9658         * shell/ev-view.c: (ensure_rectangle_is_visible):
9659
9660         Patch by Nickolay V. Shmyrev to fix find flickering
9661
9662 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9663
9664         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9665         duplex parameters to ::begin.
9666
9667         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9668         * shell/ev-print-job.c (idle_print_handler): 
9669         * ps/ps-document.c (ps_document_ps_export_begin): 
9670         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9671         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9672         implementations. Poppler backend needs poppler cvs. Rest has
9673         unchanged behavior.
9674
9675 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9676
9677         * shell/ev-window.c (using_pdf_printer): new function.
9678         (ev_window_print_range): print a less techy message if someone
9679         tries to print to PDF.
9680
9681 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9682
9683         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9684         from "unknown font" string. Bug #311431
9685
9686 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9687
9688         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9689
9690 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9691
9692         Bug #311280
9693         
9694         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9695         name for PopplerFontTypes
9696         (pdf_document_fonts_fill_model): add font type to the detail column
9697
9698         * backend/ev-document-fonts.h: added
9699         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9700
9701         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9702         font name and font details, add a little markup.
9703         (ev_properties_fonts_init): use the new cell data func, specify ypad
9704         property for the cell renderer.
9705         (ev_properties_fonts_set_document): add the details column.
9706
9707 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9708
9709         * configure.ac: Added "pl" to ALL_LINGUAS.
9710
9711 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9712
9713         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9714
9715 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9716
9717         * help/ChangeLog: Started this for translations of manual.
9718         * configure.ac, autogen.sh, .cvsignore: Migrated to
9719         gnome-doc-utils. Patch in bug #311222.
9720
9721 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9722
9723         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9724         #ifdef this away to fix an unused-function warning.
9725
9726 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9727
9728         * configure.ac: Added 'gl' to ALL_LINGUAS.
9729
9730 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9731
9732         * configure.ac: Added ne in ALL_LINGUAS
9733         
9734 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9735
9736         * shell/ev-view.c: (ev_view_leave_notify_event):
9737         
9738         Clear status message when pointer leaves view. Fix for bug
9739         #310818 
9740
9741 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9742
9743         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9744
9745 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9746
9747         * shell/ev-view.c: (ev_view_leave_notify_event),
9748         (ev_view_class_init):
9749         
9750         Set cursor to normal then leaving view.
9751
9752 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9753
9754         * configure.ac:
9755         
9756         Fix required djvulibre version.
9757
9758 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9759
9760         *configure.ac: Hindi (hi) language added
9761
9762 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9763
9764         *configure.ac: Punjabi (pa) Language added
9765
9766 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9767
9768         * data/evince-ui.xml, shell/ev-window.c:
9769         
9770         Add keypad accelerators for zooming. Fix for bug 308128.
9771
9772 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * Makefile.am:
9775         * backend/Makefile.am:
9776         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9777         * configure.ac:
9778         * shell/ev-document-types.c: (ev_document_types_add_filters):
9779
9780         Allow to enable/disable the pixbuf backend.
9781         Default to off for now. If we want it enabled we should
9782         really put mime types in the desktop, implement properties etc.
9783
9784         * properties/evince-properties.c:
9785
9786         Initialize error to NULL.
9787         Check error is not NULL before freeing.
9788
9789 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9790
9791         * shell/ev-window.c:
9792
9793         Use F5 as presentation accell
9794
9795 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9796
9797         * shell/ev-window.c: (update_chrome_visibility),
9798         (ev_window_create_fullscreen_popup), (ev_window_init):
9799
9800         Do not leak the fullscreen toolbar
9801
9802 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * shell/ev-window.c: (view_actions_focus_in_cb),
9805         (view_actions_focus_out_cb):
9806
9807         These has a return value! Fix totally random focus
9808         issues we was seeing.
9809
9810 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9811
9812         * shell/main.c: (load_files_remote):
9813
9814         Allow open more than one file
9815
9816 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * shell/main.c: (load_files_remote):
9819
9820         Fix for dbus 0.33. bug #309975
9821
9822 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9823
9824         * properties/ev-properties-main.c: (ev_properties_get_pages):
9825
9826         Actually return NULL for types we dont support
9827
9828 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9829
9830         * po/POTFILES.in:
9831
9832         Remove empty lines.
9833
9834 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9835
9836         * backend/ev-document-factory.c:
9837         (ev_document_factory_get_document):
9838
9839         Do not try to create the object if type
9840         is invalid.
9841
9842 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9843
9844         * ps/ps-document.c: (ps_document_dispose),
9845         (ps_async_renderer_render_pixbuf):
9846         * ps/ps-document.h:
9847
9848         Do not leak the target window
9849
9850 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9851
9852         * shell/ev-application.c: (ev_application_init):
9853
9854         Let tbe check file existence for us.
9855         Add a comment about eggrecent mime filter.
9856
9857 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9858
9859         * data/evince-ui.xml:
9860         * shell/ev-application.c: (ev_application_shutdown),
9861         (ev_application_init), (ev_application_get_toolbars_model),
9862         (ev_application_get_recent_model),
9863         (ev_application_save_toolbars_model):
9864         * shell/ev-application.h:
9865         * shell/ev-window.c: (ev_window_add_recent),
9866         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9867         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9868         (ev_window_init):
9869
9870         Use common toolbar and recent models for all windows.
9871         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9872
9873 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9874
9875         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9876         successfully check for gtk_icon_view_get_visible_range.
9877
9878 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9879
9880         * djvu/Makefile.am:
9881         * dvi/Makefile.am:
9882         
9883         Fix djvu and dvi backend build.
9884
9885 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9886
9887         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9888         (new_separator_pixbuf):
9889
9890         Don't leak windows.
9891
9892 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9893
9894         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9895
9896         HIGification of toolbar editor dialogue.
9897
9898 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9899
9900         * configure.ac:
9901         * shell/Makefile.am:
9902
9903         Ever build metadata manager since it's just
9904         disabled at runtime now.
9905
9906 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9909         (ev_metadata_manager_get), (ev_metadata_manager_set):
9910         * shell/ev-metadata-manager.h:
9911
9912         Add an _init functions that enabled metadata management
9913         at runtime.
9914
9915         * shell/ev-window.c: (page_changed_cb),
9916         (setup_document_from_metadata), (ev_window_setup_document),
9917         (setup_view_from_metadata), (ev_window_open_uri),
9918         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9919         (ev_window_run_presentation), (ev_window_stop_presentation),
9920         (save_sizing_mode), (ev_window_zoom_changed_cb),
9921         (ev_window_continuous_changed_cb),
9922         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9923         (window_configure_event_cb):
9924
9925         Remove all ugly metadata define since we deal with it
9926         at runtime now.
9927
9928         * shell/main.c: (load_files_remote), (main):
9929
9930         Add support for dbus cvs head. Hopefully didnt break one
9931         of the other versions now!
9932
9933         If we dont get a response from the dbus server just
9934         give up with it and not enable metadata.
9935
9936 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * Makefile.am:
9939         * backend/Makefile.am:
9940         * configure.ac:
9941         * cut-n-paste/recent-files/Makefile.am:
9942         * cut-n-paste/toolbar-editor/Makefile.am:
9943         * cut-n-paste/zoom-control/Makefile.am:
9944         * lib/Makefile.am:
9945         * pdf/Makefile.am:
9946         * pixbuf/Makefile.am:
9947         * properties/Makefile.am:
9948         * ps/Makefile.am:
9949         * shell/Makefile.am:
9950         * thumbnailer/Makefile.am:
9951         * tiff/Makefile.am:
9952
9953         Make frontends depend on just libev.
9954         Rework and group CFLAGS/LIBS definitions.
9955         Cleanups.
9956
9957 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9958
9959         * shell/ev-window:
9960
9961         do not unnecessarily save zoom
9962
9963         * configure.ac:
9964         * lib/ev-file-helpers.c: (ev_dot_dir):
9965         * shell/Makefile.am:
9966         * shell/dummy.cc:
9967
9968         Some cleanups
9969
9970 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9971
9972         * configure.ac:
9973         
9974         Remove unnecessary dependencies
9975
9976 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9977
9978         * properties/Makefile.am:
9979         * thumbnailer/Makefile.am:
9980         * tiff/Makefile.am:
9981
9982         Some more cleanups. Was really necessary
9983         but I probably introduced bugs, feel free
9984         to flame :)
9985
9986 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9987
9988         * backend/Makefile.am:
9989         * configure.ac:
9990         * cut-n-paste/recent-files/Makefile.am:
9991         * cut-n-paste/toolbar-editor/Makefile.am:
9992         * cut-n-paste/zoom-control/Makefile.am:
9993         * lib/Makefile.am:
9994         * pdf/Makefile.am:
9995         * pixbuf/Makefile.am:
9996         * properties/Makefile.am:
9997         * ps/Makefile.am:
9998         * shell/Makefile.am:
9999         * thumbnailer/Makefile.am:
10000         * tiff/Makefile.am:
10001
10002         Use gnome-common macros when possible.
10003         Cleanup dependencies.
10004         Actually disable deprecated where possible.
10005
10006 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
10007
10008         * Makefile.am:
10009         * backend/Makefile.am:
10010         * properties/Makefile.am:
10011         * shell/Makefile.am:
10012         * thumbnailer/Makefile.am:
10013
10014         This should solve the circular dep without
10015         requiring dir reorg!
10016
10017         * shell/ev-window.c: (setup_view_from_metadata):
10018
10019         Never restore window size/position when the
10020         window is already visible.
10021
10022 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10023
10024         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
10025
10026         Return a boolean from timeout func. Fix ported from gedit.
10027
10028 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
10029
10030         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
10031
10032 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10033
10034         * shell/ev-document-types.c: set "All Documents" as default filter in
10035         open dialog
10036
10037 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
10038
10039         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
10040         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
10041         (ev_metadata_manager_set_boolean): fix value/val thinko.
10042
10043 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10044
10045         * shell/ev-window.c: (setup_view_from_metadata),
10046         (window_state_event_cb), (window_configure_event_cb),
10047         (ev_window_init):
10048
10049         Remember window position and maximized state
10050
10051 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
10052
10053         * configure.ac:
10054
10055         Fix DBUS configure checks.
10056
10057         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
10058         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
10059         (ev_metadata_manager_set_boolean):
10060
10061         Plug mem leaks.
10062
10063         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
10064         (ev_window_stop_fullscreen), (ev_window_run_presentation),
10065         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
10066         (ev_window_continuous_changed_cb),
10067         (ev_window_dual_mode_changed_cb), (ev_window_new):
10068
10069         Fix the build without DBUS.
10070
10071 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
10072
10073         * shell/ev-metadata-manager.c: (parse_value), (save_values),
10074         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
10075         (ev_metadata_manager_set_string),
10076         (ev_metadata_manager_set_boolean):
10077         * shell/ev-metadata-manager.h:
10078
10079         Add support for some more types
10080
10081         * shell/ev-view.c: (scroll_to_current_page),
10082         (ev_view_get_continuous), (ev_view_set_continuous),
10083         (ev_view_get_dual_page):
10084         * shell/ev-view.h:
10085         * shell/ev-window.c: (page_changed_cb),
10086         (setup_document_from_metadata), (ev_window_setup_document),
10087         (setup_view_from_metadata), (ev_window_open_uri),
10088         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10089         (ev_window_run_presentation), (ev_window_stop_presentation),
10090         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10091         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10092         (ev_window_update_dual_page_action),
10093         (ev_window_continuous_changed_cb),
10094         (ev_window_dual_mode_changed_cb), (ev_window_init):
10095
10096         Remember a bunch of view/document properties. Prolly some
10097         are still missing but it's getting interesting.
10098
10099 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10100
10101         * configure.ac: check if dbus-binding-tool is installed. Not the
10102         case on current Ubuntu breezy, it seems.
10103
10104 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10105
10106         * data/evince.desktop.in.in:
10107         
10108         Allow open uri lists and add TryExec field.
10109
10110 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10111
10112         * configure.ac:
10113
10114         Enable dbus when available, do not require a configure
10115         option.
10116
10117 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10118
10119         * configure.ac:
10120
10121         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10122         disabled.
10123
10124 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10125         Marco Pesenti Gritti  <mpg@redhat.com>
10126
10127         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10128         
10129         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10130         functions to the format required by dbus
10131
10132         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10133         errors. Use the RPC parameters in the expected way
10134
10135 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10136
10137         * Makefile.am:
10138         * properties/Makefile.am:
10139         * properties/ev-properties-main.c: (ev_properties_get_pages):
10140
10141         Support all mime types
10142
10143         * shell/Makefile.am:
10144         * thumbnailer/Makefile.am:
10145         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10146         (evince_thumbnail_pngenc_get):
10147
10148         Use the document factory
10149
10150 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10151
10152         * backend/Makefile.am:
10153         * backend/ev-document-factory.c:
10154         (mime_type_supported_by_gdk_pixbuf),
10155         (ev_document_type_get_from_mime),
10156         (ev_document_factory_get_document),
10157         (ev_document_factory_get_backend),
10158         (ev_document_factory_get_mime_types),
10159         (ev_document_factory_get_all_mime_types):
10160         * backend/ev-document-factory.h:
10161         * shell/Makefile.am:
10162         * shell/ev-document-types.c: (get_document_from_uri),
10163         (ev_document_types_get_document),
10164         (file_filter_add_mime_list_and_free),
10165         (ev_document_types_add_filters):
10166         * shell/ev-document-types.h:
10167         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10168         * shell/ev-properties-dialog.c:
10169         (ev_properties_dialog_set_document):
10170         * shell/ev-window.c: (ev_window_cmd_file_open),
10171         (ev_window_cmd_save_as):
10172         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10173
10174         Rework document types managing to avoid code duplication
10175         and actually abstract from backend implementations.
10176         Also provide a minimal factory api that can be used by
10177         thumbnailer/properties.
10178
10179 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10180
10181         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10182         Plug a mem leak.
10183         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10184         HIG spacings.
10185
10186 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10187
10188         * shell/ev-properties-dialog.c
10189         (ev_properties_dialog_set_document): only call
10190         ev_properties_fonts_set_document() if the document implements the
10191         fonts interface
10192
10193 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10194
10195         * configure.ac:
10196         * properties/Makefile.am:
10197         * properties/ev-properties-view.c:
10198         (ev_properties_view_register_type):
10199         * properties/ev-properties-view.h:
10200         * properties/ev-properties-main.h:
10201
10202         Implement nautilus plugin for properties.
10203         Works only for pdf atm, I need to rework the
10204         document types stuff to get this to work
10205         for all backends...
10206
10207 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10208
10209         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10210         (ev_properties_fonts_set_document): use
10211         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10212
10213 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10214
10215         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10216         them
10217         (PlaceImage, tiff2ps_process_page): use
10218         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10219
10220
10221 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10222
10223         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10224         (main): to call gnome_authentication_manager_init. Should fix
10225         Bug #308510
10226
10227         * configure.ac: that requires libgnomeui 2.6.0.
10228
10229 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10230
10231         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10232         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10233         use the new tiff2ps interfaces
10234
10235         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10236         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10237
10238         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10239         structure instead of global variables.  Remove use of static
10240         variables in functions.
10241
10242 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10243
10244         * shell/ev-page-action.c: unref the completion after setting it to the
10245         entry
10246
10247 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10248
10249         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10250         postscript files
10251
10252 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10253
10254         * shell/ev-window.c (update_action_sensitivity): disable
10255         File->Print if the document does not implement the ps exporter
10256         interface
10257
10258 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10259
10260         * Makefile.am:
10261         * configure.ac:
10262         * data/evince-properties.glade:
10263         * properties/.cvsignore:
10264         * properties/Makefile.am:
10265         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10266         (ev_properties_view_class_init), (ev_properties_view_format_date),
10267         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10268         (ev_properties_view_init), (ev_properties_view_new):
10269         * properties/ev-properties-view.h:
10270         * shell/Makefile.am:
10271         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10272         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10273         (ev_properties_dialog_new):
10274         * shell/ev-properties-dialog.h:
10275         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10276         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10277         (update_progress_label), (job_fonts_finished_cb),
10278         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10279         * shell/ev-properties-fonts.h:
10280         * shell/ev-properties.c:
10281         * shell/ev-properties.h:
10282         * shell/ev-window.c: (ev_window_setup_document),
10283         (ev_window_cmd_file_properties):
10284
10285         Split the properties pages in two different objects, depend
10286         only on the backend where possible, use widgets instead
10287         of gobject for the glade part, reimplement the dialog
10288         itself with gtk.
10289         I need this to implement nautilus properties page.
10290
10291 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10292
10293         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10294         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10295         (tiff_document_document_ps_exporter_iface_init): implement the ps
10296         exporter interface for tiff documents
10297
10298         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10299         libtiff to implement TIFF postscript export
10300
10301         * tiff/tiff2ps.h: added a header file for external tiff2ps
10302         functions.
10303
10304         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10305         tiff2ps.h
10306
10307 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10308
10309         * shell/ev-view.c: (scroll_to_current_page),
10310         (ev_view_set_fullscreen), (ev_view_set_presentation):
10311         
10312         Scroll to current page when exit from presentation
10313
10314 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10315
10316         * shell/ev-window.c: (update_document_mode),
10317         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10318         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10319         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10320         
10321         Exit from fullscreen mode when switch to presentation. Fix for
10322         bug 309365
10323
10324 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10325
10326         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10327         return NULL if the document does not implement the selection
10328         interface.
10329
10330 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10331
10332         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10333         reported height by using the resolution aspect ratio
10334         (tiff_document_render_pixbuf): scale the pixbuf using the
10335         resolution aspect ratio
10336
10337 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10338
10339         * configure.ac:
10340         
10341         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10342         <kiltedaco@gmail.com>
10343         
10344         * djvu/djvu-document.c: (djvu_document_get_orientation),
10345         (djvu_document_set_orientation), (djvu_document_get_page_size),
10346         (rotate_pixbuf), (djvu_document_render_pixbuf),
10347         (djvu_document_document_iface_init):
10348         * dvi/dvi-document.c: (dvi_document_get_orientation),
10349         (dvi_document_set_orientation), (dvi_document_get_page_size),
10350         (rotate_pixbuf), (dvi_document_render_pixbuf),
10351         (dvi_document_document_iface_init):
10352         
10353         Dvi and djvu backends are ported to new API
10354
10355 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10356
10357         * backend/ev-selection.c: (ev_selection_get_selection_region),
10358         (ev_selection_get_selection_map):
10359         * backend/ev-selection.h:
10360         * pdf/ev-poppler.cc:
10361         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10362         * shell/ev-jobs.h:
10363         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10364         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10365         (ev_pixbuf_cache_get_text_mapping):
10366         * shell/ev-pixbuf-cache.h:
10367         * shell/ev-view.c: (location_in_text),
10368         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10369         support to EvView.  Now we can see where we can select!  Sweet!
10370
10371 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10372
10373         * shell/ev-view.c (ev_view_button_press_event): Fix
10374         event->y + view->scroll_x typo.
10375
10376 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10377
10378         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10379         sub-GdkPixbuf instead of passing dest_x and dest_y.
10380         
10381         * shell/ev-view.c: (view_point_to_doc_point),
10382         (view_rect_to_doc_rect), (ev_view_button_press_event),
10383         (ev_view_motion_notify_event), (compute_new_selection_rect),
10384         (gdk_rectangle_point_in), (compute_new_selection_text),
10385         (compute_selections): Update selection code to keep the selection
10386         around as two points and not as a normalized rectangle, and fix
10387         page level selection in two-column mode.
10388
10389 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10390
10391         * shell/ev-window.c: (window_configure_event_cb): 
10392         
10393         Fix compilation
10394         
10395 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10396
10397         * pdf/ev-poppler.cc:
10398
10399         Fix compilation
10400
10401 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10402
10403         * shell/Makefile.am:
10404         * shell/ev-metadata-manager.c: (item_free),
10405         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10406         (parse_value), (parseItem), (load_values),
10407         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10408         (save_values), (save_item), (get_oldest), (resize_items),
10409         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10410         * shell/ev-metadata-manager.h:
10411
10412         Metadata manager from gedit but modified to use GValue, so that
10413         we dont need to keep converting from strings.
10414
10415         * configure.ac:
10416
10417         ENABLE_METADATA conditional, on when dbus is on
10418
10419         * shell/ev-application.c: (ev_application_open_uri):
10420
10421         Show the window after load so that we can initialize
10422         window size before it's showed.
10423
10424         * shell/ev-window.c: (ev_window_setup_from_metadata),
10425         (ev_window_open_uri), (window_configure_event_cb),
10426         (ev_window_init):
10427
10428         Save and load metadata information about window size.
10429         Not yet keeping states in account.
10430
10431         * shell/main.c: (main):
10432
10433         Shutdown metadata manager.
10434
10435 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10436
10437         * shell/ev-application-service.xml:
10438         * configure.ac:
10439         * shell/Makefile.am:
10440         * shell/ev-application.c:
10441         * shell/ev-application.h:
10442         * shell/ev-window.c:
10443         * shell/ev-window.h:
10444         * shell/main.c:
10445
10446         Add an optional dbus interface (--enable-dbus).
10447         Rework application code, mainly to be easier to
10448         use "remotely".
10449         Do not open multiple windows with the same document,
10450         spatial evince!
10451
10452 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10453
10454         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10455         pixbuf iff it exists.
10456
10457 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10458
10459         * shell/*:
10460         * backend/ev-render-context.[ch]:
10461         * backend/ev-selection.[ch]:
10462
10463         Massive changes.  We now support text selection of pdfs, and not
10464         just rectangular selection.  This is pretty broken still, but I
10465         want to get something into CVS.
10466
10467 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10468
10469         * pdf/ev-poppler.cc:
10470         
10471         Fix for Bug 309080: crash on window close.
10472         
10473         * shell/ev-page-action.c: (page_changed_cb):
10474         
10475         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10476         jensgr@gmx.net (Jens Granseuer).
10477
10478 2005-06-25  Marcel Telka  <marcel@telka.sk>
10479
10480         * configure.in (ALL_LINGUAS): Added sk.
10481
10482 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10483
10484         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10485         not a document open
10486
10487 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10488
10489         * NEWS:
10490         * configure.ac:
10491
10492         Release 0.3.2
10493
10494         * cut-n-paste/recent-files/Makefile.am:
10495
10496         Fix make distcheck
10497
10498 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10499
10500         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10501         (pixbuf_document_set_orientation), (rotate_pixbuf),
10502         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10503         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10504
10505         Implement rotation and cleanup the code a bit.
10506
10507         * tiff/tiff-document.c: (tiff_document_get_page_size),
10508         (tiff_document_get_orientation), (tiff_document_set_orientation),
10509         (rotate_pixbuf), (tiff_document_render_pixbuf),
10510         (tiff_document_document_iface_init), (tiff_document_init):
10511
10512         Implement rotation. Was the quicker solution for the release
10513         but we really need to share this code in the shell.
10514
10515 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10516
10517         * pdf/ev-poppler.cc:
10518
10519         Enable rotation, require poppler cvs. Fix a leak.
10520
10521 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10522
10523         * shell/ev-window.c: (update_action_sensitivity):
10524         
10525         Make properties unsensitive if document backend doesn't provide
10526         any info
10527
10528 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10529
10530         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10531         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10532         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10533         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10534         (bitmap_flip_rotate_counter_clockwise):
10535         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10536         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10537         (buff_gets):
10538         * dvi/mdvi-lib/common.h:
10539         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10540         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10541         (opendvi), (mdvi_reload), (mdvi_init_context),
10542         (mdvi_destroy_context), (mdvi_dopage), (special):
10543         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10544         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10545         (file_hash_free), (register_encoding), (parse_spec),
10546         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10547         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10548         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10549         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10550         (mdvi_register_font_type), (mdvi_unregister_font_type),
10551         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10552         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10553         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10554         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10555         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10556         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10557         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10558         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10559         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10560         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10561         (mdvi_unregister_special), (mdvi_flush_specials):
10562         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10563         (t1_font_remove):
10564         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10565         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10566         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10567         (free_font_metrics), (flush_font_metrics):
10568         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10569         (tt_font_remove):
10570         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10571         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10572         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10573         (dstring_insert), (dstring_new), (dstring_reset):
10574         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10575         
10576         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10577         avoid conflict with libtool on FC4
10578         
10579         * shell/ev-window.c: (ev_window_cmd_help_about):
10580         
10581         Update copyright year. Fix for bug 308828.
10582
10583 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10584
10585         * shell/ev-view.c: (add_scroll_binding_keypad),
10586         (ev_view_binding_activated), (ev_view_class_init),
10587         (on_adjustment_value_changed):
10588         
10589         Bug 170874: Arrow keys switch pages in presentation mode
10590
10591 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10592
10593         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10594         
10595         Fix for Bug 308265: Sidebar dissappears coming out of 
10596         Presentation mode
10597
10598 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10599
10600         * shell/ev-application.c: (ev_application_open):
10601         * shell/ev-document-types.c: (ev_document_types_add_filters),
10602         (ev_document_types_add_filters_for_type):
10603         * shell/ev-document-types.h:
10604         * shell/ev-window.c: (ev_window_cmd_save_as):
10605         
10606         Suggest basename as template when saving, provide filters
10607         for save dialog. It's bug 308402
10608
10609 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10610
10611         * pdf/ev-poppler.cc:
10612         * shell/ev-sidebar-links.c: (job_finished_callback):
10613         * shell/ev-view.c: (update_find_status_message):
10614         
10615         Some leaks fixed
10616
10617 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10618
10619         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10620         (egg_recent_view_uimanager_set_list):
10621
10622         Fix buglet in !show_numbers case.
10623
10624 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10625
10626         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10627         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10628
10629         Use pango ellipsisation.
10630
10631         * pdf/ev-poppler.cc:
10632
10633         Fix refcount leak, from nsh.
10634
10635 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10636
10637         * cut-n-paste/recent-files/Makefile.am:
10638         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10639         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10640         
10641         Removed EggRecentViewGtk
10642         
10643         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10644         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10645         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10646         (ev_window_setup_recent):
10647         
10648         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10649         with other projects
10650
10651 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10652
10653         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10654         (egg_recent_view_gtk_finalize):
10655
10656         Fix memory leak
10657
10658         * cut-n-paste/toolbar-editor/Makefile.am:
10659         
10660         Fix location of cursor icon.
10661         
10662         * pdf/ev-poppler.cc:
10663         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10664         (display_completion_text), (match_completion):
10665         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10666         (selection_changed_callback), (create_loading_model),
10667         (print_section_cb), (links_page_num_func),
10668         (update_page_callback_foreach):
10669         * shell/ev-window.c: (ev_window_dispose):
10670         
10671         Small memory fixes. Links model now store objects instead
10672         of pointers to improve memory management. 
10673
10674 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10675
10676         * shell/ev-window.c: (zoom_control_changed_cb):
10677         
10678         Fix update of zoom control (bug 308268).
10679
10680 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10681
10682         * shell/ev-properties.c (set_property): escape the text correctly.
10683         Handles non-UTF-8 properties and escaped properties.  Also, sets
10684         the text to "<i>None</i>" if the property isn't set.
10685
10686         * data/evince-properties.glade: Change the label to be ellipsized,
10687         and give it a minimum size.
10688
10689 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10690
10691         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10692         * shell/ev-sidebar-links.c: (create_loading_model):
10693         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10694         * shell/ev-view.c: (ev_view_set_document):
10695         * shell/ev-window.c: (ev_window_dispose):
10696         
10697         Various small fixes, mostly memory leaks. Thanks to valgrind.
10698
10699 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10700
10701         * ps/ps-document.c: remove the locale.h include again ;-). And
10702         kill the (bogus) setlocale/savelocale business.
10703
10704 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10705
10706         * ps/ps-document.c:
10707         
10708         Include locale.h to fix build
10709         
10710         * shell/ev-sidebar.c:
10711         
10712         Remove unnecessary includes
10713
10714 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10715
10716         * dvi/dvi-document.c: (dvi_document_load):
10717         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10718         * po/POTFILES.in:
10719         
10720         Check for incorrect dvi files. Fix parsing dvi on AMD64
10721         platform. Thanks to tester@tester.ca (Olivier Crete).
10722
10723 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10724
10725         * shell/ev-page-action.c: (match_selected_cb),
10726         (display_completion_text), (match_completion), (update_model):
10727         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10728         (expand_open_links):
10729         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10730         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10731         (ev_sidebar_set_document):
10732         * shell/ev-window.c: (ev_window_xfer_job_cb),
10733         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10734         
10735         Fixed lot's of memory leaks, for example, memory leak on reload, 
10736         described in bug 307793.
10737
10738 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10739
10740         * pdf/ev-poppler.cc:
10741         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10742         (update_visible_range), (adjustment_changed_cb),
10743         (ev_sidebar_thumbnails_fill_model),
10744         (ev_sidebar_thumbnails_refresh),
10745         (ev_sidebar_tree_selection_changed),
10746         (ev_sidebar_icon_selection_changed),
10747         (ev_sidebar_thumbnails_use_icon_view),
10748         (ev_sidebar_thumbnails_set_document):
10749         * shell/ev-sidebar-thumbnails.h:
10750         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10751         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10752
10753         Refresh thumbnails when changing orientation. Not fully
10754         working yet becuase of a sidebar bug.
10755
10756         Set page orientation to poppler page everywhere. This sucks
10757         really need to fix poppler.
10758
10759 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10760
10761         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10762         (egg_recent_view_gtk_new_menu_item),
10763         (egg_recent_view_gtk_set_property),
10764         (egg_recent_view_gtk_get_property),
10765         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10766         (egg_recent_view_gtk_set_tooltip_func),
10767         (egg_recent_view_gtk_set_label_width),
10768         (egg_recent_view_gtk_get_label_width):
10769         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10770
10771         Sync with libegg (ellipsize labels)
10772
10773 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10774
10775         * data/evince-ui.xml:
10776         * shell/ev-window.c: (ev_window_cmd_go_forward),
10777         (ev_window_cmd_go_backward):
10778         
10779         Shift + PageUp moves 10 Pages. Fix for 306125
10780
10781 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10782
10783         * pdf/ev-poppler.cc:
10784
10785         Add a flag to check if orientation has been overriden
10786
10787 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10788
10789         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10790         field if necessary.
10791
10792         * ps/ps.h: add creator field to document.
10793
10794         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10795         set creator field.
10796
10797 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10798
10799         * data/evince-properties.glade:
10800         * shell/ev-properties.c: (ev_properties_set_document):
10801
10802         s/PDF Version/Format
10803
10804 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10805
10806         * shell/ev-properties.c: (ev_properties_set_document):
10807
10808         Remove unnecessary translations
10809
10810 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10811
10812         * cut-n-paste/toolbar-editor/Makefile.am:
10813
10814         Correct library name    
10815
10816 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10817
10818         * configure.ac:
10819         * cut-n-paste/recent-files/egg-recent-model.c:
10820         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10821         (egg_recent_model_unlock_file):
10822         * cut-n-paste/recent-files/egg-recent-util.c:
10823         (egg_recent_util_get_unique_id):
10824         * cut-n-paste/recent-files/update-from-egg.sh:
10825         * cut-n-paste/toolbar-editor/Makefile.am:
10826         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10827         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10828         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10829         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10830         (egg_toolbars_model_get_type):
10831         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10832
10833         Better makefile for toolbar editor and update everything
10834         to latest libegg.
10835
10836 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10837
10838         * shell/ev-window.c: (update_document_mode):
10839
10840         Prefer presentation mode when the document
10841         require fullscreen.
10842
10843 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10844
10845         * data/evince-ui.xml:
10846         * shell/ev-window.c:
10847
10848         Add control-equal for zooming
10849
10850 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10851
10852         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10853
10854 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10855
10856         * backend/ev-document.c: (ev_document_get_orientation):
10857         * backend/ev-document.h:
10858         * pdf/ev-poppler.cc:
10859         * ps/ps-document.c: (ps_document_get_orientation),
10860         (ps_document_set_orientation), (ps_document_document_iface_init):
10861
10862         Add a get_orientation api. Improve set_orientation.
10863
10864         * data/evince-ui.xml:
10865         * shell/ev-view.c: (ev_view_set_orientation),
10866         (ev_view_rotate_right), (ev_view_rotate_left):
10867         * shell/ev-view.h:
10868         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10869         (ev_window_cmd_edit_rotate_right):
10870
10871         Better ui for changing document orientation
10872
10873 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10874
10875         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10876         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10877         * shell/ev-sidebar-links.h:
10878         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10879         (ev_sidebar_page_iface_init):
10880         * shell/ev-sidebar-page.h:
10881         * shell/ev-sidebar-thumbnails.c:
10882         (ev_sidebar_thumbnails_get_property),
10883         (ev_sidebar_thumbnails_class_init),
10884         (ev_sidebar_thumbnails_set_document):
10885         * shell/ev-sidebar-thumbnails.h:
10886         * shell/ev-view.c: (ev_view_motion_notify_event):
10887         * shell/ev-window.c: (update_chrome_visibility),
10888         (ev_window_cmd_focus_page_selector),
10889         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10890         (sidebar_page_main_widget_update_cb), (ev_window_init):
10891         
10892         Autoraise toolbar on GoToPage binding and fix bindings in
10893         EvSidebarThumbnails page.
10894
10895 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10896
10897         * shell/ev-properties.c: (update_progress_label):
10898
10899         Hide the progress label when finished; bug #307697.
10900
10901 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10902
10903         * pdf/ev-poppler.cc:
10904
10905         Enable is_open for links, you will need poppler cvs
10906
10907         * shell/ev-properties.c: (job_fonts_finished_cb):
10908
10909         Get a lock on the document when filling the tree view
10910
10911 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10912
10913         * backend/ev-document-links.h:
10914         * pdf/ev-poppler.cc:
10915         * shell/ev-sidebar-links.c: (create_loading_model),
10916         (expand_open_links), (job_finished_callback):
10917
10918         Expand links when specified by the document.
10919         Depend on a poppler api (defined out for now)
10920
10921 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10922
10923         * shell/ev-properties.c: (ev_properties_dispose),
10924         (ev_properties_class_init), (dialog_destroy_cb),
10925         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10926         (ev_properties_set_document), (ev_properties_new),
10927         (ev_properties_show):
10928         * shell/ev-properties.h:
10929
10930         Make it an object, cleanup the code, api to show it as transient
10931         and to set the document.
10932
10933         * shell/ev-window.c: (ev_window_setup_document),
10934         (ev_window_cmd_file_properties):
10935
10936         Adapt to EvProperties changes, do not show multiple
10937         times, update it when document changes.
10938
10939 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10940
10941         * ps/gstypes.h:
10942         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10943         (ps_document_set_orientation), (ps_document_document_iface_init):
10944         * ps/ps-document.h:
10945
10946         Implement orientation here too
10947
10948         * shell/ev-properties.c: (ev_properties_new):
10949         * data/evince-properties.glade:
10950
10951         Hide the fonts page for backends that doesnt
10952         support it.     
10953
10954 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10955
10956         * backend/ev-document.c: (ev_document_set_orientation):
10957         * backend/ev-document.h:
10958         * pdf/ev-poppler.cc:
10959
10960         Add orientation api. Currently poppler api is not optimal,
10961         we need to set orientation every time we _get a page.
10962         I will try to fix that at some point.
10963
10964         * data/evince-ui.xml:
10965         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10966         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10967
10968         Add orientation menu items
10969
10970         * shell/ev-page-cache.c: (ev_page_cache_clear):
10971         * shell/ev-page-cache.h:
10972
10973         Add api to clear the cache
10974
10975         * shell/ev-view.c: (setup_caches), (clear_caches),
10976         (ev_view_set_document), (ev_view_zoom_out),
10977         (ev_view_set_orientation):
10978         * shell/ev-view.h:
10979
10980         Implement orientation changing
10981
10982 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10983
10984         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10985         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10986         * backend/ev-document-fonts.h:
10987
10988         Separate scan and fill so that we can incrementally fill from
10989         the main thread. Add a progress api.
10990
10991         * data/evince-properties.glade:
10992         * pdf/ev-poppler.cc:
10993         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10994         * shell/ev-jobs.h:
10995         * shell/ev-properties.c: (update_progress_label),
10996         (job_fonts_finished_cb), (setup_fonts_view):
10997
10998         Incrementally feel the list and show the progress
10999         percentage in a label like acrobat does.
11000
11001         You are going to need poppler cvs
11002
11003 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
11004
11005         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
11006         * backend/ev-document-fonts.h:
11007         * pdf/ev-poppler.cc:
11008
11009         Make fonts model fill incrementally.
11010
11011         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
11012         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
11013         (ev_job_queue_remove_job):
11014         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
11015         (ev_job_fonts_new), (ev_job_fonts_run):
11016         * shell/ev-jobs.h:
11017
11018         New job for fonts scanning
11019
11020         * shell/ev-properties.c: (job_fonts_finished_cb),
11021         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
11022         * shell/ev-properties.h:
11023         * shell/ev-window.c: (ev_window_cmd_file_properties):
11024
11025         Incrementally feel the treeview using the new job. Show Loading...
11026         message until scanning is completed.
11027
11028         Hopefully I didnt break the build without the poppler patch.
11029
11030 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11031
11032         * shell/ev-application.c: (ev_application_open):
11033         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
11034         (ev_document_type_get_type), (ev_document_type_lookup):
11035         * shell/ev-document-types.h:
11036         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
11037         * shell/ev-job-xfer.h:
11038         * shell/ev-window.c: (ev_window_clear_local_uri),
11039         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
11040         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
11041         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11042         
11043         Transfer remote documents to tmp directory to display them later.
11044
11045 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
11046
11047         * backend/ev-document-info.h:
11048         * shell/ev-properties.c: (ev_properties_new):
11049
11050         s/GTime*/GTime. Not sure why we was using a pointer
11051         at all there!
11052
11053 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
11054
11055         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
11056         situations.  That situation is that you're using GTK+-HEAD with
11057         the patch at #306726 is applied, and you have a document with <
11058         1500 pages in it.  It's not quite as uniformly nice as the
11059         TreeView, but should be better in the long run.
11060
11061         I'm pretty sure I guarded against breaking compilation with
11062         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
11063         I missed some.
11064
11065         * shell/ev-window.c (ev_window_init): We don't have our tree/list
11066         widget yet, so I commented that code out
11067         enable_view_actions_for_widget() for now.  Need to figure this
11068         out.
11069
11070         * shell/ev-page-action.c (match_selected_cb): emit the right
11071         signals.  Our cool C-l completion now works.
11072
11073 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11074
11075         * backend/Makefile.am:
11076         * backend/ev-document-fonts.c:
11077         * backend/ev-document-links.c:
11078         * backend/ev-document.c: (ev_document_load):
11079         * backend/ev-document.h:
11080         * backend/ev-job-queue.c:
11081         * backend/ev-job-queue.h:
11082         * backend/ev-jobs.c:
11083         * backend/ev-jobs.h:
11084         * backend/ev-page-cache.c:
11085         * backend/ev-page-cache.h:
11086
11087         EvPageCache and EvJobs are moved to shell.
11088
11089         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11090         (ev_tmp_filename):
11091         * lib/ev-file-helpers.h:
11092         
11093         New helper to work with temporary files
11094         
11095         * shell/Makefile.am:
11096         * shell/ev-application.c: (ev_application_open):
11097         * shell/ev-application.h:
11098         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11099         (remove_job_from_async_queue), (add_job_to_async_queue),
11100         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11101         (handle_job), (search_for_jobs_unlocked),
11102         (no_jobs_available_unlocked), (ev_render_thread),
11103         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11104         (ev_job_queue_add_job), (move_job_async), (move_job),
11105         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11106         * shell/ev-job-queue.h:
11107         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11108         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11109         * shell/ev-job-xfer.h:
11110         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11111         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11112         (ev_job_links_class_init), (ev_job_render_init),
11113         (ev_job_render_dispose), (ev_job_render_class_init),
11114         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11115         (ev_job_thumbnail_class_init), (ev_job_load_init),
11116         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11117         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11118         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11119         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11120         * shell/ev-jobs.h:
11121         * shell/ev-page-action.c: (ev_page_action_set_document):
11122         * shell/ev-page-cache.c: (ev_page_cache_init),
11123         (ev_page_cache_class_init), (ev_page_cache_finalize),
11124         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11125         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11126         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11127         (ev_page_cache_get_title), (ev_page_cache_get_size),
11128         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11129         (ev_page_cache_get_height_to_page),
11130         (ev_page_cache_get_max_label_chars),
11131         (ev_page_cache_get_page_label),
11132         (ev_page_cache_has_nonnumeric_page_labels),
11133         (ev_page_cache_get_info), (ev_page_cache_next_page),
11134         (ev_page_cache_prev_page), (ev_page_cache_get):
11135         * shell/ev-page-cache.h:
11136         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11137         (ev_pixbuf_cache_clear_job_sizes),
11138         (ev_pixbuf_cache_add_jobs_if_needed),
11139         (ev_pixbuf_cache_set_page_range):
11140         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11141         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11142         * shell/ev-sidebar-thumbnails.c:
11143         (ev_sidebar_tree_selection_changed),
11144         (ev_sidebar_thumbnails_set_document):
11145         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11146         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11147         (ev_statusbar_get_context_id), (ev_statusbar_push),
11148         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11149         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11150         (ev_statusbar_set_progress):
11151         * shell/ev-statusbar.h:
11152         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11153         (ev_view_find_previous):
11154         * shell/ev-window.c: (ev_window_is_empty),
11155         (ev_window_setup_document), (password_dialog_response),
11156         (ev_window_clear_jobs), (ev_window_load_job_cb),
11157         (ev_window_xfer_job_cb), (ev_window_open_uri),
11158         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11159         (ev_window_print), (ev_window_print_range),
11160         (ev_window_state_event), (ev_window_cmd_view_reload),
11161         (menu_item_select_cb), (menu_item_deselect_cb),
11162         (view_status_changed_cb), (ev_window_dispose),
11163         (drag_data_received_cb), (ev_window_init):
11164         * shell/ev-window.h:
11165         * shell/main.c: (load_files):
11166         
11167         New statusbar to show progress on idle. Two new jobs - 
11168         xfer job and load job to load document in background. And update
11169         of page_cache clients to new location of code.
11170
11171 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11172
11173         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11174         selection in open dialog. It also remembers the last visited directory 
11175         in the current session.
11176
11177 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11178
11179         * shell/ev-properties.c: (ev_properties_new):
11180         * shell/ev-properties.h:
11181         * shell/ev-window.c: (ev_window_cmd_file_properties):
11182         
11183         Get document info from page cache instead of document itself.
11184         This should fix crash related to race conditions described in
11185         bug 306545.
11186
11187 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * ps/ps-document.c: (ps_document_init),
11190         (send_ps), (get_page_box), (output), (catchPipe), (input),
11191         (stop_interpreter), (file_length), (file_readable),
11192         (check_filecompressedb), (ps_document_enable_interpreter),
11193         (document_load), (ps_async_renderer_render_pixbuf):
11194         * ps/ps-document.h:
11195
11196         Big cleanup of the ps code
11197
11198 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11199
11200         * backend/Makefile.am:
11201         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11202         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11203         * backend/ev-async-renderer.h:
11204
11205         Add an async renderer interface (method + callback) which
11206         is useful for backends like ps.
11207
11208         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11209         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11210         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11211         (ev_job_queue_add_job), (move_job_async), (move_job),
11212         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11213
11214         Add queues for async renderer, these are executed on the
11215         main thread.
11216
11217         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11218         (ev_job_render_run):
11219         * backend/ev-jobs.h:
11220
11221         If the backend support async renderer interface use it.
11222
11223         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11224         (setup_pixmap), (ps_document_get_type),
11225         (ps_async_renderer_render_pixbuf),
11226         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11227
11228         Implement async renderer interface.
11229
11230 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11231
11232         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11233
11234         Cleanup links job on exit.
11235
11236 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11237
11238         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11239         (drag_data_get_cb), (drag_data_received_cb):
11240         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11241         (drag_data_get_cb), (parse_item_list),
11242         (egg_toolbar_editor_load_actions):
11243         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11244         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11245         (parse_item_list), (parse_toolbars):
11246         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11247         (dvi_pixbuf_put_pixel):
11248         
11249         Fix gcc 4.0 warnings
11250
11251 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11252
11253         * ps/ps-document.c: (start_interpreter):
11254
11255         Fix warning when loading ps
11256
11257 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11258
11259         * ps/ps-document.c: (output):
11260
11261         Fix crash when priting gs error messages.
11262
11263 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11264
11265         * backend/ev-page-cache.c: (_ev_page_cache_new):
11266         * backend/ev-page-cache.h:
11267
11268         Use a const to return title so that we dont double
11269         free it. Small cleanup and fix a leak.
11270
11271         * shell/ev-window.c: (update_window_title):
11272
11273         strdup value from get_title.
11274
11275 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11276
11277         * shell/ev-sidebar-links.c: (job_finished_callback),
11278         (ev_sidebar_links_set_document):
11279
11280         Cleanup the old job when changing document
11281
11282 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11283
11284         * shell/ev-stock-icons.c:
11285         * shell/ev-stock-icons.h:
11286         * shell/ev-window.c:
11287         
11288         Add stock icons for actions that can appear in toolbar. Fix for
11289         bug 306566.
11290
11291 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11292
11293         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11294         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11295         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11296         * backend/ev-page-cache.h:
11297         * shell/ev-view.c: (scroll_to_current_page),
11298         (view_update_range_and_current_page), (get_page_y_offset),
11299         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11300         (ev_view_size_request_continuous),
11301         (ev_view_zoom_for_size_continuous_and_dual_page),
11302         (ev_view_zoom_for_size_continuous):
11303         
11304         More compact EvView layout in document with pages of different size.
11305
11306 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11307
11308         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11309         compilation.
11310
11311 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11312
11313         * shell/ev-view.c: (view_set_adjustment_values):
11314         * shell/ev-window.c: (ev_window_cmd_file_properties):
11315         
11316         A bit different fix for rounding problem but it has no
11317         problems on startup. Make properties window transient to parent.
11318
11319 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11320
11321         * pdf/ev-poppler.cc:
11322         
11323         More commenting of font stuff.
11324
11325 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11326
11327         * pdf/ev-poppler.cc:
11328
11329         Comment out some more fonts stuff. Should really
11330         work without the poppler patch now.
11331
11332 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11333
11334         * pdf/ev-poppler.cc:
11335
11336         Adapt to api change
11337
11338 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11339
11340         * data/evince-properties.glade:
11341         * pdf/ev-poppler.cc:
11342         * shell/ev-properties.c: (setup_fonts_view):
11343
11344         Set the column title. Show the dialog only
11345         once everything is setup.
11346         Getting font info can be very slow... will
11347         prolly need to make this threaded too.
11348
11349 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11350
11351         * backend/Makefile.am:
11352         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11353         (ev_document_fonts_get_fonts_model):
11354         * backend/ev-document-fonts.h:
11355         * data/evince-properties.glade:
11356         * pdf/ev-poppler.cc:
11357         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11358         * shell/ev-properties.h:
11359         * shell/ev-window.c: (ev_window_cmd_file_properties):
11360
11361         Implement fonts list. Defined out for now, since it depends
11362         on a not yet committed poppler patch.
11363
11364 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11365
11366         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11367         page + 1.
11368
11369         * shell/ev-window.c: Make sure we add the timeout when we get a
11370         focus-in event.
11371
11372         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11373         adjustment->value before calculating the zoom factor to average
11374         out all of our rounding errors.  The page no longer 'drifts' when
11375         resizing.
11376
11377 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11378
11379         * data/evince-properties.glade:
11380         * shell/ev-properties.c: (ev_properties_format_date),
11381         (set_property):
11382         
11383         Labels don't expand when the dialogue is resized.
11384         strftime result needs to be converted to UTF-8. Thanks
11385         to Christian Persch <chpe@gnome.org>.
11386
11387 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11388
11389         * data/evince-properties.glade:
11390
11391         Hide the fonts tab
11392
11393 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11394
11395         * backend/ev-document-info.h:
11396         * backend/ev-document.c: (ev_document_info_free):
11397         * data/evince-properties.glade:
11398         * pdf/ev-poppler.cc:
11399         * ps/ps-document.c: (ps_document_get_info):
11400         * shell/ev-properties.c: (ev_properties_format_date),
11401         (set_property), (ev_properties_new):
11402         * shell/ev-properties.h:
11403         * shell/ev-window.c: (ev_window_cmd_file_properties):
11404
11405         Rework properties code to take only EvPropertyInfo
11406         in the constructor so that it can be useful for
11407         nautilus plugin too.
11408
11409         Deal with backends that doesnt support some properties.
11410         Make set property code generic.
11411
11412 2005-06-04  Christian Persch <chpe@gnome.org>
11413
11414         * data/evince-properties.glade:
11415
11416         fix spacings, make resizeable, and make data labels
11417         selectable + ellipsised
11418
11419 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11420
11421         * backend/ev-document-info.h:
11422         * data/Makefile.am:
11423         * data/evince-ui.xml:
11424         * pdf/ev-poppler.cc:
11425         * shell/Makefile.am:
11426         * shell/ev-window.c: (update_action_sensitivity),
11427         (ev_window_cmd_file_properties):
11428
11429         Initial go at file properties. Patch by
11430         Emil Soleyman-Zomalan <emil@soleyman.com>.
11431         Needs love see #169583
11432
11433 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11434
11435         * ps/ps-document.c: (output):
11436         * ps/ps.c: (psscan):
11437
11438         Try to render even if psscan fails.
11439
11440 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11441
11442         * ps/ps.c: (psscan), (pscopydoc):
11443
11444         Port buffered reading code from gv
11445
11446 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11447
11448         * ps/ps-document.c: (interpreter_message), (output):
11449
11450         Do not fail on interpreter messages
11451
11452 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11453
11454         * backend/ev-document-misc.c:
11455         (ev_document_misc_get_thumbnail_frame):
11456
11457         Pages can be 0 x 0, dont assert on this case
11458
11459 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11460
11461         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11462         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11463
11464         Correctly manage our reference on document. Finally the reload
11465         huge leak is gone...
11466
11467 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11468
11469         * ps/ps-document.c: (ps_document_dispose):
11470
11471         Forgot to chain it to the parent. Thanks chpe.
11472
11473 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11474
11475         * ps/ps-document.c: (ps_document_dispose),
11476         (ps_document_class_init), (stop_interpreter), (document_load):
11477
11478         Cleanup dispose a bit. Dont leak the whole pixmap.
11479
11480 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11481
11482         * pdf/ev-poppler.cc:
11483
11484         Release the poppler document on dispose
11485
11486 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11487
11488         * shell/ev-view.c: (ev_view_set_document):
11489
11490         Release ref on the pixbuf cache when changing
11491         document.
11492
11493 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11494
11495         * ps/ps-document.c: (ps_document_get_info):
11496
11497         Fix a double free
11498
11499 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11500
11501         * backend/ev-page-cache.c: (ev_page_cache_init),
11502         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11503         * backend/ev-page-cache.h:
11504         * shell/ev-page-action.c: (page_changed_cb):
11505         
11506         Set page action entry width depending on labels width. Fix
11507         for bug 305202.
11508
11509 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11510
11511         * backend/ev-link.c: (ev_link_class_init):
11512
11513         Allow -1 as page value (error)
11514
11515 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11516
11517         * shell/ev-sidebar-thumbnails.c:
11518         (ev_sidebar_thumbnails_set_document):
11519         * shell/ev-view.c: (scroll_to_current_page),
11520         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11521         (page_changed_cb), (on_adjustment_value_changed),
11522         (ev_view_set_document):
11523
11524         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11525         Fix bug 305377
11526
11527 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11528
11529         * configure.ac:
11530         * djvu/djvu-document.c: (djvu_document_get_page_size):
11531
11532         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11533         bug 301993.
11534
11535 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11536
11537         * shell/ev-view.c (draw_one_page): modify the expose handling to
11538         get the shadows.
11539
11540         * shell/ev-window.c (update_action_sensitivity): Respect
11541         permissions field.  Kowtow to the man.
11542
11543         * pdf/ev-poppler.cc: Get the permissions field.
11544
11545         * tiff/*c: Make a tiny bit more robust.
11546
11547 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11548
11549         * djvu/djvu-document.c:
11550         
11551         Pop messages from djvu context message queue.
11552
11553 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11554
11555         * configure.ac, Makefile.am, shell/Makefile.am:
11556         * tiff/Makefile.am, shell/ev-document-types.c:
11557         
11558         Cleanup tiff configure checks. Fix for bug 305218.
11559
11560 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11561
11562         * configure.ac: Added "uk" to ALL_LINGUAS.
11563
11564 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11565
11566         * cut-n-paste/zoom-control/ephy-zoom.c:
11567         (ephy_zoom_get_changed_zoom_level):
11568         * cut-n-paste/zoom-control/ephy-zoom.h:
11569         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11570         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11571         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11572         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11573         (zoom_control_changed_cb), (ev_window_init):
11574         
11575         Fix minor points related to moving best fit up. Introduce
11576         "zoom" property and make zoom control change it's value on
11577         notify::zoom signals. Fix for 305080.
11578
11579 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11580
11581         * data/evince-ui.xml:
11582         * shell/ev-window.c: (set_view_actions_sensitivity):
11583         
11584         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11585
11586 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11587
11588         * configure.ac:
11589
11590         Depends on poppler 0.3.2
11591
11592 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11593
11594         * cut-n-paste/recent-files/egg-recent-item.c:
11595         (egg_recent_item_get_short_name):
11596         * cut-n-paste/toolbar-editor/Makefile.am:
11597         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11598         (new_pixbuf_from_widget):
11599         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11600         * cut-n-paste/toolbar-editor/egg-marshal.c:
11601         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11602         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11603
11604         Sync
11605
11606 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11607
11608         * tiff/tiff-document.c: Rough TIFF backend.
11609
11610 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11611
11612         * NEWS:
11613         * configure.ac:
11614         * cut-n-paste/toolbar-editor/Makefile.am:
11615
11616         Release 0.3.1
11617
11618 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11619
11620         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11621         (ev_view_find_next), (ev_view_find_previous):
11622
11623         Remove the locks around get_n_results   
11624
11625 2005-05-21  Juerg Billeter  <j@bitron.ch>
11626
11627         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11628
11629         Pass correct number of pages to poppler.
11630
11631 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11632
11633         * configure.ac:
11634         * data/Makefile.am:
11635         * data/evince.desktop.in: 
11636         * data/evince.desktop.in.in:
11637         * po/POTFILES.in:
11638         
11639         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11640
11641 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11642
11643         * shell/ev-view.c: (view_update_adjustments),
11644         (view_set_adjustment_values): cast adjustmen->value to (int)
11645         before using it.  Otherwise, we get off by a pixel in some
11646         situations.
11647
11648         (draw_one_page): Draw the border on expose.
11649
11650 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11651
11652         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11653         adjustment when the mode changes, #304923
11654
11655 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11656
11657         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11658         flickering on resize but still use gdk_window_scroll on
11659         scrolling
11660
11661 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11662
11663         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11664         option, #170458
11665
11666 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11667
11668         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11669         second page on page_changed if possible, #304669
11670
11671 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11672
11673         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11674         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11675
11676 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11677
11678         * .cvsignore:
11679         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11680         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11681         (ev_view_zoom_for_size_presentation),
11682         (ev_view_zoom_for_size_continuous_and_dual_page),
11683         (ev_view_zoom_for_size_continuous),
11684         (ev_view_zoom_for_size_dual_page),
11685         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11686         * shell/ev-view.h:
11687         * shell/ev-window.c: (update_view_size),
11688         (ev_window_sizing_mode_changed_cb):
11689
11690         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11691         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11692         an infinite loop, #304769
11693
11694
11695 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11696
11697         * data/evince-ui.xml:
11698         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11699         * shell/ev-window.c: (set_view_actions_sensitivity):
11700
11701         Make PgUp/Down behave like Space
11702
11703 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11704
11705         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11706         * backend/ev-ps-exporter.h:
11707         * pdf/ev-poppler.cc:
11708         * ps/ps-document.c: (ps_document_ps_export_begin):
11709         * shell/ev-print-job.c: (idle_print_handler):
11710
11711         Adapt to new poppler api
11712
11713 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11714
11715         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11716         (ephy_zoom_control_init):
11717
11718         Translate zoom levels
11719
11720 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11721
11722         * cut-n-paste/zoom-control/ephy-zoom.c:
11723         (ephy_zoom_get_zoom_level_index):
11724
11725         Fix current zoom -> zoom control match
11726
11727 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11728
11729         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11730         rather than the scrolled_window that it's in. Fixes bug #304655.
11731
11732 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11733
11734         * shell/ev-view.c: (view_update_adjustments),
11735         (view_set_adjustment_values), (view_update_range_and_current_page),
11736         (view_scroll_to_page), (set_scroll_adjustment),
11737         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11738         (ev_view_scroll), (ev_view_scroll_view),
11739         (ensure_rectangle_is_visible), (find_page_at_location),
11740         (get_link_at_location), (go_to_link), (status_message_from_link),
11741         (ev_view_size_request_continuous_dual_page),
11742         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11743         (ev_view_unrealize), (ev_view_expose_event),
11744         (ev_view_button_press_event), (ev_view_motion_notify_event),
11745         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11746         (draw_rubberband), (highlight_find_results), (draw_one_page),
11747         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11748         (ev_view_init), (find_changed_cb), (page_changed_cb),
11749         (on_adjustment_value_changed), (ev_view_new),
11750         (ev_view_set_document), (ev_view_set_zoom),
11751         (ev_view_set_continuous), (ev_view_set_dual_page),
11752         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11753         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11754         (ev_view_zoom_for_size_presentation),
11755         (ev_view_zoom_for_size_continuous_dual_page),
11756         (ev_view_zoom_for_size_continuous),
11757         (ev_view_zoom_for_size_dual_page),
11758         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11759         (ev_view_get_status), (ev_view_set_status),
11760         (update_find_status_message), (ev_view_get_find_status),
11761         (ev_view_set_find_status), (jump_to_find_result),
11762         (jump_to_find_page), (compute_selections), (clear_selection),
11763         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11764         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11765         (ev_view_update_primary_selection),
11766         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11767         * shell/ev-view.h:
11768         * shell/ev-window.c: (ev_window_open_page_label),
11769         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11770         (ev_window_init):
11771         * shell/ev-window.h:
11772         * shell/main.c: (load_files):
11773
11774         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11775         when resizing.  Remove the bin_window().  Also, patch from James
11776         Bowes to fix command line page, #300641
11777         
11778 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11779
11780         * data/evince-ui.xml:
11781         * shell/ev-view.c:
11782         * shell/ev-view.h:
11783         * shell/ev-window.c: (update_action_sensitivity):
11784
11785         Get rid of View->Normal Size, it's just confusing
11786
11787 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11788
11789         * backend/ev-document-info.h:
11790         * backend/ev-document.c: (ev_document_info_free): Free the
11791         EvDocumentInfo.
11792
11793         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11794         (clear_range), (add_range), (update_visible_range),
11795         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11796         (ev_sidebar_thumbnails_set_document):
11797         * shell/ev-window.c: (ev_window_setup_document): Only render the
11798         visible thumbnails.  It takes an instant to render, but it uses
11799         much less memory.
11800
11801 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11802
11803         * shell/ev-sidebar-links.c: (popup_menu_cb):
11804
11805         Select first item
11806
11807 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11808
11809         * lib/Makefile.am:
11810         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11811         (button_press_cb), (ev_sidebar_links_construct):
11812
11813         Show the popup menu also on keybindings
11814
11815 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11816
11817         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11818         * shell/ev-window.h:
11819
11820         Expose api to print a range (with dialog). Make private _print use
11821         it.
11822
11823         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11824         (ev_sidebar_links_construct):
11825
11826         Show a print context menu on linkx, it prints the selected
11827         section.
11828
11829 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11830
11831         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11832         button.
11833
11834 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11835
11836         * AUTHORS:
11837
11838         Update
11839
11840         * shell/ev-window.c: (build_comments_string),
11841         (ev_window_cmd_help_about):
11842
11843         Show poppler version/backend and authors
11844
11845 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11846
11847         * cut-n-paste/zoom-control/ephy-zoom.c:
11848         (ephy_zoom_get_zoom_level_index):
11849         * cut-n-paste/zoom-control/ephy-zoom.h:
11850
11851         Move the best fit items at the top of the list
11852
11853 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11854
11855         * shell/ev-marshal.list:
11856         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11857         (activate_cb), (match_selected_cb), (activate_link_cb),
11858         (connect_proxy), (ev_page_action_class_init):
11859         * shell/ev-page-action.h:
11860
11861         Use signals to notify action activation. Hopefully
11862         I did not break completion since I cant test...
11863
11864         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11865         (register_custom_actions):
11866
11867         Connect to page selector actions and also grab focus on
11868         the view when activated.
11869
11870 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11871
11872         * pdf/ev-poppler.cc:
11873         * backend/ev-page-cache.c: make page size calculation consistent
11874         and set it to (int)( width * scale + 0.5).  This makes the weird
11875         line going through the middle of the page go away.
11876
11877         * shell/ev-view.c: move painting the background page after
11878         checking the expose area covers us.
11879
11880 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11881
11882         * data/evince-password.glade:
11883         
11884         Mark labels as not translatable. Fix for bug 302842.
11885
11886 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11887
11888         * configure.ac: Added "es" to ALL_LINGUAS.
11889
11890 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11891
11892         * data/evince-toolbar.xml:
11893         * shell/ev-window.c: (update_action_sensitivity),
11894         (ev_window_setup_document), (ev_window_set_page_mode),
11895         (ev_window_init):
11896
11897         Remove some leftover code from jrb first continous
11898         attempt. Use the new actions, we still need good icons
11899         though...
11900
11901 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11902
11903         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11904
11905         Update label when connecting proxy. Fix a warning with NULL
11906         page_cache.
11907
11908 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11909
11910         * data/evince-ui.xml:
11911         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11912         * shell/ev-page-action.h:
11913         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11914
11915         Add mnemonic for edit toolbar.
11916         ctrl+l focus the page entry.
11917
11918 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11919
11920         * lib/Makefile.am:
11921         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11922         (ev_window_init):
11923         * shell/main.c: (main):
11924
11925         Put the toolbar xml in evince own dot dir
11926
11927 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11928
11929         * shell/ev-window.c: (ev_window_init):
11930
11931         Make the toolbar not removable
11932
11933 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11934
11935         * data/evince-ui.xml:
11936         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11937         * shell/ev-sidebar-links.h:
11938         * shell/ev-sidebar-thumbnails.c:
11939         (ev_sidebar_thumbnails_get_treeview):
11940         * shell/ev-sidebar-thumbnails.h:
11941         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11942         (ev_view_class_init):
11943         * shell/ev-view.h:
11944         * shell/ev-window.c: (update_action_sensitivity),
11945         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11946         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11947         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11948         (ev_window_init):
11949
11950         This is evil... Make space/backspace global accelerators but
11951         enable them only for some widgets (sidebars and view).
11952         I dont like it, but I dont know a better way... :/
11953
11954 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11955
11956         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11957         (ev_page_action_widget_finalize),
11958         (ev_page_action_widget_class_init), (update_page_cache):
11959
11960         Keep a weak reference on proxy->page_cache so that we
11961         dont try to disconnect the signal if the object is already
11962         gone. Maybe there is a better way to cleanup reference handling
11963         in page action though...
11964
11965 2005-05-10  Juerg Billeter  <j@bitron.ch>
11966
11967         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11968         * backend/ev-ps-exporter.h:
11969         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11970         * ps/ps-document.c: (ps_document_ps_export_begin):
11971         
11972         Change api to pass print range to ps_exporter_begin. The pdf backend
11973         requires this information.
11974         
11975         * shell/ev-print-job.c: (idle_print_handler):
11976         
11977         Adapt to api change
11978
11979 2005-05-10  Juerg Billeter  <j@bitron.ch>
11980
11981         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11982         (idle_print_handler)
11983         * shell/ev-window.c: (ev_window_print):
11984
11985         Support printing page range, based on patch by Amaury Jacquot
11986
11987 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11988
11989         * data/evince-toolbar.xml:
11990
11991         Add zoom control to available items
11992
11993 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11994
11995         * shell/ev-window.c: (update_action_sensitivity):
11996
11997         Set slash action insensitive when appropriate
11998
11999 2005-05-10  Christian Persch <chpe@gnome.org>
12000
12001         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
12002
12003         Fix warning on the overflow menu
12004
12005 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
12006
12007         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
12008
12009         Check for uri correctness/existence
12010
12011 2005-05-09  Juerg Billeter  <j@bitron.ch>
12012
12013         * shell/ev-window.c: (using_postscript_printer):
12014
12015         LPD printers use postscript, too
12016
12017 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12018
12019         * shell/ev-window.c: (register_custom_actions):
12020
12021         The zoom one is actually sort of useful,
12022         put it back
12023
12024 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12025
12026         * shell/ev-window.c: (register_custom_actions):
12027
12028         Hide page/zoom controls from overflow, they
12029         are useless.
12030
12031 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12032
12033         * cut-n-paste/update-from-egg.sh:
12034         
12035         Share it between all cut-n-paste subdirs
12036
12037         * cut-n-paste/recent-files/Makefile.am:
12038
12039         Fix to use "global" update-from-egg.sh
12040
12041         * cut-n-paste/recent-files/egg-recent-model.c:
12042         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
12043         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12044         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
12045         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
12046
12047         Update from libegg
12048
12049         * cut-n-paste/toolbar-editor/Makefile.am:
12050
12051         Fix to use "global" update-from-egg.sh
12052
12053         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12054
12055         Update from libegg
12056
12057 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
12058
12059         * configure.ac:
12060         * cut-n-paste/Makefile.am:
12061         * cut-n-paste/recent-files/Makefile.am:
12062         * cut-n-paste/toolbar-editor/.cvsignore:
12063         * cut-n-paste/toolbar-editor/Makefile.am:
12064         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
12065         (egg_editable_toolbar_get_type), (get_toolbar_position),
12066         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
12067         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
12068         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
12069         (set_item_drag_source), (create_item_from_action), (create_item),
12070         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
12071         (popup_toolbar_context_menu_cb), (free_dragged_item),
12072         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
12073         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
12074         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
12075         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
12076         (item_added_cb), (item_removed_cb),
12077         (egg_editable_toolbar_construct),
12078         (egg_editable_toolbar_disconnect_model),
12079         (egg_editable_toolbar_deconstruct),
12080         (egg_editable_toolbar_set_model),
12081         (egg_editable_toolbar_set_ui_manager),
12082         (egg_editable_toolbar_set_property),
12083         (egg_editable_toolbar_get_property),
12084         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12085         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12086         (egg_editable_toolbar_new_with_model),
12087         (egg_editable_toolbar_get_edit_mode),
12088         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12089         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12090         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12091         (new_pixbuf_from_widget), (new_separator_pixbuf),
12092         (update_separator_image), (style_set_cb),
12093         (_egg_editable_toolbar_new_separator_image),
12094         (egg_editable_toolbar_get_model):
12095         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12096         * cut-n-paste/toolbar-editor/egg-marshal.c:
12097         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12098         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12099         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12100         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12101         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12102         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12103         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12104         (editor_drag_data_delete_cb), (drag_data_get_cb),
12105         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12106         (editor_create_item), (update_editor_sheet), (setup_editor),
12107         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12108         (parse_item_list), (model_has_action), (update_actions_list),
12109         (egg_toolbar_editor_load_actions):
12110         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12111         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12112         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12113         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12114         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12115         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12116         (egg_toolbars_model_add_separator), (impl_add_item),
12117         (parse_item_list), (egg_toolbars_model_add_toolbar),
12118         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12119         (impl_get_item_data), (impl_get_item_type),
12120         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12121         (egg_toolbars_model_init), (free_toolbar),
12122         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12123         (egg_toolbars_model_remove_toolbar),
12124         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12125         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12126         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12127         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12128         (egg_toolbars_model_get_item_data),
12129         (egg_toolbars_model_get_item_type):
12130         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12131         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12132         * data/Makefile.am:
12133         * data/evince-toolbar.xml:
12134         * data/evince-ui.xml:
12135         * data/hand-open.png:
12136         * po/POTFILES.in:
12137         * shell/Makefile.am:
12138         * shell/ev-window.c: (update_chrome_visibility),
12139         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12140         (ev_window_dispose), (ev_window_init):
12141
12142         Implement epiphany like toolbar editor. Based on patch by
12143         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12144
12145 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12146
12147         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12148
12149         Use set_cursor instead of set_selection, so that
12150         the keyboard focus moves too.
12151
12152 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12153
12154         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12155
12156         Fix infinite loop when loading Type1 fonts
12157
12158 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12159
12160         * data/evince-ui.xml:
12161         * shell/ev-window.c:
12162
12163         Slash -> Find
12164
12165 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12166
12167         * configure.ac:
12168
12169         Make --disable really disable
12170
12171 2005-05-07  Juerg Billeter  <j@bitron.ch>
12172
12173         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12174
12175         Compare page labels even without has_labels set, fixes setting page
12176         with entry
12177
12178 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12179
12180         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12181         (ev_view_set_cursor), (ev_view_button_press_event),
12182         (ev_view_motion_notify_event), (ev_view_button_release_event),
12183         (ev_view_init):
12184
12185         Implement middle button scrolling. Based on a patch
12186         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12187
12188 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12189
12190         * shell/ev-document-types.c: (get_slow_mime_type),
12191         (get_document_type_from_mime), (ev_document_type_lookup):
12192         * shell/ev-document-types.h:
12193
12194         Change api to lookup from uri. Do fast lookup first, if the
12195         type is unknown try with data sniffing.
12196
12197         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12198         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12199
12200         Adapt to api change
12201
12202 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12203
12204         * thumbnailer/Makefile.am:
12205
12206         Fix distcheck
12207
12208 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12209
12210         * NEWS:
12211         * configure.ac:
12212
12213         Release 0.3.0
12214
12215         * data/evince-ui.xml:
12216
12217         Hide presentation mode for now
12218
12219         * shell/ev-view.c: (highlight_find_results):
12220
12221         Show current find selection only on current page
12222
12223 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12224
12225         * shell/ev-view.c: (ev_view_select_all):
12226
12227         Compute size of the actual page, not of
12228         the current one.
12229
12230 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12231
12232         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12233         (view_rect_to_doc_rect), (compute_selections),
12234         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12235         (ev_view_copy), (ev_view_primary_get_cb),
12236         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12237         (ev_view_button_press_event), (ev_view_motion_notify_event),
12238         (ev_view_button_release_event), (page_changed_cb):
12239
12240         Fix text selection
12241
12242 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12243
12244         * shell/ev-view.c: (compute_border), (get_page_extents),
12245         (doc_rect_to_view_rect), (highlight_find_results),
12246         (ev_view_bin_expose), (ev_view_select_all),
12247         (ev_view_motion_notify_event), (update_find_status_message),
12248         (jump_to_find_result), (jump_to_find_page):
12249
12250         First go at fixing search, still buggy
12251
12252 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12253
12254         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12255         dropdown box and button at the top of the sidebar.
12256
12257 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12258
12259         * configure.ac: Output zoom-control Makefile.
12260         * cut-n-paste/Makefile.am: build zoom-control subdir.
12261         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12262         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12263         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12264         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12265         * cut-n-paste/zoom-control/ephy-zoom.c:
12266         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12267         from epiphany, and modified to add a separator into the menu.
12268         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12269         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12270         zoom-control action.
12271         * shell/Makefile.am: Include zoom-control flags.
12272         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12273         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12274         (ev_view_zoom_for_size_presentation),
12275         (ev_view_zoom_for_size_continuous_and_dual_page),
12276         (ev_view_zoom_for_size_continuous),
12277         (ev_view_zoom_for_size_dual_page),
12278         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12279         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12280         ev_view_get_zoom and ev_view_get_sizing_mode.
12281         * shell/ev-view.h:
12282         * shell/ev-window.c: (update_action_sensitivity),
12283         (update_sizing_buttons), (zoom_control_changed_cb),
12284         (register_custom_actions): Initialize and use the zoom-control 
12285         widget.
12286
12287 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12288
12289         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12290         preview cache back to 1.  Don't know when it got set to 0.
12291         
12292         * shell/ev-view.c: (compute_border), (ev_view_realize),
12293         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12294         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12295         (ev_view_get_fullscreen), (ev_view_set_presentation),
12296         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12297         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12298         * shell/ev-view.h:
12299         * shell/ev-window.c:
12300         (update_chrome_visibility),
12301         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12302         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12303         (update_document_mode), (ev_window_update_fullscreen_action),
12304         (ev_window_fullscreen), (ev_window_unfullscreen),
12305         (ev_window_cmd_view_fullscreen),
12306         (ev_window_update_presentation_action),
12307         (ev_window_run_presentation), (ev_window_stop_presentation),
12308         (ev_window_cmd_view_presentation), (ev_window_state_event),
12309         (ev_window_focus_in_event), (ev_window_focus_out_event),
12310         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12311         * data/evince-ui.xml: Initial presentation mode.  We should
12312         probably hide this until it's done, as it's quite rough.  Also,
12313         change full-screen to fullscreen and add two getters to EvView.
12314
12315 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12316
12317         * shell/ev-page-action.c: (update_page_cache),
12318         (ev_page_action_dispose):
12319         * shell/ev-window.c: (destroy_fullscreen_popup),
12320         (ev_window_create_fullscreen_popup):
12321
12322         Use connect_object rather than explicitly
12323         disconnect on dispose.
12324
12325 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12326
12327         * shell/ev-page-action.c: (update_page_cache),
12328         (ev_page_action_dispose):
12329
12330 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12331
12332         * backend/ev-page-cache.c: (_ev_page_cache_new),
12333         (ev_page_cache_set_page_label),
12334         (ev_page_cache_has_nonnumeric_page_labels):
12335         * backend/ev-page-cache.h:
12336         * shell/ev-page-action.c: (update_pages_label):
12337         
12338         If all page labels are numeric, fallback to default
12339         way to display number of pages. See bug 173185.
12340
12341 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12342
12343         * shell/ev-page-action.c: (ev_page_action_dispose):
12344         * shell/ev-view.c: (view_update_range_and_current_page):
12345         * shell/ev-window.c: (ev_window_dispose):
12346         
12347         Set page on scroll in continuous mode. Fixes bug 301986.
12348         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12349
12350 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12351
12352         * configure.ac:
12353
12354         Require poppler 0.3.0
12355
12356 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12357         
12358         * shell/Makefile.am, configure.ac: Fix build problems
12359         with t1lib. Bug 301996.
12360
12361 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12362
12363         * shell/ev-view.c: (ev_view_scroll_event):
12364         
12365         Scroll up increase zoom
12366
12367 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12368
12369         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12370         (ev_view_set_sizing_mode),
12371         (ev_view_zoom_for_size_continuous_and_dual_page),
12372         (ev_view_zoom_for_size_continuous):
12373         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12374         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12375         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12376         (ev_window_init):
12377
12378         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12379         Fix for 165473 and 165472.
12380
12381 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12382
12383         * po/POTFILES.in:
12384         * thumbnailer/Makefile.am:
12385         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12386         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12387         * thumbnailer/evince-thumbnailer.schemas.in:
12388         
12389         Make thumbnailer schemas translatable. Fix for bug 301773
12390         
12391         * thumbnailer/evince-thumbnailer-djvu.schemas:
12392         * thumbnailer/evince-thumbnailer-dvi.schemas:
12393         * thumbnailer/evince-thumbnailer.schemas:
12394
12395         Removed files
12396
12397 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12398
12399         * shell/ev-view.c (ev_view_init): forgot to set this.
12400
12401 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12402
12403         * shell/ev-view.c: (find_page_at_location),
12404         (get_link_at_location),
12405         (ev_view_set_show_border), (ev_view_set_spacing),
12406         (ev_view_zoom_for_size_continuous_and_dual_page),
12407         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12408         Also, add a quick fix measuring of widths.  Also, removed
12409         ev_view_set_spacing and ev_view_set_show_border.
12410         
12411         * shell/ev-window.c: (ev_window_unfullscreen),
12412         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12413
12414 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12415
12416         * shell/ev-view.c: (view_update_range_and_current_page),
12417         (page_changed_cb):
12418         
12419         Fix crash on exit and scrolling to page in continuous view.
12420
12421 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12422
12423         * TODO:
12424         * backend/ev-page-cache.c: (_ev_page_cache_new),
12425         (ev_page_cache_get_max_width_size),
12426         (ev_page_cache_get_max_height_size):
12427         * backend/ev-page-cache.h:
12428         * data/evince-ui.xml:
12429         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12430         * shell/ev-view.c: (view_update_adjustments),
12431         (view_update_range_and_current_page), (get_bounding_box_size),
12432         (ev_view_size_request_continuous_and_dual_page),
12433         (ev_view_size_request_continuous),
12434         (ev_view_size_request_dual_page),
12435         (ev_view_size_request_single_page), (ev_view_size_request),
12436         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12437         (ev_view_bin_expose), (ev_view_expose_event),
12438         (ev_view_set_property), (ev_view_get_property),
12439         (ev_view_class_init), (ev_view_init), (ev_view_new),
12440         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12441         (ev_view_set_dual_page), (ev_view_set_full_screen),
12442         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12443         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12444         (ev_view_zoom_out), (zoom_for_size_fit_width),
12445         (zoom_for_size_best_fit),
12446         (ev_view_zoom_for_size_continuous_and_dual_page),
12447         (ev_view_zoom_for_size_continuous),
12448         (ev_view_zoom_for_size_dual_page),
12449         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12450         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12451         * shell/ev-view.h:
12452         * shell/ev-window.c: (update_action_sensitivity),
12453         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12454         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12455         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12456         (ev_window_cmd_view_zoom_out), (update_view_size),
12457         (ev_window_set_sizing_mode), (ev_window_init):
12458
12459         Add Continuous and Dual page modes.
12460
12461 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12462
12463         * dvi/dvi-document.c: (dvi_document_load),
12464         (dvi_document_thumbnails_get_thumbnail),
12465         (dvi_document_init_params): Fix up some mixups between
12466         width and height to correct thumbnail rendering.
12467
12468 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12469
12470         * dvi/mdvi-lib/private.h:
12471         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12472         
12473         Suppess output for kpathsea during font generation. Thanks to
12474         James Bowes
12475
12476 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12477
12478         * NEWS:
12479         * configure.ac:
12480
12481         Release 0.2.1
12482
12483         * Makefile.am: fix distcheck.
12484
12485 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12486
12487         * shell/ev-sidebar-links.c: (selection_changed_callback),
12488         (update_page_callback), (row_activated_callback),
12489         (job_finished_callback), (ev_sidebar_links_set_document):
12490         
12491         Fix for bug #169901. Double click on links expands tree.
12492
12493 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12494
12495         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12496         hard-coded style. Fix for bug 170111
12497
12498 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12499
12500         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12501         locking.
12502
12503 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12504
12505         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12506
12507 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12508
12509         * pdf/ev-poppler.cc:
12510         * shell/ev-view.c: (highlight_find_results):
12511
12512         Fix find on single page documents
12513
12514 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12515
12516         * data/evince.schemas.in: fix for bug 301390
12517
12518 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12519
12520         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12521         (ev_view_zoom_out), (ev_view_zoom_normal):
12522         * shell/ev-view.h:
12523         * shell/ev-window.c: (update_action_sensitivity),
12524         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12525         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12526         (ev_window_cmd_view_normal_size):
12527
12528         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12529         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12530         better than oom. 
12531
12532 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12533
12534         * configure.ac:
12535
12536         Depend on 2.57, 2.59 doesnt seem to be necessary
12537
12538 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12539
12540         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12541         (create_tool_item):
12542
12543         Put back total number of pages as (1 of 1234)
12544
12545 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12546
12547         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12548         remove the job.
12549
12550         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12551         function.  This helps debugging.
12552
12553 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12554
12555         * djvu/djvu-document.c: (djvu_document_class_init),
12556         (djvu_document_get_info), (djvu_document_document_iface_init):
12557         * dvi/dvi-document.c: (dvi_document_class_init),
12558         (dvi_document_get_info), (dvi_document_document_iface_init):
12559
12560         Dummy implementation of get_info method for dvi and
12561         djvu. Fix crashes with those backends
12562
12563 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12564
12565         * data/evince.desktop.in:
12566
12567         Add application/x-gzpostscript
12568
12569 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12570
12571         * data/evince.schemas.in: Added real long descriptions, 
12572         closes bug 172496 
12573
12574         * README: Added actual text, closes bug 171869
12575
12576 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12577
12578         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12579
12580         Thumbnail page 0
12581
12582 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12583
12584         * backend/ev-document-info.h:
12585
12586         s/GDate */GDate so we can just use g_free
12587
12588 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12589
12590         * shell/ev-window.c: (update_document_mode),
12591         (ev_window_setup_document):
12592
12593         Show the window in fullscreen when specified by
12594         the document
12595
12596 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12597
12598         * backend/ev-document.c: (ev_document_class_init),
12599         (ev_document_get_info), (ev_document_render_pixbuf):
12600         * backend/ev-document.h:
12601         * backend/ev-page-cache.c: (_ev_page_cache_new):
12602         * pdf/ev-poppler.cc:
12603         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12604         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12605         * ps/ps-document.c: (ps_document_class_init), (document_load),
12606         (ps_document_get_info), (ps_document_document_iface_init):
12607
12608         Remove get_title from the interface, we can just use document info
12609
12610 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12611
12612         * backend/Makefile.am:
12613         * backend/ev-document.c: (ev_document_render_get_info):
12614         * backend/ev-document.h:
12615         * pdf/ev-poppler.cc:
12616
12617         Initial support for document info. Based on jrb patch.
12618
12619 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12620
12621         * shell/ev-window.c: (ev_window_state_event),
12622         (ev_window_class_init), (ev_window_init):
12623         
12624         Doesn't show resize grip when maximized. See bug #301053
12625
12626 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12627
12628         * po/POTFILES.in:
12629         
12630         ev-sidebar-thumbnails now has translatable labels
12631         
12632         * shell/Makefile.am:
12633         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12634         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12635         (ev_sidebar_links_page_iface_init):
12636         * shell/ev-sidebar-links.h:
12637         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12638         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12639         (ev_sidebar_page_get_label):
12640         * shell/ev-sidebar-page.h:
12641         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12642         (ev_sidebar_thumbnails_set_document),
12643         (ev_sidebar_thumbnails_support_document),
12644         (ev_sidebar_thumbnails_get_label),
12645         (ev_sidebar_thumbnails_page_iface_init):
12646         * shell/ev-sidebar-thumbnails.h:
12647         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12648         (ev_sidebar_set_document):
12649         * shell/ev-sidebar.h:
12650         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12651         
12652         Small rework of sidebar code. Now sidebar pages should implement
12653         EvSidebarPage interface. That makes page management in EvSidebar
12654         easier. See bug #164811 for details
12655
12656 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12657
12658         * shell/ev-application.c: (ev_application_open):
12659         * shell/ev-document-types.c:
12660         
12661         Fix build error and small problem with application exit
12662
12663 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12664
12665         * thumbnailer/Makefile.am:
12666         * thumbnailer/evince-thumbnailer-djvu.schemas:
12667         * thumbnailer/evince-thumbnailer-dvi.schemas:
12668         
12669         Conditionally install schemas for djvu/dvi thumbnailer
12670
12671 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12672
12673         * shell/ev-document-types.h: 
12674         * shell/ev-document-types.c: 
12675         New files, handling the mapping from mimetypes to backends
12676         
12677         * shell/ev-window.c: 
12678         * thumbnailer/evince-thumbnailer.c:     
12679         Use the ev-document-types code
12680         
12681         * shell/Makefile.am: 
12682         Added new convenience library libevbackendfactory_la, containing
12683         the new mimetype->backend logic; moved the backends into it.
12684
12685         * thumbnailer/Makefile.am:
12686         Make the thumbnailer link with the libevbackend.la convenience
12687         library, rather than having a duplicate of the backend logic here.
12688
12689 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12690
12691         * shell/ev-stock-icons.c: constify some vars.
12692         * shell/ev-window.c: ditto.
12693
12694 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12695
12696         * ps/ps-document.c (get_page_orientation):
12697
12698         Respect document orientation 
12699
12700 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12701
12702         * djvu/Makefile.am:
12703         * dvi/Makefile.am:
12704         * shell/Makefile.am:
12705         
12706         Move library dependencies to components.
12707         
12708         * shell/ev-window.c: (update_window_title),
12709         (start_loading_document):
12710         
12711         Fix display of uris with spaces. Bug 168358.
12712
12713 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12714
12715         * shell/ev-sidebar-links.c: (selection_changed_cb):
12716         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12717         (ev_view_button_release_event), (ev_view_set_document):
12718         * shell/ev-view.h:
12719         * shell/ev-window.c: (find_bar_search_changed_cb):
12720         * shell/ev-window.h: Minor cleanups removing some dead code.
12721
12722 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12723
12724         * backend/ev-page-cache.c: (_ev_page_cache_new):
12725         
12726         Set current page to 0 if document has pages.
12727
12728 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12729
12730         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12731
12732         Initialize GError to NULL, fix a crash when loading fails.
12733
12734 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12735
12736         * shell/ev-window.c: (update_view_size):
12737
12738         Calculate shadow size only when there is actually
12739         a shadow.
12740
12741 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12742
12743         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12744         * shell/ev-view.h:
12745
12746         Allow setting view spacing, default to 0
12747
12748         * shell/ev-window.c: (ev_window_unfullscreen),
12749         (ev_window_cmd_view_fullscreen), (ev_window_init):
12750
12751         Remove spacing in fullscreen mode
12752
12753 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12754
12755         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12756         (ev_view_size_request), (expose_bin_window),
12757         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12758         * shell/ev-view.h:
12759         * shell/ev-window.c: (ev_window_unfullscreen),
12760         (ev_window_cmd_view_fullscreen):
12761
12762         Do not draw the border in fulscreen
12763
12764 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12767         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12768         (find_page_at_location), (page_changed_cb):
12769
12770         Rework border calculation, so that I can more easily disable it.
12771         Code somewhat cleaner too.
12772
12773 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12774
12775         * backend/ev-page-cache.c: (ev_page_cache_init),
12776         (_ev_page_cache_new):
12777
12778         Remove some assertions, documents can have 0 pages.
12779         Make initial current page -1.
12780
12781         * shell/ev-page-action.c: (page_changed_cb):
12782
12783         Show "" if current page is -1
12784
12785         * shell/ev-window.c: (update_action_sensitivity),
12786         (ev_window_setup_document):
12787
12788         When document has 0 pages do not set the view
12789         and make nearly everything insensitive.
12790
12791 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12792
12793         * shell/ev-page-view.c:
12794         * shell/ev-page-view.h:
12795
12796         Remove unused files.
12797         
12798         * shell/ev-sidebar-thumbnails.c:
12799         (ev_sidebar_thumbnails_set_document):
12800         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12801         (ev_sidebar_supports_document):
12802         * shell/ev-sidebar.h:
12803         * shell/ev-window.c: (ev_window_setup_document):
12804         
12805         Doesn't show thumbnails if document has 1 page. Make
12806         sidebar menu entries sensitive only if if they have 
12807         sense. Fix bug 164811. 
12808
12809 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12810
12811         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12812         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12813         (ev_view_zoom_out), (ev_view_set_size):
12814
12815         Rework sizing to deal with documents with not uniform page
12816         size.
12817
12818 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12819
12820         * backend/ev-page-cache.c: (_ev_page_cache_new):
12821
12822         Fix several page size caching bugs
12823
12824 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12825
12826         * shell/ev-window.c: (set_action_properties):
12827
12828         Make all toolbar items translatable
12829
12830 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12831
12832         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12833         (save_page_list), (ps_document_save),
12834         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12835         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12836         (ps_document_ps_exporter_iface_init):
12837         * ps/ps-document.h:
12838
12839         Based on a patch by J�rg Billeter <j@bitron.ch>
12840         
12841         Implement print and save a copy for the ps backend.
12842
12843 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12844
12845         * backend/ev-document.h:
12846         * djvu/djvu-document.c: (djvu_document_can_get_text),
12847         (djvu_document_document_iface_init):
12848         * dvi/dvi-document.c: (dvi_document_can_get_text),
12849         (dvi_document_document_iface_init):
12850         * pdf/ev-poppler.cc:
12851         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12852         (pixbuf_document_document_iface_init):
12853         * ps/ps-document.c: (ps_document_can_get_text),
12854         (ps_document_document_iface_init):
12855         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12856         * shell/ev-window.c: (update_action_sensitivity):
12857
12858         Fix the crash when trying to copy in backends that doesnt
12859         support it. We can implement a better solution once we
12860         do real text selection.
12861
12862 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12863
12864         * data/evince-ui.xml:
12865         * shell/ev-window.c: (ev_window_cmd_escape):
12866         
12867         Work around the Escape conflict (find bar and unfullscreen)
12868
12869 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12870
12871         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12872         
12873         Fix for #300233. Next page correctly handles document end.
12874         
12875         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12876         (ev_sidebar_thumbnails_class_init),
12877         (ev_sidebar_thumbnails_set_document),
12878         (ev_sidebar_thumbnails_clear_job),
12879         (ev_sidebar_thumbnails_clear_model):
12880         
12881         Cleanup thumbnail jobs on document changes.
12882         
12883         * shell/ev-view.c: (add_scroll_binding_keypad),
12884         (add_scroll_binding_shifted), (ev_view_class_init):
12885         
12886         Shift + Space scrolls up. Fix for #173184
12887         
12888         * shell/ev-window.c: (ev_window_open_page),
12889         (ev_window_cmd_view_reload):
12890         
12891         Fix reload (Bug #300094)
12892
12893 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12894
12895         
12896         * dvi/mdvi-lib/assoc.c:
12897         * dvi/mdvi-lib/assoc.h: Removed garbage files
12898         
12899         * dvi/mdvi-lib/bitmap.c:
12900         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12901         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12902         * dvi/mdvi-lib/color.h: Antialias of rules
12903         
12904         * dvi/mdvi-lib/common.h:
12905         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12906         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12907         * dvi/mdvi-lib/files.c:
12908         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12909         * dvi/mdvi-lib/mdvi.h:
12910         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12911         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12912         * dvi/mdvi-lib/util.c: Fix compile warnings
12913         
12914         * dvi/dvi-document.c:
12915         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12916         (dvi_document_thumbnails_get_thumbnail),
12917         (dvi_document_document_thumbnails_iface_init):
12918         * dvi/mdvi-lib/Makefile.am:
12919         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12920         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12921         
12922         Dvi backend now renders thumbnails
12923
12924 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12925
12926         * shell/main.c: (main): 
12927         
12928         Save accelerators on exit. Fixes bug #172095.
12929
12930 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12931
12932         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12933         update priority" comment.
12934
12935         * backend/ev-job-queue.c: Give a way to change priority.
12936
12937 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12938
12939         * shell/ev-page-action.c: Fix logic.
12940
12941 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12942
12943         * shell/ev-view.c: (ev_view_can_find_next):
12944         * shell/ev-window.c: (ev_window_setup_document):
12945
12946         Check that the document supports find
12947
12948 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12949
12950         * data/evince-ui.xml:
12951         * shell/ev-view.c: (ev_view_can_find_next):
12952         * shell/ev-view.h:
12953         * shell/ev-window.c: (update_action_sensitivity),
12954         (find_changed_cb), (ev_window_setup_document),
12955         (ev_window_cmd_edit_find_next):
12956
12957         Add Edit->Find Next
12958
12959 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12960
12961         * pdf/ev-poppler.cc:
12962         * shell/ev-print-job.c: (idle_print_handler):
12963
12964         Make printing work again
12965
12966 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12967
12968         * shell/ev-page-action.h:
12969         * shell/ev-page-action.c: (ev_page_action_widget_init),
12970         (ev_page_action_widget_class_init), (page_changed_cb),
12971         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12972         (get_filter_model_from_model), (match_selected_cb),
12973         (display_completion_text), (match_completion), (update_model),
12974         (connect_proxy), (ev_page_action_set_property),
12975         (ev_page_action_get_property), (ev_page_action_set_document),
12976         (ev_page_action_set_model), (ev_page_action_class_init): Big
12977         reworking to make completions work iff we have >= GTK-2.7.0
12978                 
12979         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12980         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12981         (job_finished_cb): We now have a 'model' property that is set when
12982         the links are loaded.  This can be caught with "notify::model"
12983
12984         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12985         listen for the model to be set, and propagate it to the action.
12986
12987 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12988
12989         * cut-n-paste/recent-files/egg-recent-item.c:
12990         (egg_recent_item_set_uri), (make_valid_utf8),
12991         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12992         * cut-n-paste/recent-files/egg-recent-item.h:
12993         
12994         Update egg-recent from libegg. This should fix long
12995         startup problem. For details see
12996         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12997
12998 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12999
13000         * cut-n-paste/recent-files/Makefile.am:
13001         * data/evince-ui.xml, shell/Makefile.am:
13002         * shell/ev-application.c, shell/ev-application.h:
13003         * shell/ev-window.c: Recent files support.
13004         
13005         * configure.ac: Added "ru" to ALL_LINGUAS.
13006         
13007         * dvju: new backend to support DJVU files.
13008         * dvi: new backend to support DVI.
13009
13010         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
13011         * ev-application.c: Support for new backends.
13012         
13013         * help, ev-window.c, main.c shell/Makefile.am: 
13014         Evince user documentation.
13015
13016 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13017
13018         * po/POTFILES.in:
13019         * shell/ev-window.c:
13020         * thumbnailer/evince-thumbnailer.c:
13021
13022         s/pdf-document/ev-poppler
13023
13024 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
13025
13026         * NEWS:
13027         * configure.ac:
13028
13029         Release 0.2.0
13030
13031         * ps/ps-document.c: (setup_pixmap):
13032
13033         Remove debug code
13034
13035 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
13036
13037         * backend/ev-page-cache.c (ev_page_cache_next_page): 
13038         * shell/ev-window.c (ev_window_cmd_go_next_page) 
13039         (ev_window_cmd_go_first_page): Fix of by one errors.
13040
13041 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13042
13043         * ps/ps-document.c: (get_page_box):
13044
13045         Fix page size calculation
13046
13047 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13048
13049         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
13050         (ps_document_cleanup), (setup_pixmap), (get_page_box),
13051         (get_page_orientation), (setup_page), (document_load),
13052         (ps_document_get_page_size), (render_pixbuf_idle):
13053         * ps/ps-document.h:
13054
13055         More refactoring to adapt to EvDocument changes
13056
13057 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13058
13059         * ps/ps-document.c: (start_interpreter):
13060
13061         Actually add alpha args
13062
13063 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
13064
13065         * pdf/ev-poppler.cc:
13066
13067         Make clipboard work again
13068
13069 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
13070
13071         Make searching work again.
13072         
13073         * backend/ev-document.c:
13074         * backend/ev-document.h:
13075         * backend/ev-document-find.c:
13076         * backend/ev-document-find.h: Change EvDocumentIface so we no
13077         longer store the current page or zoom level in the document.  The
13078         consequence is that all calls that operate on the current page now
13079         instead take the page number as an extra argument, and all
13080         coordinates are now doubles in document coordinate system.
13081
13082         * pdf/ev-poppler.cc:
13083         * pixbuf/pixbuf-document.c:
13084         * ps/ps-document.c: Update backends accordingly.
13085
13086 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13087
13088         * autogen.sh:
13089
13090         Add required gettext version
13091
13092 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13093
13094         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13095         make F1 bring up non-existent help.
13096
13097         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13098         epiphany's find bar, #167477
13099
13100         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13101         <emil@nishra.com> to add space-bar scrolling, 
13102
13103         * shell/ev-window.c (static GtkActionEntry entries): add default
13104         keybinding for Help (F1)
13105         Fixes #171068
13106
13107         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13108         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13109         170110
13110
13111 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13112
13113         * Makefile.am: 
13114         * pixbuf/pixbuf-document.c: 
13115
13116         Got pixbuf backend working again
13117
13118 2005-04-01  Steve Murphy  <murf@e-tools.com>
13119
13120         * configure.in: Added "rw" to ALL_LINGUAS.
13121
13122 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13123
13124         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13125         model types, noticed by Martin Kretzschmar.
13126
13127 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13128
13129         * pdf/ev-poppler.cc: Implement search based on
13130         poppler_page_find_text().  Currently a bit crude since we remember
13131         all matches from all pages.  Also, we grab the big document lock
13132         when we search since searching changes the underlying stream and
13133         thus conflicts with the rendering thread.
13134         
13135         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13136         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13137         (ev_view_find_previous): Fix some page indexes to be 0 based,
13138         offset rubber band by view offset,
13139
13140 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13141
13142         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13143
13144 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13145
13146         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13147         completely because I didn't understand GtkActions.  I should
13148         read Marco's code more carefully in the future.
13149
13150         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13151         function
13152
13153 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13154
13155         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13156         PopplerRectangle change from poppler CVS.
13157
13158 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13159
13160         * backend/ev-document.c: (ev_document_get_page_label):
13161         * backend/ev-document.h:
13162         * backend/ev-page-cache.c: (_ev_page_cache_new),
13163         (ev_page_cache_get_page_label):
13164         * backend/ev-page-cache.h:
13165         * pdf/ev-poppler.cc:
13166         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13167         (links_page_num_func):
13168         * shell/ev-sidebar-thumbnails.c:
13169         (ev_sidebar_thumbnails_set_document):
13170         * shell/ev-view.c: (status_message_from_link),
13171         (ev_view_motion_notify_event):
13172         * shell/ev-window.c: (document_supports_sidebar): Add in page
13173         label support.  It's not perfect yet, but it's the first 'feature'
13174         in a while.
13175         Also, fix a bogus comment noticed by crispin. 
13176
13177 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13178
13179         * Makefile.am: Remove pixbuf backend for now
13180
13181         * configure.ac: Require poppler-glib instead of just poppler.
13182
13183         * backend/ev-document-thumbnails.h: Add a comment
13184
13185         * backend/ev-document.h:
13186         * backend/ev-document.c: (ev_document_class_init),
13187         (ev_document_load), (ev_document_get_link),
13188         (ev_document_get_links): Remove 3 methods and add get_links.
13189         Also, made 0 based.
13190
13191         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13192         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13193
13194         * backend/ev-link.c: (ev_link_set_title),
13195         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13196         (ev_link_mapping_find):
13197         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13198         
13199         * backend/ev-page-cache.c: (ev_page_cache_init),
13200         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13201         (ev_page_cache_get_size), (ev_page_cache_next_page),
13202         (ev_page_cache_prev_page): Fix to be 0 based.
13203
13204         * pdf/Makefile.am: 
13205         * pdf/ev-poppler.h:
13206         * pdf/ev-poppler.cc: New backend.
13207         
13208         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13209         (ps_document_get_page), (ps_document_document_iface_init):
13210
13211         * shell/ev-pixbuf-cache.h:
13212         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13213         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13214         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13215         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13216         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13217         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13218         based.
13219         
13220         * shell/ev-sidebar-thumbnails.c:
13221         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13222         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13223
13224         * shell/ev-view.c: (status_message_from_link),
13225         (find_page_at_location), (get_link_at_location),
13226         (ev_view_motion_notify_event), (ev_view_button_release_event),
13227         (ev_view_init): Use the new link code.  Fix to be 0 based.
13228
13229         * shell/ev-window.c: (update_action_sensitivity),
13230         (document_supports_sidebar): 0 based.
13231
13232 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13233
13234         * pdf/pdf-document.cc: Patch from Fernando Herrera
13235         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13236         *blush*
13237
13238 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13239
13240         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13241         1 to the page, as this seems to be 1 based.  I thought we has this
13242         fixed.  grump.
13243
13244 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13245
13246         * TODO:
13247         * backend/Makefile.am:
13248         * backend/ev-document-links.c:
13249         (ev_document_links_has_document_links),
13250         (ev_document_links_get_links_model):
13251         * backend/ev-document-links.h:
13252         * backend/ev-document.c: (ev_document_get_page_cache),
13253         (ev_document_get_doc_mutex), (ev_document_load),
13254         (ev_document_save), (ev_document_get_title),
13255         (ev_document_get_n_pages), (ev_document_set_page),
13256         (ev_document_get_page), (ev_document_set_target),
13257         (ev_document_set_scale), (ev_document_set_page_offset),
13258         (ev_document_get_page_size), (ev_document_get_text),
13259         (ev_document_get_link), (ev_document_render),
13260         (ev_document_render_pixbuf), (ev_document_scale_changed):
13261         * backend/ev-document.h:
13262         * backend/ev-job-queue.c: (remove_object_from_queue),
13263         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13264         (no_jobs_available_unlocked), (ev_render_thread),
13265         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13266         (ev_job_queue_remove_job):
13267         * backend/ev-job-queue.h:
13268         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13269         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13270         (ev_job_links_class_init), (ev_job_render_init),
13271         (ev_job_render_dispose), (ev_job_render_class_init),
13272         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13273         (ev_job_thumbnail_class_init), (ev_job_finished),
13274         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13275         (ev_job_render_run), (ev_job_thumbnail_new),
13276         (ev_job_thumbnail_run):
13277         * backend/ev-jobs.h:
13278         * backend/ev-link.c:
13279         * backend/ev-link.h:
13280         * backend/ev-page-cache.c: (ev_page_cache_init),
13281         (ev_page_cache_class_init), (ev_page_cache_finalize),
13282         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13283         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13284         (ev_page_cache_set_link), (ev_page_cache_get_title),
13285         (ev_page_cache_get_size), (ev_page_cache_next_page),
13286         (ev_page_cache_prev_page):
13287         * backend/ev-page-cache.h:
13288         * pdf/pdf-document.cc:
13289         * ps/gsdefaults.c:
13290         * ps/gsdefaults.h:
13291         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13292         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13293         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13294         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13295         (is_interpreter_ready), (output), (catchPipe), (input),
13296         (start_interpreter), (check_filecompressed), (compute_dimensions),
13297         (ps_document_enable_interpreter), (document_load),
13298         (ps_document_next_page), (render_page), (ps_document_set_page),
13299         (ps_document_set_scale), (render_pixbuf_idle),
13300         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13301         * ps/ps-document.h:
13302         * shell/Makefile.am:
13303         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13304         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13305         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13306         (ev_pixbuf_cache_new), (job_finished_cb),
13307         (check_job_size_and_unref), (move_one_job),
13308         (ev_pixbuf_cache_update_range), (find_job_cache),
13309         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13310         (ev_pixbuf_cache_add_jobs_if_needed),
13311         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13312         * shell/ev-pixbuf-cache.h:
13313         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13314         (idle_print_handler):
13315         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13316         (selection_changed_cb), (create_loading_model),
13317         (ev_sidebar_links_construct), (links_page_num_func),
13318         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13319         (update_page_callback), (job_finished_cb),
13320         (ev_sidebar_links_set_document):
13321         * shell/ev-sidebar-thumbnails.c:
13322         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13323         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13324         (page_changed_cb), (thumbnail_job_completed_callback),
13325         (ev_sidebar_thumbnails_set_document):
13326         * shell/ev-sidebar-thumbnails.h:
13327         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13328         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13329         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13330         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13331         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13332         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13333         (ev_view_button_release_event), (ev_view_scroll_view),
13334         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13335         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13336         (ev_view_new), (job_finished_cb), (page_changed_cb),
13337         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13338         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13339         (ev_view_find_previous):
13340         * shell/ev-view.h:
13341         * shell/ev-window.c: (update_action_sensitivity),
13342         (ev_window_open_page), (update_window_title), (update_total_pages),
13343         (page_changed_cb), (ev_window_setup_document),
13344         (password_dialog_response), (ev_window_cmd_save_as),
13345         (ev_window_print), (ev_window_cmd_go_previous_page),
13346         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13347         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13348         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13349         * shell/main.c: (main):
13350
13351         Merge evince-threads branch
13352
13353 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13354
13355         * configure.ac: Added "lt" to ALL_LINGUAS.
13356
13357 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13358
13359         * NEWS:
13360         * configure.ac:
13361
13362         Release 0.1.9
13363
13364 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13365
13366         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13367
13368         Fix here also the thumbnails 1-basedness :)
13369
13370 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13371
13372         * NEWS:
13373         * configure.ac:
13374
13375         Release 0.1.8
13376
13377 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13378
13379         * pdf/pdf-document.cc:
13380         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13381         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13382
13383         Fix the mess we did with thumbnails and 1-basedness
13384
13385 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13386
13387         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13388
13389 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13390
13391         * NEWS:
13392         * configure.ac:
13393
13394         Release 0.1.7
13395
13396 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13397
13398         * ps/Makefile.am:
13399         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13400         (gtk_gs_defaults_get_alpha_parameters),
13401         (gtk_gs_defaults_get_ungzip_cmd),
13402         (gtk_gs_defaults_get_unbzip2_cmd):
13403         * ps/gsdefaults.h:
13404         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13405         (ps_document_get_orientation), (document_load),
13406         (ps_document_goto_page), (ps_document_set_page_size):
13407         * ps/ps-document.h:
13408
13409         Some more sanitization of the ps backend. Remove a lot
13410         of unused code and do not base our defaults on ggv
13411         preferences (ugh!)
13412
13413 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13414
13415         * thumbnailer/evince-thumbnailer.schemas:
13416         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13417         (main): add -s option for thumbnail size.
13418
13419 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13420
13421         * configure.ac:
13422
13423         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13424         remove it.
13425
13426 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13427
13428         * pdf/pdf-document.cc:
13429
13430         Remove 4 pixels of useless border from the
13431         thumbnail.
13432
13433 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13434
13435         * backend/ev-document-thumbnails.c:
13436         (ev_document_thumbnails_get_thumbnail):
13437         * backend/ev-document-thumbnails.h:
13438
13439         Rework API a bit. Add a border flag and
13440         change sizing logic (now the size we specify
13441         applies to the bigger dimension).
13442
13443         * pdf/pdf-document.cc:
13444         * pixbuf/pixbuf-document.c:
13445         (pixbuf_document_thumbnails_get_thumbnail):
13446         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13447         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13448
13449         Adapt to the new API and do not draw a border for nautilus
13450         thumbnailer.
13451
13452 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13453
13454         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13455         take thumbnails from page "0" instead of "1". Added a copyright header.
13456
13457 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13458
13459         * ps/ps-document.c: (set_up_page), (start_interpreter):
13460
13461         Make it C89 compliant
13462
13463 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13464
13465         * Makefile.am:
13466         * configure.ac:
13467         * pdf/.cvsignore:
13468         * pdf/pdf-document.cc:
13469         * thumbnailer/Makefile.am:
13470         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13471         (main):
13472         * thumbnailer/evince-thumbnailer.schemas:
13473         * thumbnailer/pdf-icon.png:
13474
13475         Add a nautilus thumbnailer.
13476         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13477
13478 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13479
13480         * NEWS:
13481         * configure.ac:
13482         * po/POTFILES.in:
13483
13484         Release 0.1.6
13485
13486 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13487
13488         Use poppler instead of including xpdf source code.  Poppler is a
13489         fork of xpdf to build it as a shared library. See
13490         http://freedesktop.org/wiki/Software/poppler.
13491
13492         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13493         xpdf fork.
13494         
13495         * pdf/Makefile.am: Build libpdfdocument.a here.
13496         
13497         * pdf/GDKSplashOutputDev.cc:
13498         * pdf/GDKSplashOutputDev.h:
13499         * pdf/GnomeVFSStream.cc:
13500         * pdf/GnomeVFSStream.h:
13501         * pdf-document.cc:
13502         * pdf-document.h:
13503         * test-gdk-output-dev.cc
13504         * Thumb.cc:
13505         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13506         against poppler.
13507
13508 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13509
13510         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13511
13512         Clear idle stack before unsetting the document
13513
13514 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13515
13516         * ps/ps-document.c: (ps_document_widget_event),
13517         (ps_document_set_target), (ps_document_finalize),
13518         (ps_document_get_page):
13519
13520         Disconnect the widget event signal on finalize.
13521         Some code cleanups.
13522
13523 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13524
13525         * ps/ps-document.c: (set_up_page):
13526
13527         If there is no bpixmap create one, even if size
13528         is not changed.
13529
13530 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13531
13532         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13533         (set_up_page), (document_load), (ps_document_set_zoom):
13534
13535         Default page is 0. Calculate size even when we have no
13536         target yet.
13537
13538 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13539
13540         * shell/ev-sidebar.c: expand the selection widget to be always as
13541         wide as the sidebar
13542
13543 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * shell/ev-sidebar-thumbnails.c:
13546         (ev_sidebar_thumbnails_set_document):
13547
13548         Clear the list store when setting document
13549
13550 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13551
13552         * shell/ev-page-action.c: (update_entry), (sync_entry),
13553         (activate_cb), (entry_size_request_cb), (create_tool_item),
13554         (connect_proxy):
13555
13556         Use an entry for the page control instead of spinbuttons
13557
13558 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13559
13560         * data/evince.schemas.in:
13561
13562         Correct confusing string
13563
13564 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13565
13566         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13567         for real.  Gosh, how long has this been broken.
13568
13569         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13570         check for a NULL link.  We crash otherwise.
13571
13572 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13573
13574         * NEWS:
13575         * configure.ac:
13576
13577         Release 0.1.5
13578
13579 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13580
13581         * configure.ac: add the french translation.
13582
13583 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13584
13585         * shell/ev-window.c:
13586
13587         Remove unused header -> fix distcheck
13588
13589 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13590
13591         * shell/ev-window.c: (update_window_title),
13592         (ev_window_popup_password_dialog):
13593
13594         Unescape filename for display
13595
13596 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13597
13598         * pdf/xpdf/pdf-document.cc:
13599
13600         In get_page_size deal with rotation. Also
13601         cleanup the function a bit.
13602
13603 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13604
13605         * pdf/xpdf/pdf-document.cc:
13606
13607         Fix crash when opening in new window
13608
13609 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13610
13611         * configure.ac:
13612
13613         Check ghostscript >= 7
13614
13615 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13616
13617         * shell/ev-window.c:
13618
13619         Make page width the default sizing mode
13620
13621 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13622         Marco Pesenti Gritti <marco@gnome.org>
13623
13624         * shell/ev-window.c: Remember the sidebar size
13625
13626         * data/evince.schemas.in: Add a new gconf key to store the size of
13627         the sidebar
13628
13629 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13630
13631         * data/evince-ui.xml:
13632         * shell/ev-window.c: (update_action_sensitivity),
13633         (ev_window_cmd_view_reload):
13634         
13635         Add a "Reload" action and menu entry
13636
13637 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13638
13639         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13640         iff the type doesn't support thumbnailing and indexing.
13641
13642 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13643
13644         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13645
13646 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13647
13648         * pdf/splash/Splash.cc:
13649
13650         Port fix for a crasher from kde bug
13651         http://bugs.kde.org/show_bug.cgi?id=97131
13652
13653 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13654
13655         * pdf/xpdf/pdf-document.cc:
13656
13657         Return a link even if it's of an unrecognized
13658         type. Otherwise we go in an infinte cycle.
13659
13660 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13661
13662         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13663         (size_allocate_cb), (ev_window_set_sizing_mode):
13664
13665         Update size when switching mode
13666
13667 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13668
13669         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13670         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13671         (ev_window_cmd_view_normal_size):
13672
13673         Fix size toggle buttons behavior
13674
13675 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13678         (doc_rect_to_view_rect), (ev_view_size_allocate),
13679         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13680         (scale_changed_callback):
13681
13682         Do not cache offsets in size_allocate.
13683
13684 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13685
13686         * shell/ev-view.c: (ev_view_size_allocate):
13687
13688         Calculate offsets before calling the parent
13689         class (which does a redraw)
13690
13691 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * pdf/xpdf/pdf-document.cc:
13694
13695         Fix a crasher on exit. Unused code, put a TODO
13696
13697 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13698
13699         * backend/ev-document.c: (ev_document_class_init),
13700         (ev_document_page_changed), (ev_document_scale_changed):
13701         * backend/ev-document.h:
13702
13703         Separate page/scale notifications
13704
13705         * pdf/xpdf/pdf-document.cc:
13706
13707         Emit the new signals.
13708         Do not display the pdf page in _render, do it
13709         when scale/page are requested.
13710
13711         * ps/ps-document.c: (ps_document_set_zoom),
13712         (ps_document_widget_event):
13713         * ps/ps-document.h:
13714
13715         Emit the new signals.
13716
13717         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13718         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13719         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13720         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13721         * shell/ev-view.h:
13722         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13723         (ev_window_cmd_view_page_width), (size_allocate_cb),
13724         (ev_window_set_sizing_mode):
13725
13726         Rework sizing to be pixel based.
13727         There are bugs but should be already way better.
13728
13729 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13730
13731         * shell/ev-window.c: (ev_window_init):
13732
13733         Do not allow to shrink sidebar smaller then
13734         child requisition
13735
13736 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13737
13738         * shell/ev-sidebar.[ch]
13739         * shell/ev-window.c:
13740
13741         Improved sidebar widget. Fixes #166683
13742
13743 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13744
13745         * shell/ev-view.c (update_find_status_message): Give translators
13746         more flexibility with ngettext plural handling.
13747
13748 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13749
13750         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13751         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13752         page when we get the page size.
13753
13754 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13755
13756         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13757
13758         ps pages are 0 based, convert 
13759
13760 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13761
13762         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13763
13764         Initialize correct parent class. Set GError on document load
13765
13766 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13767
13768         * pdf/xpdf/pdf-document.cc:
13769
13770         Fixup selection offset calculation
13771
13772         * shell/ev-view.c: (view_rect_to_doc_rect),
13773         (doc_rect_to_view_rect), (ev_view_size_allocate),
13774         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13775         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13776
13777         Store selection as document relative, so that zooming
13778         and offset changing doesnt break it.
13779
13780 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13781
13782         * shell/ev-view.c: (ev_view_best_fit):
13783
13784         Do not try to best fit if the view is not realized
13785
13786 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13787           
13788         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13789
13790 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13791
13792         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13793
13794 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13795
13796         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13797         the popup window.  That prevents it resizing when in full screen
13798         mode.
13799
13800         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13801         multiple rerenders.  This pretty much sucks.
13802
13803         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13804         rest of the toolbar.
13805
13806 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13807
13808         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13809
13810 2005-02-17  Alexander Shopov  <ash@contact.bg>
13811
13812         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13813
13814 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13815
13816         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13817
13818 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13819
13820         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13821         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13822         (set_document_page), (document_changed_callback),
13823         (ev_view_set_document), (ev_view_find_previous),
13824         (ev_view_hide_cursor), (ev_view_show_cursor):
13825         * shell/ev-view.h:
13826         * shell/ev-window.c: (update_chrome_visibility),
13827         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13828         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13829         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13830         (ev_window_unfullscreen):
13831         * shell/main.c: (main):
13832
13833         Automatically hide the fullscreen button.
13834         Patch by Kristian Høgsberg <krh@redhat.com>
13835
13836 2005-02-16  Vincent Noel  <vnoel@cox.net>
13837
13838         * shell/main.c (main): Specify an icon for the window. Patch by
13839         Jaap A. Haitsma. Fixes #166177.
13840
13841 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13842
13843         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13844
13845 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13846
13847         * backend/ev-document-misc.h:
13848         * backend/ev-document-misc.c:
13849         (ev_document_misc_get_page_border_size),
13850         (ev_document_misc_paint_one_page): New function to canonicalize
13851         sizing/painting a border.
13852
13853         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13854         used.
13855
13856         * pdf/xpdf/pdf-document.cc: use new function
13857
13858         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13859         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13860         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13861         shell/ev-window.c: (update_sizing_buttons),
13862         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13863         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13864         (ev_window_cmd_view_page_width), (size_allocate_cb),
13865         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13866         and "fit width" values act as toggle buttons so they stay
13867         toggled.  It's not 100% perfect, and it's a little slow, but it's
13868         good enough to commit I think.
13869
13870 2005-02-15  David Lodge  <dave@cirt.net>
13871
13872         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13873
13874 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13875
13876         * shell/ev-window.c (update_window_title): replace newlines in
13877         the title by spaces. Bug #166107.
13878
13879 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13880
13881         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13882         parameters providing allocation width and height without
13883         scrollbars and width of a possible vertical scrollbar. With this
13884         additional information the functions can work as
13885         intended. Unfortunately they're not idempotent. We should
13886         transform these commands to toggles. Fixes Bug #164976
13887         Initial patch by Stephane Loeuillet, then heavily modified.
13888
13889         * shell/ev-view.h: update prototypes.
13890
13891         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13892         (ev_window_cmd_view_page_width): provide EvView fit functions with
13893         all the information they need. Formulas to calculate this
13894         information taken from GtkScrolledWindow.
13895
13896 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13897
13898         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13899         created a thumbnail, the list store is updated to know
13900         that the thumbnail is set. Fixes bug #166792
13901
13902 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13903
13904         * shell/ev-window.c: fixed typo, closes bug 166897
13905
13906         * TODO: updated TODO with bug numbers that are relevant
13907
13908 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13909
13910         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13911
13912 2005-02-09  Vincent Noel  <vnoel@cox.net>
13913
13914         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13915         and "Next" toolbar buttons as important to make them stand out.
13916
13917 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13918
13919         * lib/ev-debug.c:
13920         * lib/ev-debug.h:
13921         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13922         (start_interpreter), (stop_interpreter), (document_load),
13923         (ps_document_next_page), (ps_document_goto_page),
13924         (ps_document_set_page_size), (ps_document_widget_event),
13925         (ps_document_render):
13926         * shell/ev-page-view.c: (ev_page_view_dispose):
13927         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13928
13929         Fix compilation on non-gcc platforms
13930
13931 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13932
13933         * NEWS:
13934         * configure.ac:
13935
13936         Release 0.1.4
13937
13938         * pdf/xpdf/Catalog.cc:
13939         * pdf/xpdf/XRef.cc:
13940
13941         Fix the fix for CAN-2004-0888
13942
13943 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13944
13945         * data/Makefile.am:
13946         * data/evince-ui.xml:
13947         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13948         * shell/ev-stock-icons.h:
13949         * shell/ev-window.c: (update_action_sensitivity),
13950         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13951         (set_action_properties):
13952
13953         Improve toolbar layout/icons
13954
13955 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13956
13957         * pdf/xpdf/pdf-document.cc:
13958
13959         Add warnings about unimplemented/unknown link
13960         types.
13961
13962 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13963
13964         * ps/ps-document.c: (set_up_page):
13965
13966         Log gs property
13967
13968 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13969
13970         * ps/ps-document.c: (start_interpreter):
13971
13972         Log gs env var
13973
13974 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13975
13976         * shell/ev-page-view.c: (ev_page_view_dispose):
13977         * shell/ev-view.c: (ev_view_finalize):
13978         * shell/ev-window.c: (ev_window_setup_document),
13979         (ev_window_dispose), (ev_window_init):
13980
13981         Solve more refs issues.
13982
13983         I commented out the page_view initialization for now:
13984         it was never destroyed (because it's never added
13985         to a container). Because of that we was leaking
13986         gs processes. Couldnt think to a clean fix.
13987         We need to figure this out, password view has the
13988         same issue probably.
13989
13990 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13991
13992         * ps/ps-document.c: (ps_document_finalize),
13993         (ps_document_get_n_pages), (ps_document_get_page):
13994
13995         Some cleanups, stop the interpreter on finalize
13996
13997         * shell/ev-page-view.c: (ev_page_view_dispose),
13998         (ev_page_view_class_init):
13999
14000         Release our reference on the document
14001
14002 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14003
14004         * Makefile.am:
14005         * configure.ac:
14006         * doc/debugging.txt:
14007         * lib/.cvsignore:
14008         * lib/Makefile.am:
14009         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
14010         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
14011         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
14012         * lib/ev-debug.h:
14013
14014         Add debugging helpers
14015
14016         * ps/Makefile.am:
14017         * ps/ps-document.c: (set_up_page), (start_interpreter),
14018         (stop_interpreter), (document_load), (ps_document_next_page),
14019         (ps_document_goto_page), (ps_document_set_page_size),
14020         (ps_document_widget_event), (ps_document_render):
14021         * shell/Makefile.am:
14022         * shell/ev-view.c: (expose_bin_window):
14023         * shell/main.c: (main):
14024
14025         Add some logs
14026         
14027 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
14028
14029         * ps/ps-document.c: (ps_document_widget_event):
14030
14031         Initialize message_window, this should make ps
14032         rendering really work! (Never noticed because I was
14033         testing with a ps that is causing gs to exit every time!)
14034
14035 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
14036
14037         * data/evince.schemas.in: updated simple error in applyto closing tag
14038
14039 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
14040
14041         * Makefile.am:
14042         * configure.ac:
14043         * data/.cvsignore:
14044         * data/Makefile.am:
14045         * data/evince-ui.xml:
14046         A data/evince.schemas.in:
14047         * po/POTFILES.in:
14048         * shell/ev-stock-icons.c: (ev_stock_icons_init):
14049         * shell/ev-stock-icons.h:
14050         * shell/ev-window.c: (update_chrome_visibility),
14051         (update_chrome_flag), (ev_window_cmd_edit_find),
14052         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
14053         (ev_window_unfullscreen), (ev_window_focus_in_event),
14054         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
14055         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
14056         (ev_window_view_sidebar_cb), (find_bar_close_cb),
14057         (ev_window_dispose), (ev_window_class_init),
14058         (set_action_properties), (set_chrome_actions), (load_chrome),
14059         (ev_window_init):
14060
14061         Implement fullscreen mode changes from bug #164776.
14062         Also implement persistent chrome toggles.
14063
14064 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
14065
14066         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
14067
14068 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14069
14070         * NEWS:
14071         * configure.ac:
14072         * shell/ev-view.c:
14073
14074         Add another check for find interface
14075
14076         Release 0.1.3
14077
14078 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14079
14080         * shell/ev-application.c: (ev_application_open):
14081         * shell/ev-window.c: (ev_window_open):
14082
14083         Open gzipped ps documents
14084
14085 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14086
14087         * TODO:
14088         * shell/ev-view.c: (set_document_page):
14089
14090         Clamp page number, dont try to move to
14091         not existant pages.
14092
14093 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14094
14095         * backend/ev-document-find.c: (ev_document_find_changed):
14096         * backend/ev-document-find.h:
14097         * pdf/xpdf/pdf-document.cc:
14098         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14099         * shell/ev-window.c: (find_bar_search_changed_cb):
14100
14101         Fix several bugs with find
14102
14103 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14104
14105         * shell/ev-sidebar-thumbnails.c
14106         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14107         document. Prevents warning from scroll_to_cell.
14108
14109 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14110
14111         * configure.ac: Add «nb» to ALL_LINGUAS too.
14112
14113 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14114
14115         * NOTES: New file with some random thoughts.
14116
14117         * TODO: Update.
14118
14119         * backend/ev-document-misc.c:
14120         (ev_document_misc_get_page_border_size): New function to
14121         canonicalize shadow drawing sizes.  Possibly goofy.
14122
14123         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14124         (ev_view_best_fit), (ev_view_fit_width):
14125         * pdf/xpdf/pdf-document.cc:
14126         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14127         * ps/ps-document.c: (ps_document_get_page_size):
14128         * backend/ev-document-misc.h:
14129         * backend/ev-document.c: (ev_document_get_page_size):
14130         * backend/ev-document.h: get_page_size now takes a page number
14131         parameter.  Made all the backends/frontends honor it.
14132
14133         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14134         see.  Doesn't work yet.
14135
14136         * shell/Makefile.am:
14137         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14138         Doesn't do anything yet.
14139
14140         * shell/ev-sidebar-thumbnails.c:
14141         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14142         [0..n_pages-1]
14143
14144         * shell/ev-window.c: (update_action_sensitivity),
14145         (ev_window_setup_document), (ev_window_set_page_mode),
14146         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14147         view-swapping code a bit so we can have multiple views on a
14148         document.  Add the multi-page view, though it can't be turned on
14149         yet.
14150
14151 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14152
14153         * shell/ev-application.c: (ev_application_open):
14154         * shell/ev-view.c: (expose_bin_window):
14155         * shell/ev-window.c: (ev_window_open):
14156
14157         Support eps and check document supports find
14158         before drawing highlightings in expose.
14159
14160 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14161
14162         * pixbuf/pixbuf-document.c:
14163         (pixbuf_document_thumbnails_get_dimensions),
14164         (pixbuf_document_document_thumbnails_iface_init):
14165
14166         implement get_dimensions
14167
14168 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14169
14170         * NEWS:
14171         * configure.ac:
14172
14173         Release 0.1.2
14174
14175 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14176
14177         * shell/ev-view.c: (set_document_page):
14178
14179         Scroll at the top of the page when changing page
14180
14181 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14182
14183         * shell/ev-view.c: (ev_view_motion_notify_event):
14184
14185         Do not redraw unnecessarily
14186
14187 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14188
14189         * pdf/xpdf/pdf-document.cc:
14190         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14191         (expose_bin_window), (find_changed_cb):
14192
14193         Yay! find works now... Now to find bugs...
14194
14195 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14196
14197         * backend/ev-document-find.c: (ev_document_find_base_init),
14198         (ev_document_find_changed):
14199         * backend/ev-document-find.h:
14200         * pdf/xpdf/pdf-document.cc:
14201         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14202         (expose_bin_window), (ev_view_init), (set_document_page),
14203         (ensure_rectangle_is_visible), (jump_to_find_result),
14204         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14205         (ev_view_find_next), (ev_view_find_previous):
14206         * shell/ev-view.h:
14207         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14208
14209         More work on find implementation, mostly there now
14210
14211 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14212
14213         * backend/ev-backend-marshalers.list:
14214         * backend/ev-document-find.c: (ev_document_find_base_init),
14215         (ev_document_find_cancel), (ev_document_find_page_has_results),
14216         (ev_document_find_get_n_results), (ev_document_find_get_result),
14217         (ev_document_find_get_progress), (ev_document_find_changed):
14218         * backend/ev-document-find.h:
14219
14220         Enanche the find interface to be really able to do
14221         multi page find.
14222
14223         * pdf/xpdf/pdf-document.cc:
14224
14225         Implement
14226
14227         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14228         (expose_bin_window), (ev_view_init),
14229         (ev_view_get_find_status_message), (find_changed_cb),
14230         (ev_view_set_document), (set_document_page):
14231
14232         Adapt to the new interface. A few things are regressed sorry,
14233         I will finish it soon.
14234
14235 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14236
14237         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14238         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14239         ev_sidebar_thumbnails_parent_class variable, don't define another
14240         parent_class variable.
14241
14242         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14243         (ev_page_action_class_init): ditto.
14244
14245         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14246         (pixbuf_document_class_init): ditto.
14247
14248         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14249         ditto.
14250
14251         * .cvsignore: ignore various valgrind output files.
14252
14253 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14254
14255         * data/evince-ui.xml:
14256         * shell/Makefile.am:
14257         * shell/ev-history.c:
14258         * shell/ev-history.h:
14259         * shell/ev-navigation-action.c:
14260         * shell/ev-navigation-action.h:
14261         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14262         (ev_view_set_page), (ev_view_fit_width):
14263         * shell/ev-view.h:
14264         * shell/ev-window.c: (update_action_sensitivity),
14265         (ev_window_setup_document), (register_custom_actions):
14266
14267         Kill session history
14268
14269 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14270
14271         * shell/ev-window.c: (update_action_sensitivity):
14272
14273         Fix inverted up/down buttons
14274
14275 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14276
14277         * shell/ev-sidebar-thumbnails.c
14278         (ev_sidebar_thumbnails_select_page): make sure the selected
14279         thumbnail stays visible.
14280
14281 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14282
14283         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14284         scrolled window for Federico.
14285
14286 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14287
14288         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14289
14290 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14291
14292         * configure.ac:
14293         * pdf/splash/SplashFTFontEngine.cc:
14294
14295         Fix CID fonts with freetype 2.1.9
14296
14297 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14298
14299         * TODO: added item for desktop icon thumbnailer
14300
14301 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14302
14303         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14304         unloaded docs when the title is accessed.
14305
14306         * shell/ev-password-view.[hc]: New widget for displaying password
14307         state.
14308
14309         * shell/ev-window.[ch]: Refactor password handling code to handle
14310         the new view.
14311
14312 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14313
14314         * NEWS:
14315         * configure.ac:
14316         * data/Makefile.am:
14317
14318         Release 0.1.1
14319
14320 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14321
14322         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14323         ignore page offset here, to make search results independent of it,
14324
14325         * shell/ev-view.c (expose_bin_window): but take offsets into
14326         account here. Bug #164932
14327
14328         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14329         scale at the right time. Bug #164996
14330
14331 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14332
14333         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14334         fix the problem. Now I just removed the Adobe font names and hope
14335         that the URW fonts are always in outline format. Bug #164934
14336
14337         * shell/ev-window.c (update_window_title): empty titles are
14338         useless, use filename in that case too.
14339
14340         * NEWS: Add some content.
14341
14342 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14343
14344         * TODO: added one more TODO item and a TODONE section :)
14345
14346 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14347
14348         * ps/ps-document.h: add page_[xy]_offset fields.
14349
14350         * ps/ps-document.c (ps_document_set_page_offset)
14351         (ps_document_render): Keep offset in consideration in a few
14352         places. Bug #164752 "postscript documents are not centered in
14353         window"
14354
14355         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14356         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14357
14358         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14359         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14360         stub out missing methods for complete EvDocument implementation.
14361         Fixes segfaults with Save A Copy and Copy actions.
14362
14363         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14364         (ps_document_document_iface_init): ditto.
14365         
14366 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14367
14368         * data/.cvsignore:
14369         * data/Makefile.am:
14370         * data/evince.desktop.in:
14371
14372         Add desktop file
14373
14374 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14375
14376         * shell/ev-view.c: (ev_view_button_press_event),
14377         (ev_view_motion_notify_event):
14378
14379         Make selection work in any direction
14380
14381 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14382
14383         * TODO:
14384         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14385
14386         Use shorter labels for some of the toolbars items
14387
14388 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14389
14390         * pdf/xpdf/pdf-document.cc:
14391
14392         Check the links info is initialized before
14393         using it. Should fix a crash on startup.
14394
14395 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14396
14397         * pixbuf/pixbuf-document.c
14398         (pixbuf_document_thumbnails_get_dimensions): force floating point
14399         division to calculate page_ratio. Fixes crash with landscape
14400         format pixbufs.
14401
14402 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14403
14404         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14405
14406 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14407
14408         * shell/ev-view.c (set_document_page): unset has_selection when
14409         the page changes.
14410         (set_document_page): handle paper size changes when the page
14411         changes (test with Free Culture, page 2).
14412
14413 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14414
14415         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14416         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14417
14418         Use normal style color for the widget background and
14419         draw a black box around the page.
14420
14421 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14422
14423         * pdf/xpdf/pdf-document.cc:
14424
14425         Keep offset in consideration in a few places
14426
14427         * shell/ev-view.c: (expose_bin_window):
14428
14429         Set the offsets so that the document is ever centered
14430
14431 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14432
14433         * TODO: Added TODO items and finished off the first todo item
14434
14435         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14436         reflect current authors
14437
14438 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14439
14440         * pdf/xpdf/pdf-document.cc:
14441         * shell/ev-view.c: (ev_view_set_cursor),
14442         (ev_view_motion_notify_event), (document_changed_callback),
14443         (set_document_page):
14444
14445         Show a wait cursor while the page is rendering
14446
14447 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14448
14449         * shell/ev-sidebar-thumbnails.c:
14450         (ev_sidebar_tree_selection_changed),
14451         (ev_sidebar_thumbnails_select_page):
14452         * shell/ev-sidebar-thumbnails.h:
14453         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14454         (ev_view_can_go_forward):
14455         * shell/ev-window.c: (ev_window_open_page),
14456         (ev_window_setup_document), (update_current_page),
14457         (view_page_changed_cb), (ev_window_init):
14458         * shell/ev-window.h:
14459
14460         Ensure thumbnails selection, toolbar page control and
14461         current page are in sync.
14462
14463 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14464
14465         * pdf/xpdf/XRef.cc:
14466
14467         Fix CAN-2005-0064
14468
14469 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14470
14471         * backend/Makefile.am:
14472         * backend/ev-document-links.h:
14473         * backend/ev-document-security.c: (ev_document_security_get_type),
14474         (ev_document_security_has_document_security),
14475         (ev_document_security_set_password):
14476         * backend/ev-document-security.h:
14477         * backend/ev-document.c: (ev_document_error_quark):
14478         * backend/ev-document.h:
14479         * data/Makefile.am:
14480         * data/evince-password.glade:
14481         * pdf/xpdf/pdf-document.cc:
14482         * shell/Makefile.am:
14483         * shell/ev-password.c: (ev_password_set_bad_password_label),
14484         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14485         (ev_password_dialog_get_password),
14486         (ev_password_dialog_set_bad_pass):
14487         * shell/ev-password.h:
14488         * shell/ev-window.c: (ev_window_get_attribute),
14489         (ev_window_set_property), (update_action_sensitivity),
14490         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14491         (ev_window_setup_document), (ev_window_get_password),
14492         (ev_window_open), (ev_window_cmd_save_as),
14493         (using_postscript_printer), (ev_window_print),
14494         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14495         (update_fullscreen_popup), (ev_window_fullscreen),
14496         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14497         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14498         (menu_item_select_cb), (find_bar_search_changed_cb),
14499         (ev_window_dispose), (ev_window_init):
14500
14501         Add initial support for password-supported dialogs.  This could be
14502         a lot cooler, but it'll do for now.
14503
14504 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14505
14506         * pdf/xpdf/pdf-document.cc:
14507         * shell/ev-view.c: (status_message_from_link),
14508         (ev_view_set_status), (ev_view_set_cursor),
14509         (ev_view_motion_notify_event), (ev_view_init):
14510         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14511
14512         Fix bugs in the links implementation and change cursor
14513         when hovering a link.
14514
14515 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14516
14517         * viewer/.cvsignore: added cvsignore file for viewer directory
14518
14519         * TODO: created TODO document
14520
14521 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14522
14523         * shell/ev-view.h:
14524         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14525         new functions to help with implementation of sensitivity code
14526         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14527         of all actions that might require it.  Fixes a crash when you
14528         click on the Zoom actions in a window lacking a document.
14529
14530 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14531
14532         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14533         of the Find action
14534
14535 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14536
14537         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14538         (pixbuf_document_document_iface_init):
14539         * ps/ps-document.c: (ps_document_get_link),
14540         (ps_document_document_iface_init):
14541         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14542         (status_message_from_link), (ev_view_set_status),
14543         (ev_view_set_find_status), (ev_view_motion_notify_event),
14544         (ev_view_button_release_event), (ev_view_set_property),
14545         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14546         (ev_view_get_find_status_message), (update_find_results),
14547         (ev_view_get_status), (ev_view_get_find_status):
14548         * shell/ev-view.h:
14549         * shell/ev-window.c: (view_status_changed_cb),
14550         (view_find_status_changed_cb), (ev_window_init):
14551
14552         View status message support, use it to show the links.
14553         Needs work...
14554
14555 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14556
14557         * backend/ev-document.c: (ev_document_get_link):
14558         * backend/ev-document.h:
14559         * pdf/xpdf/pdf-document.cc:
14560         * shell/ev-application.c: (ev_application_open):
14561         * shell/ev-application.h:
14562         * shell/ev-sidebar-links.c: (selection_changed_cb):
14563         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14564         (ev_view_go_to_link):
14565
14566         Add support for document links
14567
14568 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14569
14570         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14571         (create_tool_item):
14572         Set the spin button limits correctly.
14573         
14574         * shell/ev-sidebar-thumbnails.c:
14575         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14576         Support changing pages by clicking on the thumbnails.
14577         
14578 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14579
14580         * pixbuf/pixbuf-document.c:
14581         (pixbuf_document_thumbnails_get_dimensions),
14582         (pixbuf_document_document_thumbnails_iface_init):
14583
14584         implement get_dimensions
14585
14586 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14587
14588         * ps/ps-document.c: (ps_document_goto_page):
14589
14590         Fix page switching on multipage documents
14591
14592 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14593
14594         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14595         
14596         check for NULL before assigning to width and height parameters
14597
14598 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14599
14600         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14601         (pixbuf_document_set_property), (pixbuf_document_get_property):
14602
14603         implement get/set properties
14604
14605 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14606
14607         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14608         
14609         return NULL instead of "Unknown", letting the title get set to
14610         the filename when the pdf has no title.
14611
14612 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14613
14614         * ps/ps-document.c: (ps_document_get_page_count),
14615         (ps_document_goto_page):
14616
14617 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14618
14619         * shell/ev-history.c: (ev_history_get_property),
14620         (ev_history_set_property), (ev_history_class_init),
14621         (ev_history_add_page), (ev_history_set_current_index):
14622         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14623         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14624         (ev_navigation_action_finalize):
14625         * shell/ev-navigation-action.h:
14626         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14627         (ev_view_go_forward), (ev_view_get_find_status_message),
14628         (history_index_changed_cb), (ev_view_set_history):
14629         * shell/ev-view.h:
14630         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14631         (update_current_page), (register_custom_actions):
14632
14633         Implement history dropdowns
14634
14635 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14636
14637         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14638         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14639         (ev_view_go_forward):
14640         * shell/ev-window.c: (register_custom_actions):
14641
14642         Fix several history bugs
14643
14644 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14645
14646         * configure.ac: Add «nb» to ALL_LINGUAS.
14647
14648 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14649
14650         * backend/Makefile.am:
14651         * backend/ev-bookmark.c:
14652         * backend/ev-bookmark.h:
14653         * backend/ev-document-bookmarks.c:
14654         * backend/ev-document-bookmarks.h:
14655         * backend/ev-document-links.c: (ev_document_links_get_type),
14656         (ev_document_links_has_document_links),
14657         (ev_document_links_begin_read), (ev_document_links_get_link),
14658         (ev_document_links_get_child), (ev_document_links_next),
14659         (ev_document_links_free_iter):
14660         * backend/ev-document-links.h:
14661         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14662         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14663         (ev_link_get_link_type), (ev_link_set_link_type),
14664         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14665         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14666         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14667         (ev_link_new_external):
14668         * backend/ev-link.h:
14669         * pdf/xpdf/pdf-document.cc:
14670         * shell/Makefile.am:
14671         * shell/ev-application.c: (ev_application_open_link):
14672         * shell/ev-application.h:
14673         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14674         (ev_history_get_link_nth):
14675         * shell/ev-history.h:
14676         * shell/ev-sidebar-bookmarks.c:
14677         * shell/ev-sidebar-bookmarks.h:
14678         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14679         (ev_sidebar_links_class_init), (selection_changed_cb),
14680         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14681         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14682         (do_one_iteration), (populate_links_idle),
14683         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14684         * shell/ev-sidebar-links.h:
14685         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14686         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14687         (go_to_index):
14688         * shell/ev-view.h:
14689         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14690         * shell/ev-window.h:
14691
14692         Rename bookmark to link, and use "Index" for the sidebar panel.
14693
14694 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14695
14696         * shell/Makefile.am:
14697         * shell/ev-application.c: (ev_application_open_bookmark):
14698         * shell/ev-application.h:
14699         * shell/ev-history.c: (ev_history_init), (free_links_list),
14700         (ev_history_finalize), (ev_history_class_init),
14701         (ev_history_add_link), (ev_history_add_page),
14702         (ev_history_get_link_nth), (ev_history_get_n_links),
14703         (ev_history_get_current_index), (ev_history_set_current_index),
14704         (ev_history_new):
14705         * shell/ev-history.h:
14706         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14707         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14708         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14709         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14710         (ev_view_set_page):
14711         * shell/ev-view.h:
14712         * shell/ev-window.c: (ev_window_open_bookmark),
14713         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14714         (goto_page_cb), (register_custom_actions):
14715         * shell/ev-window.h:
14716
14717         Initial history implementation. Needs work.
14718
14719 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14720
14721         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14722
14723 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14724
14725         * cut-n-paste/recent-files/egg-recent-item.c:
14726         * cut-n-paste/recent-files/egg-recent-item.h:
14727         * cut-n-paste/recent-files/egg-recent-model.c:
14728         * cut-n-paste/recent-files/egg-recent-util.c:
14729         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14730         * cut-n-paste/recent-files/egg-recent-view.c:
14731
14732         Update
14733
14734 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14735
14736         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14737         (fillGlyph, fillImageMask, drawImage):
14738         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14739         pdf/splash/SplashTypes.h:
14740         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14741         packed mode for Splash.
14742
14743         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14744         RGB8 packed mode, eliminates the pixbuf data creation loop.
14745
14746         * shell/ev-print-job.c (ev_print_job_finalize)
14747         (ev_print_job_set_property, ev_print_job_get_property)
14748         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14749         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14750         (print_closure_finalize, ev_print_job_print): implement
14751         printing (for backends with EvPsExporter)
14752
14753         * shell/ev_print_job.h: update prototypes.
14754
14755         * shell/ev-window.c (ev_window_print): unref print job after
14756         printing.
14757
14758         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14759         unless the document implements the EvDocumentFind interface.
14760
14761 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14762
14763         * configure.ac: Added ja to ALL_LINGUAS.
14764
14765 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14766
14767         * pdf/xpdf/pdf-document.cc:
14768
14769         add a FIXME. We should probably not allocate
14770         a bookmark object every time
14771
14772 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14773
14774         * shell/ev-application.c: (ev_application_open),
14775         (ev_application_open_bookmark):
14776         * shell/ev-application.h:
14777         
14778         Add a way to open bookmarks
14779
14780         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14781         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14782         (ev_bookmark_set_property), (ev_bookmark_class_init),
14783         (ev_bookmark_new_title), (ev_bookmark_new_link),
14784         (ev_bookmark_new_external):
14785
14786         Support for external uris, better constructors.
14787
14788         * backend/ev-bookmark.h:
14789         * pdf/xpdf/pdf-document.cc:
14790         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14791
14792         Handle external uris
14793
14794 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14795
14796         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14797         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14798
14799         Hook up bookmarks navigation
14800
14801 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14802
14803         * backend/Makefile.am:
14804         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14805         (ev_bookmark_get_title), (ev_bookmark_set_title),
14806         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14807         (ev_bookmark_get_page), (ev_bookmark_set_page),
14808         (ev_bookmark_get_property), (ev_bookmark_set_property),
14809         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14810         (ev_bookmark_new):
14811         * backend/ev-bookmark.h:
14812         * backend/ev-document-bookmarks.c:
14813         (ev_document_bookmarks_get_bookmark):
14814         * backend/ev-document-bookmarks.h:
14815         * pdf/xpdf/pdf-document.cc:
14816         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14817
14818         Add a bookmark object to the backend and use it instead of get_values
14819
14820 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14821
14822         * data/evince-ui.xml:
14823
14824         Cleanup and add select all.
14825
14826         * shell/ev-view.c: (ev_view_select_all),
14827         (ev_view_button_press_event):
14828         * shell/ev-view.h:
14829         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14830
14831         Add select all.
14832         Clear selection on click.
14833
14834 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14835
14836         * shell/ev-sidebar-thumbnails.c
14837         (ev_sidebar_thumbnails_set_document): forgot to unref the
14838         loading_icon.
14839
14840 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14841
14842         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14843         at the visible page, not just linearly.  This makes it look fast.
14844
14845 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14846
14847         * backend/ev-document-misc.c
14848         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14849         white.
14850         * backend/ev-document-thumbnails.h: New interface to get the size
14851         of a page.
14852
14853 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14854
14855         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14856         make dist works
14857
14858 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14859
14860         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14861         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14862         things up a bit.
14863
14864         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14865
14866 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14867
14868         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14869         fonts. Should fix font problems on systems that have the base
14870         fonts in bitmap format. Reported by James Henstridge
14871         <james@jamesh.id.au>.
14872
14873 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14874
14875         * pdf/xpdf/Gfx.cc:
14876         * pdf/xpdf/GfxState.cc:
14877
14878         Fix for CAN-2004-1125
14879
14880 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14881
14882         * shell/ev-view.c: (ev_view_copy):
14883         * shell/ev-view.h:
14884         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14885
14886         Implement Edit->Copy
14887
14888 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14889
14890         * backend/ev-document.c: (ev_document_get_text):
14891         * backend/ev-document.h:
14892         * pdf/xpdf/pdf-document.cc:
14893         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14894         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14895         (ev_view_update_primary_selection), (ev_view_button_press_event),
14896         (ev_view_motion_notify_event), (ev_view_button_release_event):
14897
14898         Beginnings of clipboard support. Incomplete but primary sort
14899         of work.
14900
14901 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14902
14903         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14904         (expose_bin_window):
14905
14906         Nicer rubberband drawing, from GtkIconView.
14907
14908 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14909
14910         * backend/ev-document.c: (ev_document_save):
14911         * backend/ev-document.h:
14912         * data/evince-ui.xml:
14913         * pdf/xpdf/pdf-document.cc:
14914         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14915
14916         Implement "Save a copy..." menu item
14917
14918 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14919
14920         * shell/ev-view.c: (ev_view_zoom):
14921
14922         Queue a resize when zoom changes
14923
14924 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14925
14926         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14927         shadows.
14928
14929         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14930         thumbnails..
14931
14932 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14933
14934         * pdf/xpdf/pdf-document.cc
14935         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14936
14937 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14938
14939         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14940         It's slow, but I'll speed it up next!
14941
14942 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14943
14944         * shell/main.c (load_files):
14945
14946         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14947         from the command line and because it seems more appropriate.
14948
14949 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14950
14951         * data/evince-ui.xml:
14952         * shell/ev-window.c: (update_action_sensitivity),
14953         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14954
14955         s/next page/page down
14956         s/previous page/page up
14957
14958 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14959
14960         * data/evince-ui.xml:
14961
14962         Change the layout to match clarkbw design.
14963
14964         * shell/Makefile.am:
14965         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14966         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14967         (ev_navigation_action_finalize),
14968         (ev_navigation_action_set_property),
14969         (ev_navigation_action_get_property),
14970         (ev_navigation_action_class_init):
14971         * shell/ev-navigation-action.h:
14972
14973         Implement clarkbw toolbar navigation controls (incomplete)
14974
14975         * shell/ev-page-action.c: (update_label), (update_spin),
14976         (value_changed_cb), (create_tool_item), (connect_proxy),
14977         (ev_page_action_init), (ev_page_action_finalize),
14978         (ev_page_action_set_property), (ev_page_action_get_property),
14979         (ev_page_action_set_current_page),
14980         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14981         * shell/ev-page-action.h:
14982
14983         Implement a page switcher in the toolbar
14984
14985         * shell/ev-view.c: (ev_view_scroll_view):
14986         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14987         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14988         (register_custom_actions), (ev_window_init):
14989
14990         Change page on PageUp/Down.
14991
14992 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14993
14994         * pdf/xpdf/pdf-document.cc
14995         (pdf_document_thumbnails_get_thumbnail): initial stab at
14996         implementing thumbnail support for pdfs.  It only does documents
14997         with precached pdfs now.
14998
14999 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
15000
15001         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
15002         thumbnail code into a time-based idle as well.  Also, turn off the
15003         shadow temporarily as it's really slow.
15004
15005 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15006
15007         * backend/ev-document.c: (ev_document_class_init):
15008         * pdf/xpdf/pdf-document.cc:
15009         * shell/ev-window.c: (ev_window_open):
15010
15011         Fix document title bugs and fallback to
15012         filename when not available.
15013
15014 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
15015
15016         * backend/ev-document.c: (ev_document_get_type),
15017         (ev_document_class_init), (ev_document_load),
15018         (ev_document_get_title):
15019         * backend/ev-document.h:
15020         * pdf/xpdf/pdf-document.cc:
15021         * ps/ps-document.c: (ps_document_set_property),
15022         (ps_document_get_property), (ps_document_class_init),
15023         (document_load):
15024         * ps/ps-document.h:
15025         * ps/ps.h:
15026         * shell/ev-window.c: (update_window_title), (ev_window_open),
15027         (ev_window_init):
15028
15029         Initial support for document title. Not working yet.
15030
15031 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15032
15033         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
15034
15035         Grab focus on the view when clicking it
15036
15037 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15038
15039         * shell/ev-marshal.list:
15040         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
15041         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
15042
15043         Add key bindings to the view. Now if the focus would work
15044         right...
15045
15046 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
15047
15048         * Makefile.am:
15049         * backend/Makefile.am:
15050         * data/Makefile.am:
15051         * dvi/Makefile.am:
15052         * dvi/dvilib/Makefile.am:
15053         * pdf/xpdf/Makefile.am:
15054         * po/POTFILES.in:
15055         * ps/Makefile.am:
15056
15057         Fix distcheck
15058
15059 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15060
15061         * shell/ev-view.c: (ev_view_realize):
15062
15063         Fix mouse wheel scrolling
15064
15065 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15066
15067         * ps/Makefile.am:
15068         * ps/gstypes.h:
15069         * ps/gtkgs.c:
15070         * ps/gtkgs.h:
15071         * ps/ps-document.c: (catchPipe), (ps_document_init),
15072         (ps_document_class_init), (ps_document_cleanup),
15073         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
15074         (set_up_page), (close_pipe), (is_interpreter_ready),
15075         (interpreter_failed), (output), (input), (start_interpreter),
15076         (stop_interpreter), (file_length), (file_readable),
15077         (check_filecompressed), (check_pdf), (compute_xdpi),
15078         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
15079         (ps_document_get_type), (ps_document_emit_error_msg),
15080         (document_load), (ps_document_next_page),
15081         (ps_document_get_current_page), (ps_document_get_page_count),
15082         (ps_document_goto_page), (ps_document_set_page_size),
15083         (ps_document_zoom_to_fit), (ps_document_set_zoom),
15084         (ps_document_load), (ps_document_get_n_pages),
15085         (ps_document_set_page), (ps_document_get_page),
15086         (ps_document_widget_event), (ps_document_set_target),
15087         (ps_document_set_scale), (ps_document_set_page_offset),
15088         (ps_document_get_page_size), (ps_document_render),
15089         (ps_document_document_iface_init):
15090         * ps/ps-document.h:
15091         * ps/ps.c:
15092         * shell/ev-window.c: (ev_window_open):
15093
15094         Rename GtkGS to PSDocument
15095
15096 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15097
15098         * ps/gtkgs.c: (gtk_gs_class_init):
15099         * ps/gtkgs.h:
15100
15101         Some more leftover...
15102
15103 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15104
15105         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15106         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15107         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15108         * ps/gtkgs.h:
15109
15110         Remove unused code and make a lot of stuff private
15111
15112 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15113
15114         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15115         (gtk_gs_defaults_changed):
15116         * ps/gsdefaults.h:
15117         * ps/gtkgs.c:
15118         * ps/gtkgs.h:
15119         * ps/ps.h:
15120
15121         Cleanup headers dependencies
15122
15123 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15124
15125         * ps/Makefile.am:
15126         * ps/ggvutils.c:
15127         * ps/ggvutils.h:
15128         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15129         * ps/gsdefaults.h:
15130         * ps/gtkgs.c: (file_length), (file_readable),
15131         (check_filecompressed), (check_pdf), (gtk_gs_load),
15132         (gtk_gs_get_postscript):
15133
15134         Get rid of ggvutils
15135
15136 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15137
15138         * ps/ggvutils.c:
15139         * ps/ggvutils.h:
15140         * ps/gsio.h:
15141         * ps/gtkgs.c: (gtk_gs_set_zoom):
15142
15143         Cleanups
15144
15145 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15146
15147         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15148
15149         Ensure the page is rerendered when changing zoom
15150
15151 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15152
15153         * backend/ev-document.c: (ev_document_base_init),
15154         (ev_document_changed):
15155         * backend/ev-document.h:
15156
15157         Add a changed event that is emitted when the page content
15158         changes. This is necessary to deal with the fact that
15159         in ps backend rendering happen asycrounously.
15160         This makes the ps backend mostly work.
15161
15162         * pdf/xpdf/pdf-document.cc:
15163
15164         Emit changed event
15165
15166         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15167         (ps_document_set_target):
15168
15169         Emit changed event
15170
15171         * shell/ev-view.c: (document_changed_callback),
15172         (ev_view_set_document), (ev_view_set_page):
15173
15174         Redraw on the changed signal
15175
15176 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15177
15178         * configure.ac: Added pt_BR to ALL_LINGUAS.
15179
15180 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15181
15182         * backend/ev-document-bookmarks.c:
15183         (ev_document_bookmarks_get_child): *
15184         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15185         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15186         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15187         (ev_sidebar_bookmarks_destroy),
15188         (ev_sidebar_bookmarks_class_init),
15189         (ev_sidebar_bookmarks_construct), (stack_data_free),
15190         (do_one_iteration), (populate_bookmarks_idle),
15191         (ev_sidebar_bookmarks_clear_document),
15192         (ev_sidebar_bookmarks_set_document): *
15193         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15194         (ev_sidebar_add_page),
15195         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15196         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15197         it displays both the topics and the page numbers.
15198
15199 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15200
15201         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15202         toggle.
15203         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15204         visible.
15205
15206 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15207
15208         * configure.ac: Added en_CA to ALL_LINGUAS.
15209
15210 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15211
15212         * ChangeLog: replace bottom of this ChangeLog (merged history of
15213         ggv and gpdf; where all paths were wrong and most of the files are
15214         not even in this tree) with ChangeLog (from arch) of the shell
15215         code.
15216
15217 2004-12-23  Havoc Pennington  <hp@redhat.com>
15218
15219         * shell/ev-window.c: hook up potentially-questionable "find
15220         results status text" feature - something involving the sidebar or
15221         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15222         might be better in the end.
15223
15224         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15225         with corresponding signal when it should be updated
15226
15227         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15228
15229 2004-12-22  Havoc Pennington  <hp@redhat.com>
15230
15231         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15232         find stuff on other pages, sort of (only returns one result on
15233         invisible pages, to show they have results; updates full results
15234         for a page when you view it). Currently repaints the current page
15235         every time a new result is found on any page, which isn't so nice.
15236
15237 2004-12-22  Havoc Pennington  <hp@redhat.com>
15238
15239         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15240         the document doesn't support find (better ideas?)
15241         (find_bar_search_changed_cb): handle missing document or document
15242         that doesn't support find
15243
15244         * pdf/xpdf/pdf-document.cc: port to implement the new
15245         EvDocumentFindIface
15246
15247         * backend/ev-document-find.c: create a new interface for searching
15248
15249         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15250
15251 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15252
15253         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15254         libevbackend.la.
15255
15256         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15257         EvPrintJob constructor arguments.
15258
15259         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15260         for documents that can export PostScript (page by page).
15261
15262         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15263         
15264         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15265         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15266         (pdf_document_ps_exporter_iface_init:
15267         Implement EvPSExporter.
15268
15269         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15270
15271 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15272
15273         * backend/Makefile.am:
15274         * backend/ev-document-thumbnails.c:
15275         (ev_document_thumbnails_get_type),
15276         (ev_document_thumbnails_get_thumbnail):
15277         * backend/ev-document-thumbnails.h:
15278         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15279         (pixbuf_document_thumbnails_get_thumbnail),
15280         (pixbuf_document_document_thumbnails_iface_init):
15281         * shell/Makefile.am:
15282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15283         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15284         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15285         * shell/ev-sidebar-thumbnails.h:
15286         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15287         (ev_sidebar_set_document):
15288         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15289         (create_shadow), (ev_pixbuf_add_shadow):
15290         * shell/ev-utils.h:
15291         Add thumbnail support.
15292         
15293 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15294
15295         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15296         (using_postscript_printer): Set up a print dialog for "PostScript
15297         injection" method.
15298
15299         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15300         EvPrintJob.
15301
15302         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15303
15304 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15305
15306         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15307         (ps_document_set_target), (ps_document_get_page_size),
15308         (ps_document_render):
15309         * ps/gtkgs.h:
15310
15311         Fix a few bugs
15312
15313 2004-12-22  Christian Rose  <menthos@menthos.com>
15314
15315         * configure.ac: Added "sv" to ALL_LINGUAS.
15316
15317 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15318
15319         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15320         document supports bookmarks.
15321
15322 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15323
15324         * ps/ggvutils.c: (ggv_file_readable):
15325         * ps/ggvutils.h:
15326         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15327         (gtk_gs_get_postscript):
15328
15329         Remove unused utils
15330
15331 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15332
15333         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15334         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15335         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15336         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15337         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15338         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15339         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15340         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15341         (gtk_gs_set_antialiasing), (ps_document_load),
15342         (ps_document_render):
15343         * ps/gtkgs.h:
15344
15345         Another check point for the ps backend. Now I can get it to show
15346         pages!
15347
15348 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15349
15350         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15351         document setting code.
15352
15353 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15354
15355         * shell/eggfindbar.c: (entry_activate_callback):
15356         Animate the next button when activate is pressed.
15357         
15358 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15359
15360         * shell/ev-window.c: (ev_window_cmd_edit_find),
15361         (update_fullscreen_popup), (ev_window_fullscreen),
15362         (ev_window_unfullscreen), (ev_window_state_event_cb),
15363         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15364         Fix bugs in fullscreen code.
15365         
15366 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15367
15368         * Makefile.am:
15369         * configure.ac:
15370         * pixbuf/Makefile.am:
15371         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15372         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15373         (pixbuf_document_set_page), (pixbuf_document_get_page),
15374         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15375         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15376         (pixbuf_document_render), (pixbuf_document_begin_find),
15377         (pixbuf_document_end_find), (pixbuf_document_finalize),
15378         (pixbuf_document_class_init),
15379         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15380         * pixbuf/pixbuf-document.h:
15381         * shell/Makefile.am:
15382         * shell/ev-application.c: (ev_application_open):
15383         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15384         (ev_window_open):
15385         Add pixbuf backend.
15386         
15387 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15388
15389         * Makefile.am: 
15390         * dvi/dvilib/Makefile.am:
15391         * dvi/Makefile.am:
15392         * configure.ac: Auto*ify dvi and dvi/dvilib
15393
15394         * dvi/Makefile: Remove from CVS
15395         
15396         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15397         confusion.
15398
15399         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15400         
15401         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15402         
15403 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15404
15405         * ps/Makefile.am:
15406         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15407         (gtk_gs_value_adjustment_changed), (compute_size),
15408         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15409         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15410         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15411         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15412         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15413         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15414         (ps_document_load), (ps_document_get_n_pages),
15415         (ps_document_set_page), (ps_document_get_page),
15416         (ps_document_set_target), (ps_document_set_scale),
15417         (ps_document_set_page_offset), (ps_document_get_page_size),
15418         (ps_document_render), (ps_document_begin_find),
15419         (ps_document_end_find), (ps_document_document_iface_init):
15420         * ps/gtkgs.h:
15421         * shell/Makefile.am:
15422         * shell/ev-window.c: (ev_window_open):
15423
15424         Some work to integrate gtkgs with EvDocument
15425
15426 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15427
15428         * shell/ev-window.c: (update_fullscreen_popup),
15429         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15430         (exit_fullscreen_button_clicked_cb),
15431         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15432         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15433         (ev_window_state_event_cb), (ev_window_init):
15434         Add fullscreen support from Epiphany.
15435         
15436 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15437
15438         * data/ev-stock-zoom-fit-width.png: fit-width
15439         stock icon from gpdf.
15440         
15441         * shell/ev-stock-icons.[ch]: copied from gpdf.
15442         
15443         * shell/main.c: (main): init stock icons.
15444         
15445         * shell/ev-window.c: use the fit-width icon.
15446         
15447         * data/evince-ui.xml: add zooming toolbar items.
15448
15449 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15450
15451         * shell/ev-view.c: 
15452         (ev_view_best_fit), (ev_view_fit_width): because
15453         get_page_size() returns the scaled page size, we
15454         need to calculate the scale factor relative to
15455         the previous scale factor. Should really just
15456         add get_real_page_size().
15457
15458 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15459
15460         * shell/ev-view.[ch]:
15461         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15462         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15463         add zooming.
15464         
15465         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15466         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15467         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15468         hook it up.
15469         
15470         * pdf/xpdf/pdf-document.cc:
15471         (pdf_document_begin_find),
15472         (pdf_document_end_find): make static.
15473
15474 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15475
15476         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15477
15478         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15479         names to fontconfig patterns.
15480         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15481
15482         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15483         setupBaseFontsFc.
15484
15485 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15486
15487         * Makefile.am:
15488         * configure.ac:
15489         * ps/Makefile.am:
15490         * ps/ggvutils.c:
15491         * ps/ggvutils.h:
15492         * ps/gsdefaults.c:
15493         * ps/gsdefaults.h:
15494         * ps/gsio.c:
15495         * ps/gsio.h:
15496         * ps/gtkgs.c:
15497         * ps/gtkgs.h:
15498         * ps/ps.c:
15499         * ps/ps.h:
15500
15501         Import ggv backend. Not hooked up yet.
15502
15503 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15504
15505         * shell/main.c: (load_files), (main): load files
15506         from the command line.
15507
15508 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15509
15510         * configure.ac: don't require bonobo.
15511         
15512         * cut-n-paste/recent-files/*: kill bonobo recent
15513         view.
15514
15515         * shell/ev-window.c:
15516         (ev_window_is_empty): upd.
15517         (unable_to_load), (ev_window_open): load backend
15518         based on the mime type.
15519
15520 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15521
15522         * backend/.cvsignore: ignore generated marshalers source.
15523
15524         * shell/main.c (main): this is not epiphany.
15525
15526 2004-12-22  Havoc Pennington  <hp@redhat.com>
15527
15528         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15529         (expose_bin_window): draw find highlights
15530
15531         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15532         
15533         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15534         (pdf_document_end_find): implement this interface
15535
15536         * backend/ev-document.c (ev_document_found): add this to emit
15537         signal
15538
15539 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15540
15541         * data/evince-ui.xml: Add a few more toolbar items.
15542
15543         * shell/ev-window.c: Hook up page navigation toolbar 
15544         items.
15545
15546         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15547         a page-changed signal.
15548
15549         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15550         Add ev_document_get_page().
15551
15552         * shell/ev-window.c: Sensitize/desensitize navigation
15553         actions.
15554
15555 2004-12-21  Havoc Pennington  <hp@redhat.com>
15556
15557         * backend/ev-backend-marshal.c,
15558         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15559         marshaler-generator thingy. I'm sure there's a better way to do
15560         this in the modern world.
15561
15562         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15563         end_find methods and "found" signal.
15564
15565         * configure.ac: find glib-genmarshal
15566
15567 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15568
15569         * shell/ev-sidebar.c: Construct an actual sidebar.
15570         * shell/ev-sidebar-bookmarks.[ch]:
15571         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15572
15573 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15574
15575         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15576         Redo size handling.
15577         
15578         * shell/ev-view.c: Track the size from the document.
15579
15580 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15581
15582         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15583         constructor assumes ownership of the string passed in.
15584         
15585         * shell/ev-window.c (ev_window_open): Destroy the error
15586         dialog once we've displayed it.
15587
15588 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15589
15590         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15591         a bit, it works! (sort of)
15592
15593         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15594         Move to .cc since we need to use C++ in the implementation.
15595
15596         * shell/dummy.cc: Add a CC file to force evince
15597         to be linked as a C++ program.
15598
15599 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15600
15601         * shell/ev-view.[ch]: Start of content-area widget.
15602
15603         * shell/ev-window.c: Create a EvView, update it
15604         as we change documents.
15605
15606         * shell/Makefile.am shell/ev-marshal.list: Add
15607         generated marshalers.
15608
15609 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15610
15611         * Makefile.am (SUBDIRS): move shell.
15612
15613 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15614
15615         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15616         .a to libtool convenience libraries.
15617
15618         * shell/ev-window.c (ev_window_open): Hard code loading
15619         a PDF document.
15620         
15621         * backend/ev-document.h: Add a boolean return to load(),
15622         fix GError * to GError **.
15623
15624         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15625         object for a PDF backend EvDocument.
15626
15627 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15628
15629         * dvi/*: New directory with the beginning of a .dvi backend.
15630
15631 2004-12-21  Havoc Pennington  <hp@redhat.com>
15632
15633         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15634         previous/next instead of back/forward
15635
15636 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15637
15638         * backend/ev-document.[ch]: Fix a couple of problems so
15639         it compile.
15640
15641 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15642
15643         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15644         to backend/ directory, rename EvViewer to EvDocument.
15645
15646 2004-12-21  Havoc Pennington  <hp@redhat.com>
15647
15648         * shell/ev-window.c: hook up the find bar widget; now we just need
15649         a document to find things in
15650
15651         * shell/eggfindbar.c: a find bar widget
15652
15653 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15654
15655         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15656
15657 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15658
15659         * pdf/**: Import of xpdf code from gpdf. 
15660
15661         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15662
15663         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15664         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15665         Fix FreeType includes.
15666
15667         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15668         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15669         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15670         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15671         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15672         Include xpdfconfig.h
15673         
15674 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15675
15676         * shell/ev-window.c (ev_window_dispose): dispose can be called
15677         multiple times.
15678
15679 2004-12-21  Havoc Pennington  <hp@redhat.com>
15680
15681         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15682         rather than Evince
15683
15684         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15685         items; really they should be synced with the strings, etc. from
15686         current gpdf, but just getting the boring typing out of the way 
15687
15688 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15689
15690         * po/POTFILES.in:
15691         * shell/ev-application.c: (window_destroy_cb):
15692         * shell/ev-window.c:
15693         * shell/main.c: (main):
15694
15695         Actually show the window...
15696
15697 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15698
15699         * Makefile.am:
15700         * shell/Makefile.am:
15701         * shell/ev-application.c: (ev_application_class_init):
15702         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15703
15704         Make it build again
15705
15706 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15707
15708         Import to gnome cvs.
15709         
15710         * Remove copies of gpdf and ggv trees.
15711         * Rip out all the recursive configure code.
15712         * Remove bonobo machinery.
15713         * viewer/*: GInterfaces that backends should/can implement.
15714
15715 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15716
15717         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15718         typo
15719
15720 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15721
15722         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15723         (ev_application_finalize, ev_application_class_init)
15724         (ev_application_init): use GType instance private data for priv.
15725
15726         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15727         (ev_window_finalize, ev_window_class_init)
15728         (ev_window_init): ditto.
15729
15730 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15731
15732         * shell/ev-application.c (ev_application_new_window): make public
15733         (ev_application_show_initial_window): kill.
15734
15735         * shell/ev-application.h: update prototypes.
15736
15737         * shell/main.cc (main): inline ev_application_show_initial_window.
15738
15739 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15740
15741         * shell/ev-application.c (ev_application_new_window): impl.
15742         (ev_application_show_initial_window): use it.
15743         (is_window_empty, ev_application_get_empty_window): returns an
15744         existing empty window or a new one.
15745         (ev_application_open): from ev_window_cmd_file_open.
15746
15747         * shell/ev-application.h: update prototypes
15748
15749         * shell/ev-window.c (ev_window_is_empty): impl.
15750         (ev_window_open): make public.
15751         (ev_window_cmd_file_open): use ev_application_open
15752
15753         * shell/ev-window.h: update prototypes, remove unused.
15754
15755 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15756
15757         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15758         move destroy handler out of here...
15759
15760         * shell/ev-application.c, shell/ev-application.h: ...into this new
15761         class. Also handles initial window creation.
15762
15763         * shell/main.cc (main): use EvApplication to create initial
15764         window.
15765
15766 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15767
15768         * Makefile.am (SUBDIRS): add cut-n-paste
15769
15770         * cut-n-paste/Makefile.am: add
15771
15772         * configure.ac: generate Makefiles in cut-n-paste
15773
15774 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15775
15776         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15777         (ev_window_class_init): install ev_window_dispose.
15778
15779 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15780
15781         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15782         char (gchar looks stupid).
15783
15784 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15785
15786         * po/de.po: updated German translation.
15787
15788 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15789
15790         * configure.ac: add more pkg-config library checks for gnome-vfs,
15791         bonobo etc.
15792
15793         * gpdf/configure.in: temporarily disable libpaper
15794         checks. Otherwise I'd have to add the checks for the shell, too.
15795
15796 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15797
15798         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15799         and * file filters to the file choose.
15800
15801 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15802
15803         * po/de.po: Updated German translation.
15804
15805 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15806
15807         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15808
15809 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15810
15811         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15812
15813         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15814         (ev_window_init): implement those menuitems.
15815
15816 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15817
15818         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15819
15820         * shell/ev-window.c (ev_window_init): use the toolbar.
15821
15822 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15823
15824         * shell/ev-window.c (ev_window_init): use menu translations
15825
15826 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15827
15828         * configure.ac: add "de" to ALL_LINGUAS.
15829
15830         * po/de.po: add German translation.
15831
15832 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15833
15834         * Makefile.am (SUBDIRS): add po
15835
15836         * configure.ac: check intltool, glib-gettext etc, generate
15837         po/Makefile.in
15838
15839         * po, po/POTFILES.in, po/POTFILES.skip: new.
15840
15841 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15842
15843         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15844         already use (#ifdef ENABLE_NLS)
15845
15846         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15847         pointer indirection thinko.
15848
15849         * shell/main.c: include gi18n.h for bindtextdomain etc.
15850
15851 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15852
15853         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15854         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15855         tooltips for menu items in the statusbar.
15856
15857 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15858
15859         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15860         pkgdatadir drop UIDIR
15861
15862 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15863
15864         * data/evince-ui.xml: Add File->Open menu item
15865
15866         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15867         chooser), hook it up in the ui manager.
15868
15869 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15870
15871         * shell/ev-window.c: fix Help->About tooltip.
15872
15873 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15874
15875         * configure.ac: set CFLAGS for libevprivate.
15876
15877         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15878         definitions, factory etc.
15879
15880         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15881
15882         * shell/Makefile.am: link against libevprivate.a.
15883
15884         * shell/ev-window.c (entries): add stock icon to Help->About.
15885
15886         * shell/main.c (main): init stock icon code.
15887
15888 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15889
15890         * lib/recent-files: egg recent files code
15891
15892         * lib/Makefile.am: add.
15893
15894         * Makefile.am: add lib subdir.
15895
15896         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15897         set CFLAGS for recent-files.
15898
15899 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15900
15901         * configure.ac: disable -ansi and -pedantic gcc flags. They
15902         disable POSIX stuff in stdio.h, but egg-recent uses them.
15903
15904 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15905
15906         * configure.ac: add --disable-deprecated flag (defaults to on in
15907         "cvs" builds).
15908
15909         * shell/Makefile.am (INCLUDES): use it.
15910
15911 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15912
15913         * shell/main.c: add missing #include.
15914
15915         * shell/ev-window.c: fix for pedantic gcc.
15916         (ev_window_cmd_help_about): split license into paragraphs for
15917         translators and pedantic compilers.
15918
15919 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15920
15921         * configure.ac: add more warning flags if compiling with gcc from
15922         cvs (or explicitly requested with --enable-more-warnings).
15923
15924 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15925
15926         * data/evince-ui.xml: add File and File->Close menu.
15927
15928         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15929         (ev_window_destroy): quit after destroy.
15930         (ev_window_class_init): override GtkObject::destroy.
15931         (entries): install close_window callback.
15932
15933 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15934
15935         * Makefile.am (SUBDIRS): add data subdir.
15936
15937         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15938         gtk+ 2.5.0 for GtkAboutDialog.
15939
15940         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15941         main window.
15942
15943         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15944
15945         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15946         manager.
15947         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15948
15949 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15950
15951         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15952
15953 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15954
15955         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15956
15957 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15958
15959         * shell/*: Added shell directory boilerplate, build it.
15960
15961 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15962
15963         * configure.ac, Makefile.am: Added top-level configure.ac and
15964         Makefile.am