]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Move ev_view_update_view_size() from libview to ev-window again and make
[evince.git] / ChangeLog
1 2009-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libview/ev-view.[ch]: (ev_view_set_zoom),
4         (ev_view_update_view_size):
5         * shell/ev-window.c: (ev_window_set_view_size),
6         (ev_window_sizing_mode_changed_cb), (ev_window_init):
7
8         Move ev_view_update_view_size() from libview to ev-window again
9         and make sure the view is not redrawn when calling
10         ev_view_set_zoom more than once with the same zoom scale.
11         
12 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
13
14         * shell/ev-window.c:
15
16         Follow up to bug #539972. Alt+Arrows conflict with
17         view scrolling, changed it to Ctrl+Arrows.
18
19 2009-04-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
20
21         * shell/ev-print-operation.c (clamp_ranges),
22         (ev_print_operation_export_print_dialog_response_cb):
23         * test/Makefile.am:
24         * test/test7.py:
25         
26         Patch by Juanjo Marín <juanj.marin@juntadeandalucia.es> to fix
27         the bug 517735. Fixes preview of the empty selection.
28
29 2009-04-01  Christian Persch  <chpe@gnome.org>
30
31         * data/evince.desktop.in.in: Direct bug-buddy bugs to the
32         BugBuddyBugs component.
33
34 2009-04-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
35
36         * shell/ev-application.c (ev_application_init):
37         
38         Set proper path to saved accels file. Fixes bug #577500.
39
40 2009-03-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
41
42         * libview/ev-transition-animation.c:
43         (ev_transition_animation_paint), (ev_transition_animation_ready):
44
45         Animation is ready only when origin surface is ready. This fixes
46         fading animations because otherwise next page is displayed 
47         before animaiton starts.
48
49 2009-03-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
50
51         * test/Makefile.am:
52         * test/test6.py:
53         
54         Added a test to check printing and a size of the file.
55
56 2009-03-24  Christian Persch  <chpe@gnome.org>
57
58         * cut-n-paste/smclient/eggdesktopfile.c:
59         (egg_desktop_file_launchv), (egg_set_desktop_file):
60         * cut-n-paste/smclient/eggsmclient.c:
61         (egg_sm_client_get_option_group): Update smclient from libegg master.
62
63 2009-03-19  Christian Persch  <chpe@gnome.org>
64
65         * shell/ev-window.c: (ev_window_cmd_save_as),
66         (ev_window_cmd_file_close_window),
67         (ev_view_popup_cmd_save_image_as),
68         (ev_attachment_popup_cmd_save_attachment_as): Set alternative button
69         order for dialogues.
70
71 2009-03-19  Christian Persch  <chpe@gnome.org>
72
73         Bug 575085 – titles not translated in the nautilus tab
74
75         * properties/ev-properties-view.c: (set_property): Translate the
76         categories.
77
78 2009-03-16  Carlos Garcia Campos  <carlosgc@gnome.org>
79
80         * NEWS:
81         * configure.ac:
82
83         Updated for release 2.26.0
84         
85 2009-03-05  Tobias Mueller  <tobiasmue@svn.gnome.org>
86
87         * properties/ev-properties-view.c:
88         (ev_properties_view_format_date): Make the fixed sized string a 
89         semantically correct const char[] instead of a const char* to fix 
90         a compiler warning if built with -Wformat.
91         ** Fixes bug 574168
92
93 2009-03-03  Christian Persch  <chpe@gnome.org>
94
95         * libdocument/ev-document-factory.c:
96         (ev_document_factory_get_document): If the document is encrypted,
97         the ev_document_factory_get_document() is supposed to return the
98         document *and* fill in the error. So let's propagate the local error.
99
100 2009-03-02  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * NEWS:
103
104         Update for release 2.25.92.
105         
106 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
107
108         * libview/ev-view.c: (ev_view_goto_window_create):
109
110         Show the 'jump to page' window in the right GdkScreen. Fixes bug
111         #560541.
112         
113 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * shell/ev-window.c: (ev_window_set_document),
116         (ev_window_reload_job_cb):
117
118         Do not lose page position when reloading. Fixes bug #573091.
119         
120 2009-03-01  Carlos Garcia Campos  <carlosgc@gnome.org>
121
122         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
123         (pdf_document_thumbnails_get_thumbnail),
124         (pdf_document_thumbnails_get_dimensions):
125
126         Make our own thumbnail when the provided one doesn't have the size
127         we need. Based on patch and feedback by Christian Spurk. Fixes
128         bugs #323198 and #307357.
129         
130 2009-02-27   Christian Spurk  <mail@code.chriki.de>
131
132         * thumbnailer/evince-thumbnailer.c: (main):
133
134         Reduce the restriction on the minimum size of thumbnails from 40
135         to 1. See bug #323198.
136         
137 2009-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * thumbnailer/evince-thumbnailer.c: (print_usage), (main):
140
141         Use GOption in thumbnailer.
142         
143 2009-02-22  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * backend/pdf/ev-poppler.cc: (pdf_document_save),
146         (pdf_document_forms_form_field_text_set_text),
147         (pdf_document_forms_form_field_button_set_state),
148         (pdf_document_forms_form_field_choice_select_item),
149         (pdf_document_forms_form_field_choice_toggle_item),
150         (pdf_document_forms_form_field_choice_unselect_all),
151         (pdf_document_forms_form_field_choice_set_text):
152
153         Use poppler_document_save_a_copy(), which never saves the document
154         modifications, when saving an unmodified document. It makes saving
155         a copy of encrypted PDFs work again. Fixes bug #566791.
156         
157 2009-02-18  Christian Persch  <chpe@gnome.org>
158
159         * backend/djvu/djvu-document.c: (ev_djvu_error_quark):
160         Don't use g_quark_from_static_string in a loadable module!
161
162 2009-02-17  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * configure.ac:
165
166         Update for release 2.25.91
167         
168 2009-02-16  Thomas H.P. Andersen  <phomes@gmail.com>
169
170         * backend/impress/r_gradient.c: (r_draw_gradient): Replace deprecated 
171         GTK symbol in commented out code. Bug #571707
172
173 2009-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * NEWS:
176
177         Update for release 2.25.91.
178         
179 2009-02-16  Christian Persch  <chpe@gnome.org>
180
181         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): Fix a freed
182         memory read.
183
184 2009-02-15  Christian Persch  <chpe@gnome.org>
185
186         * backend/dvi/dvi-document.c: (hsb2rgb): Fix signed/unsigned compiler
187         warnings.
188
189 2009-02-15  Christian Persch  <chpe@gnome.org>
190
191         * libdocument/Makefile.am:
192         * libview/Makefile.am: Rename GIRs to EvinceDocument/EvinceView.
193
194 2009-02-15  Christian Persch  <chpe@gnome.org>
195
196         * libdocument/ev-document-type-builtins.c.template:
197         * libview/ev-view-type-builtins.c.template: Use g_intern_static_string.
198
199 2009-02-14  Christian Persch  <chpe@gnome.org>
200
201         * backend/impress/impress-document.c: (impress_document_save):
202         Fill in the error.
203
204 2009-02-14  Christian Persch  <chpe@gnome.org>
205
206         * libdocument/ev-document.c: (ev_document_load): Add code to catch
207         backends incorrectly implementing the load vfunc.
208
209 2009-02-14  Christian Persch  <chpe@gnome.org>
210
211         * libdocument/ev-document-factory.c:
212         (ev_document_factory_get_document): Use a local GError, and propagate
213         as appropriate, making sure always to fill in @error if returning NULL.
214
215 2009-02-14  Christian Persch  <chpe@gnome.org>
216
217         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
218
219 2009-02-14  Christian Persch  <chpe@gnome.org>
220
221         * backend/pdf/ev-poppler.cc: Plug a mem leak.
222
223 2009-02-14  Christian Persch  <chpe@gnome.org>
224
225         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
226         an error.
227
228 2009-02-14  Christian Persch  <chpe@gnome.org>
229
230         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
231         to always set @error when returning FALSE. Fix a typo.
232
233 2009-02-14  Christian Persch  <chpe@gnome.org>
234
235         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
236         to always set @error when returning FALSE.
237
238 2009-02-14  Christian Persch  <chpe@gnome.org>
239
240         * backend/comics/comics-document.c: (comics_document_load): Make sure
241         to always set @error when returning FALSE.
242
243 2009-02-14  Christian Persch  <chpe@gnome.org>
244
245         * backend/impress/impress-document.c: (impress_document_load): Plug a
246         mem leak.
247
248 2009-02-14  Christian Persch  <chpe@gnome.org>
249
250         * backend/impress/impress-document.c: (impress_document_load): Don't
251         overwrite an error.
252
253 2009-02-14  Christian Persch  <chpe@gnome.org>
254
255         * libdocument/ev-document.c: (ev_document_info_copy): Remove
256         unnecessary NULL check; g_strdup() is NULL-safe.
257
258 2009-02-14  Christian Persch  <chpe@gnome.org>
259
260         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
261         that this returns either NULL and fills in error, or non-NULL. Use a
262         local GError so we can reliably check it.
263
264 2009-02-14  Christian Persch  <chpe@gnome.org>
265
266         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
267         content type to get the description, not the MIME type.
268
269 2009-02-14  Christian Persch  <chpe@gnome.org>
270
271         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
272         in @error on failure. Also, since this is exported in public APIs,
273         cope with the passed-in GError** being NULL.
274
275 2009-02-13  Christian Persch  <chpe@gnome.org>
276
277         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
278         safety.
279         (get_mime_type_from_data): Return the MIME type, not the content type.
280
281 2009-02-13  Christian Persch  <chpe@gnome.org>
282
283         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
284         the input stream.
285
286 2009-02-13  Christian Persch  <chpe@gnome.org>
287
288         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
289         all errors upwards.
290
291 2009-02-13  Christian Persch  <chpe@gnome.org>
292
293         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
294         more bytes from buffer than were read from the file.
295
296 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
297
298         * properties/ev-properties-view.c (set_property):
299         
300         Fixes bug #571787.
301
302 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * shell/eggfindbar.c: (egg_find_bar_init):
305
306         Use gtk_tool_button_set_use_underline() for next/previous buttons
307         so that the underline is used for the mnemonic. Fixes bug #571547.
308         
309 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * shell/ev-window.c: (setup_document_from_metadata),
312         (setup_sidebar_from_metadata), (setup_document_from_metadata),
313         (setup_view_from_metadata), (ev_window_set_document),
314         (ev_window_load_job_cb), (ev_window_reload_job_cb),
315         (ev_window_reload_remote), (ev_window_init):
316
317         Do not use metadata when reloading the document, so that the
318         window is not resized when reloading. See bugs #571051 and
319         #304249.
320         
321 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * configure.ac:
324         * cut-n-paste/smclient/Makefile.am:
325
326         Fix smclient libs on cycgwin. See bug #339172.
327         
328 2009-02-08  Christian Persch  <chpe@gnome.org>
329
330         * configure.ac:
331         * libdocument/Makefile.am:
332         * libview/Makefile.am: Add experimental introspection support.
333         Disabled by default; use --enable-introspection to enable it.
334         Bug #569083.
335
336 2009-02-08  Christian Persch  <chpe@gnome.org>
337
338         * libview/Makefile.am: Link libevdocument.la to libevview.la.
339
340 2009-02-05  Christian Persch  <chpe@gnome.org>
341
342         * backend/comics/comics-document.c: (comics_document_load):
343         * backend/djvu/djvu-document.c: (djvu_document_load):
344         * backend/dvi/dvi-document.c: (dvi_document_load):
345         * backend/impress/impress-document.c: (impress_document_load):
346         * backend/pdf/ev-poppler.cc:
347         * libdocument/ev-document-factory.c: (get_document_from_uri),
348         (ev_document_factory_get_document):
349         * shell/ev-print-operation.c:
350         (ev_print_operation_export_print_dialog_response_cb): Use
351         g_set_error_literal now that we depend on glib 2.18.
352
353 2009-02-05  Hib Eris  <hib@hiberis.nl>
354
355         * shell/ev-application.c:
356
357         Include gdkx.h only with X11. See bug #339172.
358         
359 2009-02-05  Hib Eris  <hib@hiberis.nl>
360
361         * backend/pdf/pdfdocument.evince-backend.in:
362
363         Add application/x-ext-pdf mime type for pdf backend. See bug
364         #339172.
365         
366 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
367
368         * configure.ac:
369         * cut-n-paste/smclient/Makefile.am:
370         * cut-n-paste/smclient/eggdesktopfile.c:
371         * cut-n-paste/smclient/eggsmclient-win32.c:
372         * shell/main.c:
373
374         Make session manager code compile for w32. These changes have been
375         taken from upstream libegg. Based on patch by Hib Eris. See bug
376         #339172.
377         
378 2009-02-05  Hib Eris  <hib@hiberis.nl>
379
380         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
381
382         Make screensaver code compile for w32. These changes have been
383         copied from upstream totem. See bug #339172.
384         
385 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
386
387         * configure.ac:
388         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
389
390         Make use of GConf optional. Based on patch by Hib Eris. See bug
391         #339172.
392         
393 2009-02-04  Christian Persch  <chpe@gnome.org>
394
395         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
396         evince gettext domain, so i18n works in the library.
397
398         * properties/ev-properties-main.c: (nautilus_module_initialize):
399         Remove extra bindtextdomain call.
400
401 2009-02-04  Christian Persch  <chpe@gnome.org>
402
403         * backend/comics/comics-document.c:
404         * backend/djvu/djvu-document.c:
405         * backend/dvi/dvi-document.c:
406         * backend/impress/impress-document.c:
407         * backend/pdf/ev-poppler.cc:
408         * backend/pixbuf/pixbuf-document.c:
409         * backend/ps/ev-spectre.c:
410         * backend/tiff/tiff-document.c:
411         * libdocument/ev-attachment.c:
412         * libdocument/ev-document-factory.c:
413         * libview/ev-jobs.c:
414         * libview/ev-view-accessible.c:
415         * libview/ev-view.c:
416         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
417         gi18n.h.
418
419 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
420
421         * NEWS:
422         * configure.ac:
423
424         Update for release 2.25.90
425         
426 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * cut-n-paste/zoom-control/ephy-zoom-control.c:
429         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
430
431         Remove the old tooltips code and use G_DEFINE_TYPE().
432         
433 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * configure.ac:
436         * help/reference/Makefile.am:
437         * help/reference/libdocument/Makefile.am:
438         * help/reference/libdocument/libevdocument-docs.sgml:
439         * help/reference/libdocument/libevdocument.types:
440         * help/reference/libdocument/version.xml.in:
441         * help/reference/libview/Makefile.am:
442         * help/reference/libview/libevview-docs.sgml:
443         * help/reference/libview/libevview.types:
444         * help/reference/libview/version.xml.in:
445         * help/reference/shell/Makefile.am:
446         * help/reference/shell/evince-docs.sgml:
447         * help/reference/shell/evince.types:
448         * help/reference/shell/tmpl/dummy.sgml:
449         * help/reference/shell/version.xml.in:
450
451         Split API documentation into libdocument, libview and
452         shell. Required gtk-doc files has been added, but API docs still
453         need to be completed and improved. Fixes bug #568465.
454         
455 2009-02-01  Christian Persch  <chpe@gnome.org>
456
457         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
458
459 2009-02-01  Christian Persch  <chpe@gnome.org>
460
461         * backend/Makefile.am:
462         A backend/backend.symbols:
463         * configure.ac: Only export the backend module entry point. Bug
464         #569998.
465
466 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
467
468         * shell/eggfindbar.c: (egg_find_bar_init):
469
470         Add mnemonics to buttons in search bar. Fixes bug #569212.
471         
472 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
473         
474         * shell/ev-print-operation.c:
475         (ev_print_operation_export_print_dialog_response_cb):
476
477         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
478         
479 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
480
481         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
482
483         Clamp top/bottom values of destinations to make sure they are not
484         bigger than the page height. Fixes bug #569327.
485         
486 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
487
488         * libdocument/ev-debug.h:
489
490         Fix build when debug mode is disabled.
491         
492 2009-01-30  Christian Persch  <chpe@gnome.org>
493
494         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
495         this return TRUE only if any backends were loaded, so the ev_init()
496         function works as documented.
497
498 2009-01-30  Christian Persch  <chpe@gnome.org>
499
500         * evince-document.h:
501         * libdocument/Makefile.am:
502         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
503         #569117.
504
505         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
506         * libdocument/ev-backends-manager.h:
507         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
508         * libdocument/ev-debug.h:
509         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
510         (_ev_file_helpers_shutdown):
511         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
512         private.
513
514         * properties/ev-properties-main.c: (nautilus_module_initialize),
515         (nautilus_module_shutdown):
516         * shell/main.c: (main):
517         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
518         init/shutdown method.
519
520 2009-01-29  Christian Persch  <chpe@gnome.org>
521
522         * shell/main.c: (option_version_cb): Add --version which was lost in
523         the libgnome removal. Bug #562869.
524
525 2009-01-26  Christian Persch  <chpe@gnome.org>
526
527         * shell/ev-application.c: (ev_application_register_service),
528         (ev_application_shutdown):
529         * shell/main.c: (main): Move metadata manager initialisation and
530         shutdown into EvApplication. Follow-up from bug #569120.
531
532 2009-01-26  Christian Persch  <chpe@gnome.org>
533
534         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
535         copy the string twice. Bug #569231.
536
537 2009-01-26  Christian Persch  <chpe@gnome.org>
538
539         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
540         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
541         * libdocument/ev-file-helpers.h:
542         * shell/ev-application.c: (ev_application_shutdown),
543         (ev_application_init), (ev_application_screensaver_disable),
544         (ev_application_save_print_settings),
545         (ev_application_set_page_setup):
546         * shell/ev-application.h:
547         * shell/ev-metadata-manager.c: (load_values),
548         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
549         shell, since it shouldn't be public API. Bug #569120.
550
551         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
552         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
553
554 2009-01-25  Christian Persch  <chpe@gnome.org>
555
556         Bug 569082 – use versioned directory for backends
557
558         * configure.ac: Define ev_binary_version and backenddir.
559         * evince-document.pc.in: Add backenddir variable.
560         * libdocument/Makefile.am:
561         * backend/*/Makefile.am: Remove backenddir definition, so it picks
562         up the one from configure.
563
564 2009-01-25  Christian Persch  <chpe@gnome.org>
565
566         * configure.ac:
567         * evince-document.pc.in: Renamed from evince-backend.pc.in.
568         * libdocument/Makefile.am: Renamed library to libevdocument.la.
569         * libview/Makefile.am:
570         * shell/Makefile.am:
571         * backend/*/Makefile.am: Adapt to changed library name.
572
573         * libdocument/Makefile.am:
574         * libview/Makefile.am: Change the installed headers path to match
575         the directory names in SVN.
576
577         * evince-document.h:
578         * evince-view.h: Add single headers. Bug #568227.
579
580         * libdocument/*.h:
581         * libview/*.h: Add single headers guards.
582
583         * libview/Makefile.am:
584         * libdocument/Makefile.am:
585         * backend/*/Makefile.am:
586         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
587         still include individual headers.
588
589         * properties/Makefile.am:
590         * properties/ev-properties-main.c:
591         * properties/ev-properties-view.h:
592         * thumbnailer/Makefile.am:
593         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
594
595         * libdocument/Makefile.am:
596         * libview/Makefile.am: Generate type builtins from all installed headers.
597         * libdocument/ev-link-action.[ch]:
598         * libdocument/ev-link-dest.[ch]:
599         * libdocument/ev-transition-effect.[ch]:
600         * libview/ev-view.[ch]: Remove handcoded type builtins.
601
602         * libdocument/Makefile.am:
603         * evince-document.h: Add ev-document-factory.h to the public headers.
604
605 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * shell/ev-sidebar-page.c:
608
609         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
610         #568228.
611         
612 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * libdocument/ev-document.h:
615
616         Add EV_DEFINE_INTERFACE macro.
617         
618         * libdocument/ev-async-renderer.c:
619         * libdocument/ev-document-find.c:
620         * libdocument/ev-document-fonts.c:
621         * libdocument/ev-document-forms.c:
622         * libdocument/ev-document-images.c:
623         * libdocument/ev-document-layers.c:
624         * libdocument/ev-document-links.c:
625         * libdocument/ev-document-security.c:
626         * libdocument/ev-document-thumbnails.c:
627         * libdocument/ev-document-transition.c:
628         * libdocument/ev-document.c:
629         * libdocument/ev-file-exporter.c:
630         * libdocument/ev-selection.c:
631
632         Use EV_DEFINE_INTERFACE macro to define interfaces in
633         libdocument. See bug #568228.
634         
635 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * libdocument/ev-document.[ch]:
638
639         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
640         #568228.
641         
642 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
645         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
646         (new_separator_pixbuf):
647         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
648         (egg_toolbar_editor_disconnect_model),
649         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
650         (egg_toolbar_editor_finalize):
651         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
652         * cut-n-paste/toolbar-editor/eggmarshalers.list:
653         
654         Sync EggToolbarEditor with libegg.
655
656 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
657
658         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
659         When saving a file, using the default permissions for the user/system,
660         respecting umask and any setgid bit on the directory. Uses the new
661         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
662         Bug #568593.
663         
664 2009-01-21  Christian Persch  <chpe@gnome.org>
665
666         * configure.ac:
667         * libdocument/Makefile.am:
668         * libview/Makefile.am: Add libtool versioning to libevbackend and
669         libevview. Bug #568229.
670
671 2009-01-21  Christian Persch  <chpe@gnome.org>
672
673         * Makefile.am:
674         * configure.ac:
675         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
676
677 2009-01-21  Christian Persch  <chpe@gnome.org>
678
679         * configure.ac:
680         * libdocument/Makefile.am:
681         A libdocument/ev-version.h.in: Add version defines and version check
682         macro. Bug #568224.
683
684 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
685
686         * shell/ev-sidebar-links.c
687         * shell/ev-print-operation.c:
688         * shell/ev-history.c:
689         * shell/ev-file-monitor.c:
690         * shell/ev-window.c:
691         * shell/ev-password-view.c:
692         * shell/ev-sidebar-thumbnails.c:
693         * shell/ev-sidebar-attachments.c:
694         * libview/ev-pixbuf-cache.c:
695         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
696         Bug #568386.
697
698 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
699
700         * libdocument/ev-document-info.h:
701
702         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
703         
704 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
705
706         * libview/Makefile.am:
707
708         Install ev-job-scheduler.h. See bug #567790.
709         
710 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
711
712         * libdocument/Makefile.am:
713
714         Install ev-backends-manager.h and
715         ev-document-type-builtins.h. Fixes bug #567787.
716         
717 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
718
719         * NEWS:
720         * configure.ac:
721
722         Update for release 2.25.5
723         
724 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * libview/ev-view.c: (ev_view_drag_data_get):
727
728         Fix second parameter passed to gtk_selection_data_set_uris(), 
729         it expects a gchar **.
730         
731 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
732
733         * libdocument/Makefile.am:
734         * libdocument/ev-document-info.h:
735         * libdocument/ev-document-type-builtins.c.template:
736         * libdocument/ev-document-type-builtins.h.template:
737         * libdocument/ev-document.c: (ev_document_info_get_type),
738         (ev_document_info_copy):
739
740         Make EvDocumentInfo and enums definded in ev-document-info.h
741         GTypes. Fixes bug #567789.
742         
743 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
744
745         * shell/main.c (arguments_parse): Fix for a minor code typo.
746
747 2009-01-18  Christian Persch  <chpe@gnome.org>
748
749         * help/reference/Makefile.am:
750         * help/reference/evince.types: Fix the API docs build. Bug #568171.
751
752 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
753
754         * libview/Makefile.am:
755         * libview/ev-view-type-builtins.c.template:
756         * libview/ev-view-type-builtins.h.template:
757
758         Make EvJobPriority a proper GType. Fixes bug #567788.
759         
760 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * configure.ac:
763         * cut-n-paste/*/Makefile.am:
764         * libdocument/Makefile.am:
765
766         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
767         code.
768         
769 2009-01-18  Christian Persch  <chpe@gnome.org>
770
771         * libview/ev-view.c: (ev_view_drag_data_get),
772         (ev_view_drag_motion), (ev_view_update_primary_selection),
773         (clear_link_selected):
774         * shell/ev-sidebar-attachments.c:
775         (ev_sidebar_attachments_drag_data_get),
776         (ev_sidebar_attachments_get_property),
777         (ev_sidebar_attachments_init):
778         * shell/ev-window.c: Update drag handling code to use the
779         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
780         hardcoding the targets lists. Bug #558084.
781         
782 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
783
784         * libdocument/Makefile.am:
785         * libdocument/ev-backend-marshal.c:
786         * libdocument/ev-backend-marshalers.list:
787         * libdocument/ev-document.c:
788
789         Remove unused marshalers stuff from libdocument.
790         
791 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
792
793         * po/POTFILES.in:
794
795         Update for the current source tree.
796         
797 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * configure.ac:
800         * Makefile.am:
801         * libdocument/Makefile.am:
802         * libview/Makefile.am:
803         * libview/ev-job-scheduler.[ch]:
804         * libview/ev-jobs.[ch]:
805         * libview/ev-page-cache.[ch]:
806         * libview/ev-pixbuf-cache.[ch]:
807         * libview/ev-timeline.[ch]:
808         * libview/ev-transition-animation.[ch]:
809         * libview/ev-view-accessible.[ch]:
810         * libview/ev-view-marshal.list:
811         * libview/ev-view.[ch]:
812         * shell/Makefile.am:
813
814         Move EvView specific code to a libeviview library so that it can
815         be embbeded in other applications. Based on patches by Tomeu
816         Vizoso. Fixes bug #567751.
817         
818 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
819
820         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
821         * shell/ev-window.c: (ev_window_load_job_cb),
822         (ev_window_load_job_cb), (ev_window_open_uri),
823         (ev_window_reload_local), (ev_window_dispose):
824
825         Remove dest, mode and search_string from EvJobLoad since they are
826         not really needed by the job, but for the window.
827         
828 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * shell/ev-view.c: (ev_view_drag_data_received),
831         (ev_view_class_init), (ev_view_init):
832         * shell/ev-window.c: (ev_window_drag_data_received),
833         (ev_window_class_init), (ev_window_init):
834
835         Make the whole EvWindow the destination of a drag and drop
836         operation.
837         
838 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
839
840         * shell/ev-window.c: (window_open_file_copy_progress_cb):
841
842         Add missing brakets around the percentage in progress
843         messages. See bug #567910.
844         
845 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
846
847         * shell/ev-application.c: (ev_application_open_window),
848         (ev_application_open_uri_at_dest):
849
850         Do no use gdk_x11_* when not available. Based on patch by Hib
851         Eris, see bug #339172.
852         
853 2009-01-16  Hib Eris  <hib@hiberis.nl>
854
855         * configure.ac:
856         * properties/ev-properties-view.c:
857         (ev_properties_view_format_date):
858
859         Check for localtime_r. See bug #339172.
860         
861 2009-01-16  Hib Eris  <hib@hiberis.nl>
862
863         * shell/main.c:
864
865         Include gdkx only for dbus support. See bug #339172.
866         
867 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
868
869         * shell/ev-view.c: (ev_view_set_zoom_for_size):
870
871         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
872         #567785.
873         
874 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
875
876         * shell/ev-window.c: (reload_remote_copy_progress_cb),
877         (window_save_file_copy_progress_cb):
878
879         Use brakets around the percentage in progress messages. See bug
880         #567910.
881         
882 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-window.c: (reload_remote_copy_ready_cb):
885
886         Fix typo in error message. See bug #567910.
887         
888 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
889
890         * shell/ev-window.c: (ev_window_cmd_file_close_window):
891
892         Fix mnemonic conflict. Fixes bug #567937.
893         
894 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
895
896         * NEWS:
897         * configure.ac:
898
899         Update for release 2.25.4
900         
901 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * configure.ac:
904         
905         GLib version requirement bumped to 2.18 due to g_set_error_literal.
906         Thanks to Christian Spurk.
907
908 2008-12-31  Hib Eris  <hib@hiberis.nl>
909         
910         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
911
912         Fix mime type handling.
913         
914 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * po/POTFILES.in:
917
918         Add ev-print-operation.c.
919         
920 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * shell/ev-window.c: (ev_window_clear_progress_idle),
923         (reset_progress_idle), (ev_window_show_progress_message),
924         (ev_window_reset_progress_cancellable),
925         (ev_window_progress_response_cb), (show_loading_progress),
926         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
927         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
928         (show_reloading_progress), (reload_remote_copy_ready_cb),
929         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
930         (show_saving_progress), (window_save_file_copy_ready_cb),
931         (window_save_file_copy_progress_cb), (ev_window_save_remote),
932         (ev_window_dispose):
933
934         Show progress information when loading/saving remote files. Fixes
935         bug #370958.
936         
937 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
938
939         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
940
941         Show better warning message when temp file cannot be deleted.
942         
943 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * shell/ev-window.c: (image_save_dialog_response_cb):
946
947         Fix saving images to remote locations.
948         
949 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * shell/ev-application.[ch]: (ev_application_shutdown),
952         (ev_application_get_print_settings_file),
953         (ev_application_save_print_settings),
954         (ev_application_get_print_settings),
955         (ev_application_set_print_settings),
956         (ev_application_get_page_setup), (ev_application_set_page_setup):
957         * shell/ev-window.c: (ev_window_save_print_page_setup),
958         (ev_window_load_print_page_setup_from_metadata),
959         (ev_window_print_page_setup_done_cb),
960         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
961         (ev_window_cmd_preview_print):
962
963         Remember page setup options too. Paper size is globally remembered
964         while page margins are stored per document in metadata file. Fixes
965         bugs #525185 and #349102.
966         
967 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * shell/ev-print-operation.c:
970         (ev_print_operation_export_print_dialog_response_cb):
971
972         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
973         
974 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
975
976         * shell/ev-print-operation.c: (export_cancel),
977         (export_job_cancelled), (ev_print_operation_export_begin),
978         (ev_print_operation_export_cancel):
979         * shell/ev-window.c: (ev_window_print_cancel),
980         (ev_window_print_update_pending_jobs_message),
981         (ev_window_print_operation_done),
982         (ev_window_print_operation_status_changed),
983         (print_jobs_confirmation_dialog_response),
984         (ev_window_cmd_file_close_window):
985
986         Show a confirmation dialog when there are pending print jobs while
987         closing the main window. Fixes bug #480964.
988         
989 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
990
991         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
992         (ev_print_operation_get_job_name),
993         (ev_print_operation_get_status),
994         (ev_print_operation_get_progress),
995         (ev_print_operation_update_status),
996         (ev_print_operation_export_get_job_name), (clamp_ranges),
997         (get_first_and_last_page), (ev_print_operation_export_run_next),
998         (print_job_finished), (export_print_done), (export_job_cancelled),
999         (update_progress), (export_print_page),
1000         (ev_print_operation_export_begin),
1001         (ev_print_operation_export_print_dialog_response_cb),
1002         (ev_print_operation_export_run),
1003         (ev_print_operation_export_cancel),
1004         (ev_print_operation_export_class_init):
1005         * shell/ev-window.c:
1006         (ev_window_print_update_pending_jobs_message),
1007         (ev_window_print_operation_done),
1008         (ev_window_print_progress_response_cb),
1009         (ev_window_print_operation_status_changed),
1010         (ev_window_print_operation_begin_print), (ev_window_print_range),
1011         (ev_window_dispose):
1012
1013         Show progress information when printing. Fixes bug #482770.
1014         
1015 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1016
1017         * shell/Makefile.am:
1018         * shell/ev-progress-message-area.[ch]:
1019         * shell/ev-message-area.[ch]: (ev_message_area_init),
1020         (ev_message_area_set_image_from_stock):
1021
1022         Add EvProgressMessageArea derived from EvMessageArea to show
1023         progress information in the message area. 
1024         
1025 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1028
1029         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
1030         close button. Add a function to get the contents of the message
1031         area.
1032         
1033 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * shell/Makefile.am:
1036         * shell/ev-print-operation.[ch]:
1037         * shell/ev-jobs.[ch]: (ev_job_export_init),
1038         (ev_job_export_dispose), (ev_job_export_run),
1039         (ev_job_export_class_init), (ev_job_export_new),
1040         (ev_job_export_set_page):
1041         * shell/ev-window.c: (ev_window_print_operation_done),
1042         (ev_window_print_range), (ev_window_dispose):
1043
1044         First step of the printing system rework. EvJobPrint has been
1045         replaced by EvJobExport so that every page is scheduled to be
1046         exported in a thread instead of scheduling the whole printing
1047         process. This way the gui is responsive during printing.
1048         
1049 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-window.c: (setup_size_from_metadata),
1052         (ev_window_load_print_settings_from_metadata):
1053
1054         Fix memory leaks.
1055         
1056 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * libdocument/ev-document.c: (ev_document_get_type):
1059
1060         Add GObject type as prerequisite to EvDocument interface so that
1061         document instances can be used as GObjects.
1062         
1063 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-view.c: (jump_to_find_result):
1066
1067         Only jump the the location of the find result for the first match
1068         when searching. It drastically improves the performance when
1069         searching. Bug catched and fixed by Michael Hunold. Fixes bug
1070         #564774.
1071         
1072 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1073
1074         * properties/ev-properties-main.c: (ev_properties_get_pages):
1075         * properties/ev-properties-view.[ch]:
1076         (ev_properties_view_dispose), (ev_properties_view_class_init),
1077         (ev_properties_view_set_info), (ev_properties_view_new):
1078         * shell/ev-properties-dialog.[ch]:
1079         (ev_properties_dialog_set_document):
1080         * shell/ev-window.c: (ev_window_setup_document),
1081         (ev_window_cmd_file_properties):
1082
1083         Add document URI to properties page. Fixes bug #555376.
1084         
1085 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * configure.ac:
1088         * data/Makefile.am:
1089         * data/evince-password.glade: Removed
1090         * data/evince-properties.glade: Removed
1091         * properties/ev-properties-view.c:
1092         (ev_properties_view_class_init), (set_property),
1093         (ev_properties_view_set_info), (ev_properties_view_init):
1094         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1095         (font_cell_data_func), (ev_properties_fonts_init):
1096
1097         Remove Glade dependency.
1098         
1099 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * backend/comics/comics-document.c: (comics_document_load):
1102
1103         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
1104         
1105 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1106
1107         * NEWS:
1108         * configure.ac:
1109
1110         Update for release 2.25.2
1111         
1112 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * configure.ac:
1115         * shell/Makefile.am:
1116         * shell/ev-keyring.[ch]:
1117         * shell/ev-password.[ch]: Removed
1118         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
1119         (ev_password_view_class_init), (ev_password_view_clicked_cb),
1120         (ev_password_view_init), (ev_password_view_set_uri),
1121         (ev_password_dialog_got_response),
1122         (ev_password_dialog_remember_button_toggled),
1123         (ev_password_dialog_entry_changed_cb),
1124         (ev_password_dialog_entry_activated_cb),
1125         (ev_password_view_ask_password), (ev_password_view_get_password),
1126         (ev_password_view_get_password_save_flags),
1127         (ev_password_view_new):
1128         * shell/ev-window.c: (ev_window_password_view_unlock),
1129         (ev_window_load_job_cb), (ev_window_close_dialogs),
1130         (ev_window_init):
1131
1132         Rework the password view. When the password is in the keyring it's
1133         used automatically without showing the password dialog and it's  
1134         only stored in the keyring when we are sure it's correct. The
1135         password dialog has been reworked too, in order to make it
1136         more hig compliant and consistent with the GTK+ dialog used in
1137         gtkmountoperation. Fixes bug #562496. 
1138         
1139 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * backend/comics/comics-document.c: (comics_document_load):
1142
1143         Do not trust file extensions when getting the command needed to
1144         uncompress comic documents. Fixes bug #562143.
1145         
1146 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * libdocument/ev-document-factory.c: (get_document_from_uri),
1149         (ev_document_factory_get_document):
1150         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
1151         (get_mime_type_from_data), (ev_file_get_mime_type):
1152
1153         Move mime-type functions from document-facrory to file-helpers so
1154         that it can be reused.
1155         
1156 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1157
1158         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
1159         (window_open_file_copy_ready_cb), (ev_window_reload_local),
1160         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
1161         (ev_window_reload_remote), (ev_window_reload_document):
1162
1163         Add support for reloading remote documents. Fixes bug #555399.
1164         
1165 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * shell/ev-view.c: (ev_view_find_previous):
1168
1169         Make sure find_result is never < 0 which causes a crash while
1170         searching. Fixes bug #558377.
1171         
1172 2008-11-19  Marek Kašík <mkasik@redhat.com>
1173
1174         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
1175         (ev_pixbuf_cache_get_selection_surface):
1176         
1177         Fixes crash on fast scrolling with simultaneous text selection.
1178
1179 2008-11-19  Marek Kašík <mkasik@redhat.com>
1180
1181         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
1182         * shell/ev-window.c (launch_external_uri):
1183         
1184         Fixes assertion fail on selecting text. See bug #561393.
1185
1186 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * shell/Makefile.am:
1189         * shell/ev-jobs.[ch]: (ev_job_layers_init),
1190         (ev_job_layers_dispose), (ev_job_layers_run),
1191         (ev_job_layers_class_init), (ev_job_layers_new):
1192         * shell/ev-sidebar-layers.[ch]:
1193         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
1194         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1195         (ev_view_reload_page), (ev_view_reload):
1196         * shell/ev-window.c: (setup_sidebar_from_metadata),
1197         (ev_window_sidebar_current_page_changed_cb),
1198         (sidebar_layers_visibility_changed), (ev_window_init):
1199
1200         Add layers support.
1201         
1202 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1203
1204         * data/icons/22x22/actions/Makefile.am:
1205         * data/icons/22x22/actions/eye.png:
1206         * shell/ev-stock-icons.[ch]:
1207         
1208         Add eye icon from gimp to hide/show layers.
1209         
1210 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * configure.ac:
1213         * cut-n-paste/Makefile.am:
1214         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1215         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1216         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1217
1218         Add GimpCellRendererToggle from gimp slightly modified to fit our
1219         needs. 
1220         
1221 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * configure.ac:
1224         * backend/pdf/ev-poppler.cc:
1225
1226         Implement layers interface in PDF backend.
1227         
1228 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * libdocument/Makefile.am:
1231         * libdocument/ev-document-layers.[ch]:
1232         * libdocument/ev-layer.[ch]:
1233
1234         Add optional content (layers) interface.
1235         
1236 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1237
1238         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1239         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1240
1241         Removes unused code.
1242
1243 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1244
1245         * NEWS:
1246         * configure.ac:
1247
1248         Update for 2.25.1 release
1249
1250 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1251
1252         * shell/ev-window.c:
1253
1254         Fix build with GTK+ < 2.14
1255
1256 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1257
1258         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1259         
1260         Makes menu label translatable. Fixes bug #559129.
1261
1262 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1265         (t1_transform_font):
1266         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1267         
1268         More renames of warning to mdvi_warning in follow up to the
1269         fix of the bug #553369. Fix for the bug #559257 by
1270         Tuxce <tuxce.net@gmail.com>.
1271         
1272 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1273
1274         * shell/ev-application.c: (ev_application_init_session):
1275         * shell/main.c: (main):
1276
1277         Move the egg_set_desktop_file() call to main and remove
1278         gtk_window_set_default_icon_name() since it's already called by
1279         egg_set_desktop_file()
1280         
1281 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1284
1285         Initialize GError to NULL.
1286         
1287 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1290         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1291         (ev_window_preview_print_finished), (launch_action):
1292
1293         Do not use popup dialogs to show error messages anymore, use the
1294         message area instead.
1295         
1296 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-window.c: (ev_window_error_message),
1299         (ev_window_warning_message), (ev_window_set_document),
1300         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1301         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1302         (ev_window_cmd_help_contents), (launch_external_uri),
1303         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1304         (ev_attachment_popup_cmd_open_attachment),
1305         (attachment_save_dialog_response_cb):
1306
1307         Use a message format (with printf()-style) in
1308         ev_window_error_message and ev_window_warning_message.
1309
1310 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * shell/ev-window.c: (ev_window_error_message),
1313         (ev_window_warning_message), (ev_window_set_document),
1314         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1315         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1316         (ev_window_cmd_help_contents), (launch_external_uri),
1317         (image_save_dialog_response_cb),
1318         (ev_attachment_popup_cmd_open_attachment),
1319         (attachment_save_dialog_response_cb):
1320
1321         Change ev_window_error_message and ev_window_warning_message to
1322         receive a EvWindow instead of a GtkWindow. It's more consistent
1323         and avoids unneeded casts.
1324         
1325 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-window.c: (ev_window_cmd_help_contents):
1328
1329         Use gtk_show_uri() when availale to display help contents.
1330         
1331 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * configure.ac:
1334         * backend/pdf/ev-poppler.cc:
1335         * properties/ev-properties-view.c:
1336         * shell/Makefile.am:
1337         * shell/ev-tooltip.[ch]: Removed
1338         * shell/ev-view-private.h
1339         * shell/eggfindbar.c:
1340         * shell/ev-application.c:
1341         * shell/ev-open-recent-action.c:
1342         * shell/ev-sidebar-thumbnails.c:
1343         * shell/ev-view.c:
1344         * shell/ev-window.c:
1345
1346         Bump GTK+ requirement to 2.12.
1347         
1348 2008-10-27 Christian Persch <chpe@gnome.org>
1349
1350         * backend/djvu/djvu-document.c
1351         * backend/dvi/cairo-device.c
1352         * cut-n-paste/evmountoperation/ev-mount-operation.h
1353         * cut-n-paste/gedit-message-area/gedit-message-area.h
1354         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1355         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1356         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1357         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1358         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1359         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1360         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1361         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1362         * cut-n-paste/zoom-control/ephy-zoom-action.c
1363         * cut-n-paste/zoom-control/ephy-zoom-action.h
1364         * cut-n-paste/zoom-control/ephy-zoom-control.c
1365         * cut-n-paste/zoom-control/ephy-zoom-control.h
1366         * libdocument/ev-async-renderer.h
1367         * libdocument/ev-document-factory.c
1368         * libdocument/ev-document-misc.h
1369         * libdocument/ev-image.h
1370         * libdocument/ev-selection.h
1371         * shell/ev-properties-fonts.h
1372         * shell/ev-stock-icons.h
1373         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1374         directly. Bug #558064.
1375
1376 2008-10-27 Christian Persch <chpe@gnome.org>
1377
1378         * cut-and-paste/smclient/*: Update from libegg.
1379
1380 2008-10-27 Christian Persch <chpe@gnome.org>
1381
1382         * backend/djvu/djvu-document.c
1383         * backend/ps/ev-spectre.c
1384         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1385
1386 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1387
1388         * shell/ev-view.c (ev_view_change_page),
1389         (ev_view_transition_animation_finish),
1390         (ev_view_transition_animation_cancel), (page_changed_cb),
1391         (ev_view_set_presentation), (ev_view_next_page),
1392         (ev_view_previous_page):
1393         
1394         Cancel the animation without scheduling transition start
1395         and proceed to the next page to fix bug #516749.
1396
1397 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * NEWS:
1400         * configure.ac:
1401
1402         Update for release 2.24.1
1403         
1404 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1407
1408         Disable toggle function of F5 when in presentation mode. Patch by
1409         Dave Neary. Fixes bug #556162.
1410         
1411 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1414         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1415         (ev_sidebar_thumbnails_fill_model),
1416         (ev_sidebar_thumbnails_refresh),
1417         (ev_sidebar_thumbnails_set_document):
1418
1419         Instead of using only one loading icon for thumbnails based on the
1420         size of the first page, create an icon for every different page
1421         size. Fixes bug #556264.
1422         
1423 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1426
1427         Fix memory leak.
1428         
1429 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1430
1431         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1432
1433         Removes bad prefixes from window title. Patch by 
1434         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1435         
1436 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * shell/ev-window.c: (launch_external_uri):
1439
1440         Do not consider mailto links as http uris. Fixes bug #555801.
1441         
1442 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1445
1446         Fix memory leak. Fixes bug #555134.
1447         
1448 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1451
1452         Emit the job finished signal when the job is handled before the
1453         page_ready callback.
1454         
1455 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1456
1457         * shell/ev-window.c: (launch_action):
1458
1459         Use GdkAppLaunchContext when available to launch external
1460         applications.
1461         
1462 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * shell/ev-window.c: (launch_action):
1465
1466         Fix launching external applications for launch actions which seems
1467         to be broken since the gio port. Fixes bug #554500.
1468         
1469 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1470
1471         * backend/dvi/Makefile.am:
1472         * backend/dvi/cairo-device.c:
1473         * backend/dvi/dvi-document.c:
1474         * backend/dvi/mdvi-lib/Makefile.am:
1475
1476         Fix several compile warnings in the dvi backend.
1477         
1478 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1479
1480         * backend/dvi/mdvi-lib/common.h:
1481         * backend/dvi/mdvi-lib/dviread.c:
1482         * backend/dvi/mdvi-lib/font.c:
1483         * backend/dvi/mdvi-lib/fontmap.c:
1484         * backend/dvi/mdvi-lib/fontsrch.c:
1485         * backend/dvi/mdvi-lib/gf.c:
1486         * backend/dvi/mdvi-lib/pagesel.c:
1487         * backend/dvi/mdvi-lib/pk.c:
1488         * backend/dvi/mdvi-lib/sp-epsf.c:
1489         * backend/dvi/mdvi-lib/special.c:
1490         * backend/dvi/mdvi-lib/tfm.c:
1491         * backend/dvi/mdvi-lib/tfmfile.c:
1492         * backend/dvi/mdvi-lib/util.c:
1493         * backend/dvi/mdvi-lib/vf.c:
1494
1495         Rename error as mdvi_error to avoid symbol conflicts with the libc
1496         error. Rename also message, crash, fatal and warning for
1497         consistency. Fixes bug #553369.
1498         
1499 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1500
1501         * backend/dvi/dvi-document.c: (dvi_document_load):
1502
1503         Fix memory leak.
1504         
1505 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1506
1507         * backend/dvi/dvi-document.c:
1508
1509         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1510         G_IMPLEMENT_INTERFACE.
1511         
1512 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1515
1516         Make sure copy_job_page_and_selection_to_job_info is always called
1517         before copy_job_to_job_info. Fixes bug #552382.
1518         
1519 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * NEWS:
1522         * configure.ac:
1523
1524         Update for release 2.24.0
1525         
1526 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1527
1528         * shell/ev-window.c: (launch_external_uri):
1529
1530         Use GdkAppLaunchContext when available to launch external uris.
1531         
1532 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-window.c: (launch_external_uri):
1535
1536         Use the message area to show errors when lauching external uris
1537         instead of a popup window.
1538         
1539 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-window.c: (launch_external_uri):
1542
1543         Assume invalid uris are http uris. Fixes bug #552071.
1544         
1545 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * NEWS:
1548         * configure.ac:
1549
1550         Update for release 2.23.92.
1551         
1552 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/eggfindbar.c: (egg_find_bar_class_init):
1555
1556         Allow page scrolling with PageUp/PageDown keys when find bar is
1557         active. Fixes bug #529833.
1558         
1559 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view-private.h:
1562         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1563         (ev_view_scroll), (ev_view_class_init):
1564         * shell/ev-view-accessible.c:
1565         (ev_view_accessible_action_do_action):
1566         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1567         (ev_window_cmd_scroll_backward):
1568
1569         Use GtkScrollType instead of EvScrollType.
1570         
1571 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1572
1573         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1574         
1575         Patch for case unsensitive page label match by Michael Lee.
1576         See bug #550136.
1577         
1578         * shell/ev-page-action.c (create_tool_item):    
1579         * test/Makefile.am:
1580         * test/test1.py:
1581         * test/test4.py:
1582         * test/test5.py:
1583         
1584         Added test for the above and updated other tests.
1585
1586 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * shell/ev-window.c: (image_save_dialog_response_cb):
1589
1590         Do not append the file extension twice when saving an image.
1591         
1592 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1593
1594         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1595
1596         Remove an invalid ifdef.
1597         
1598 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1599
1600         * shell/ev-view.c: (ev_view_motion_notify_event):
1601
1602         Make sure the cursor is correctly restored after showing the right
1603         click menu.
1604         
1605 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1606
1607         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1608         (ev_attachment_open):
1609         * shell/ev-sidebar-attachments.c:
1610         (ev_sidebar_attachments_button_press):
1611         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1612
1613         Use GdkAppLaunchContext when available to open attachments.
1614         
1615 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1616
1617         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1618
1619         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1620         by Eric Piel.
1621         
1622 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-application.c: (ev_application_get_media_keys):
1625         * shell/ev-media-player-keys.[ch]:
1626         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1627         (ev_media_player_keys_grab_keys),
1628         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1629         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1630         * shell/ev-window.[ch]: (ev_window_dispose),
1631         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1632         (ev_window_init):
1633
1634         Clean up the media player keys stuff.
1635         
1636 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * NEWS:
1639         * configure.ac:
1640
1641         Update for release 2.23.91.
1642         
1643 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1646         (sm_client_xsmp_set_initial_properties):
1647
1648         Fix memory leak.
1649         
1650 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-application.c: (ev_application_open_window),
1653         (ev_application_open_uri_at_dest):
1654
1655         Make sure evince starts up in the right workspace when resuming a
1656         previous session.
1657         
1658 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-application.[ch]: (ev_application_open_window),
1661         (ev_application_add_icon_path_for_screen),
1662         (ev_application_open_uri_at_dest):
1663
1664         Fix window manager warnings shown in ~/.xsession-errors
1665         
1666 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1667
1668         * configure.ac:
1669         * cut-n-paste/Makefile.am:
1670         * cut-n-paste/smclient/Makefile.am:
1671         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1672         * cut-n-paste/smclient/eggsmclient-private.h:
1673         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1674         * cut-n-paste/smclient/eggsmclient.[ch]:
1675
1676         EggSMClient copied from libegg
1677
1678         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1679         * shell/Makefile.am:
1680         * shell/ev-application.[ch]: (ev_application_load_session),
1681         (smclient_save_state_cb), (smclient_quit_cb),
1682         (ev_application_init_session), (ev_application_shutdown),
1683         (ev_application_init):
1684         * shell/main.c: (main):
1685
1686         Use EggSMClient instead of gnome-client and remove libgnome and
1687         libgnomeui dependencies.
1688         
1689 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * shell/main.c: (main):
1692
1693         Remove gnome_authentication_manager_init.
1694         
1695 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1696
1697         * shell/ev-view.c: (ev_view_goto_window_create):
1698
1699         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1700         since it's now deprecated.
1701         
1702 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1703
1704         * backend/djvu/Makefile.am:
1705         * backend/djvu/djvu-document-private.h:
1706         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1707         (djvu_document_find_iface_init):
1708         * backend/djvu/djvu-text-page.[ch]:
1709         * backend/djvu/djvu-text.[ch]: Removed
1710         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1711         (pdf_document_find_iface_init):
1712         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1713         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1714         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1715         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1716         (ev_job_find_has_results), (ev_job_find_get_results):
1717         * shell/ev-view-private.h:
1718         * shell/ev-view.[ch]: (ev_view_expose_event),
1719         (highlight_find_results), (ev_view_finalize),
1720         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1721         (ev_view_set_document), (ev_view_find_get_n_results),
1722         (ev_view_find_get_result), (jump_to_find_result),
1723         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1724         (ev_view_find_previous), (ev_view_find_search_changed),
1725         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1726         * shell/ev-window.c: (ev_window_update_actions),
1727         (page_changed_cb), (ev_window_setup_document),
1728         (ev_window_update_find_status_message),
1729         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1730         (ev_window_clear_find_job), (find_bar_close_cb),
1731         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1732         (ev_window_dispose), (ev_window_init):
1733
1734         Rework find interface. The find logic has been moved from backends
1735         to the shell avoiding a lot of duplicated code in the backends and
1736         making easier to implement the find interface in the backends.
1737         
1738 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1739
1740         * backend/pdf/ev-poppler.cc:
1741         (pdf_document_thumbnails_get_dimensions):
1742
1743         Make sure thumbnail size returned by the PDF is actually
1744         valid. Fixes bug #548462.
1745         
1746 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1747
1748         * shell/ev-window.c: (ev_window_setup_document),
1749         (ev_window_set_document), (ev_window_dispose):
1750
1751         Remove the idle function for setting the document up when the
1752         window is destroyed. Fixes bug #549163.
1753         
1754 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1757         (ev_job_attachments_dispose), (ev_job_attachments_run),
1758         (ev_job_attachments_class_init), (ev_job_attachments_new):
1759         * shell/ev-sidebar-attachments.c:
1760         (ev_sidebar_attachments_set_document):
1761
1762         Add a new job to get the attachments in a thread with the document
1763         lock held. Fixes bug #548653.
1764         
1765 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1768         (tiff_document_document_iface_init):
1769
1770         Implement document_get_page_label in tiff backend.
1771         
1772 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * backend/tiff/tiff-document.c: (tiff_document_render):
1775
1776         Handle document orientation in tiff backend. Fixes bug #548444.
1777         
1778 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1781
1782         Do not crash when adjustment page size is 0. Fixes bug #547440.
1783         
1784 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1787
1788         Sync with current GTK+.
1789         
1790 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1791
1792         * configure.ac:
1793         
1794         Update for release 2.23.6.
1795
1796 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1799         (ev_job_load_set_password):
1800         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1801         * shell/ev-window.c: (password_dialog_response),
1802         (ev_window_load_job_cb):
1803
1804         Fix loading encrypted documents since I broke it with the jobs
1805         rework.
1806         
1807 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1808
1809         * NEWS:
1810
1811         Update NEWS for 2.23.6 release.
1812         
1813 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1814
1815         * backend/impress/impress-document.c:
1816         * backend/impress/render.h:
1817         * libdocument/ev-document-factory.c:
1818         * libdocument/ev-document-factory.h:
1819         * libdocument/ev-document-links.h:
1820         * libdocument/ev-document-misc.c:
1821         * libdocument/ev-document-misc.h:
1822         * properties/ev-properties-main.c:
1823         * properties/ev-properties-view.c:
1824         * properties/ev-properties-view.h:
1825         * shell/eggfindbar.c:
1826         * shell/eggfindbar.h:
1827         * shell/ev-application.c:
1828         * shell/ev-application.h:
1829         * shell/ev-jobs.h:
1830         * shell/ev-message-area.h:
1831         * shell/ev-navigation-action.c:
1832         * shell/ev-navigation-action.h:
1833         * shell/ev-open-recent-action.c:
1834         * shell/ev-open-recent-action.h:
1835         * shell/ev-page-action-widget.c:
1836         * shell/ev-page-action.c:
1837         * shell/ev-page-action.h:
1838         * shell/ev-page-cache.h:
1839         * shell/ev-password-view.h:
1840         * shell/ev-password.h:
1841         * shell/ev-pixbuf-cache.h:
1842         * shell/ev-properties-fonts.c:
1843         * shell/ev-sidebar-attachments.c:
1844         * shell/ev-sidebar-links.c:
1845         * shell/ev-sidebar-links.h:
1846         * shell/ev-sidebar-thumbnails.c:
1847         * shell/ev-sidebar-thumbnails.h:
1848         * shell/ev-sidebar.c:
1849         * shell/ev-sidebar.h:
1850         * shell/ev-stock-icons.c:
1851         * shell/ev-tooltip.h:
1852         * shell/ev-view.c:
1853         * shell/ev-view.h:
1854         * shell/ev-window.c:
1855         * shell/ev-window.h:
1856         * shell/main.c:
1857
1858         More #include cleanups. Again: reordering, single gtk.h
1859         includes and other stuff.
1860
1861 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1862
1863         * shell/eggfindbar.c:
1864         * shell/ev-application.c:
1865         * shell/ev-message-area.c:
1866         * shell/ev-navigation-action.c:
1867         * shell/ev-open-recent-action.c:
1868         * shell/ev-page-action-widget.c:
1869         * shell/ev-page-action.c:
1870         * shell/ev-password-view.c:
1871         * shell/ev-properties-dialog.c:
1872         * shell/ev-properties-fonts.c:
1873         * shell/ev-sidebar-attachments.c:
1874         * shell/ev-sidebar-page.c:
1875         * shell/ev-sidebar-thumbnails.c:
1876         * shell/ev-stock-icons.c:
1877         * shell/ev-tooltip.c:
1878         * shell/ev-view.c:
1879         * shell/ev-window.c:
1880         * shell/main.c:
1881
1882         Cleanup many #include statements: reorder so that a
1883         generic-to-specific order is used, use single gtk.h
1884         includes, and some other cleanups.
1885
1886 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1887
1888         * shell/ev-jobs.h:
1889
1890         Add gio header.
1891         
1892 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1895         (ev_document_fc_mutex_trylock):
1896         * shell/Makefile.am:
1897         * shell/ev-job-queue.[ch]:
1898         * shell/ev-job-scheduler.[ch]:
1899         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1900         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1901         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1902         (ev_job_failed_from_error), (ev_job_succeeded),
1903         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1904         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1905         (ev_job_links_class_init), (ev_job_render_init),
1906         (notify_page_ready), (ev_job_render_page_ready),
1907         (ev_job_render_run), (ev_job_render_class_init),
1908         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1909         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1910         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1911         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1912         (ev_job_save_dispose), (ev_job_save_run),
1913         (ev_job_save_class_init), (ev_job_print_init),
1914         (ev_job_print_dispose), (ev_job_print_run),
1915         (ev_job_print_class_init):
1916         * shell/ev-page-cache.c:
1917         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1918         (check_job_size_and_unref), (move_one_job),
1919         (copy_job_to_job_info), (add_job),
1920         (ev_pixbuf_cache_add_jobs_if_needed):
1921         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1922         (job_fonts_finished_cb), (job_fonts_updated_cb),
1923         (ev_properties_fonts_set_document):
1924         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1925         (ev_sidebar_links_set_document):
1926         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1927         (ev_sidebar_thumbnails_set_document),
1928         (ev_sidebar_thumbnails_clear_job):
1929         * shell/ev-view-private.h:
1930         * shell/ev-view.c:
1931         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1932         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1933         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1934         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1935         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1936         (ev_window_reload_document), (ev_window_clear_save_job),
1937         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1938         (ev_window_clear_print_job), (ev_window_print_job_cb),
1939         (ev_window_print_dialog_response_cb):
1940         * shell/main.c: (main):
1941
1942         Rework the jobs system in order to make it simpler and more
1943         extensible. It allows to run jobs in the main loop instead of
1944         using a thread when it's appropriate like the fonts job. Now it's
1945         also possible to cancel jobs that are currently running. 
1946         
1947 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1948
1949         * libdocument/ev-debug.c: (profile_init):
1950
1951         Create the hash table also when profiling service is enabled for
1952         all sections.
1953         
1954 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1957         (ev_profiler_stop):
1958         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1959         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1960         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1961         (ev_job_print_run):
1962         * shell/main.c: (main):
1963
1964         Add a profile mode available when debug is enabled. Add profilers
1965         in ev-jobs.
1966         
1967 2008-07-23  Götz Waschk <waschk@mandriva.org>
1968
1969         * configure.ac: Correctly build desktop file. Fixes
1970         bug #544237.
1971
1972 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1973
1974         * configure.ac:
1975         
1976         Update for release 2.23.5.
1977
1978 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1979
1980         * NEWS:
1981
1982         Update NEWS for 2.23.5 release.
1983         
1984 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-window.c: (ev_window_state_event),
1987         (ev_window_class_init):
1988
1989         Intercept window manager's fullscreen request in order to run/stop
1990         fullscreen mode. Fixes bug #493541.
1991         
1992 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1995
1996         Restart the job search when the find bar is opened for the second
1997         time. Fixes bug #531956.
1998         
1999 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
2002         (get_document_from_uri):
2003
2004         Make sure we always return a valid error struct when
2005         get_document_from_uri fails. Fixes nautilus crash, see bug
2006         #542548.
2007         
2008 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
2009
2010         * libdocument/ev-transition-effect.c
2011         (ev_transition_effect_type_get_type),
2012         (ev_transition_effect_alignment_get_type),
2013         (ev_transition_effect_direction_get_type):
2014         
2015         Fixes bug #542924. Makes enums static to fix Solaris build.
2016
2017 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * shell/ev-view.c: (ev_view_key_press_event):
2020
2021         Add '.' keybinding for blanking the screen in presentation
2022         mode. Fixes bug #542001.
2023         
2024 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2025
2026         * libdocument/ev-document-misc.c:
2027         (ev_document_misc_pixbuf_from_surface):
2028
2029         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
2030         #540950.
2031         
2032 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2033
2034         * backend/comics/comics-document.c (comics_document_load):
2035         * backend/comics/comicsdocument.evince-backend.in:
2036         * configure.ac:
2037         * thumbnailer/evince-thumbnailer-comics.schemas.in:
2038         
2039         Added support for 7-zip based cb7 comic book. Patch by
2040         Kartik Rustagi. Fixes bug #532312.
2041
2042 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2043
2044         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
2045         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
2046         Fixes bug #539972.
2047
2048 2008-06-24  Bastien Nocera  <hadess@hadess.net>
2049
2050         * shell/Makefile.am:
2051         * shell/ev-application.c (ev_application_init),
2052         (ev_application_get_media_keys):
2053         * shell/ev-application.h:
2054         * shell/ev-marshal.list:
2055         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
2056         (proxy_destroy), (on_media_player_key_pressed),
2057         (ev_media_player_keys_init), (ev_media_player_keys_focused),
2058         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
2059         * shell/ev-media-player-keys.h:
2060         * shell/ev-window.c (ev_window_go_previous_page),
2061         (ev_window_go_next_page), (ev_window_go_first_page),
2062         (ev_window_go_last_page), (ev_window_start_presentation),
2063         (ev_window_dispose), (view_actions_focus_in_cb):
2064         * shell/ev-window.h: When building with D-Bus support, listen
2065         for multimedia key events from gnome-settings-daemon. This allows
2066         to go to the next/previous/first/last pages using, respectively,
2067         Next/Previous/Rewing/Fast Forward. The Play button is used to start
2068         a presentation. Fixes bug #539971.
2069
2070 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2071
2072         * configure.ac:
2073         
2074         Update for release 2.23.4.
2075
2076 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * NEWS:
2079
2080         Update news for 2.23.4 release.
2081         
2082 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2083
2084         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
2085         * shell/ev-sidebar-thumbnails.c:
2086         (ev_sidebar_thumbnails_set_loading_icon),
2087         (ev_sidebar_thumbnails_refresh):
2088         * shell/ev-window.c: (ev_window_error_message),
2089         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
2090         (ev_window_set_document):
2091
2092         Do not crash opening documents with no pages and show a warning
2093         message in the message area. Fixes bugs #537574 and #171588.
2094         
2095 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/Makefile.am:
2098         * shell/ev-file-monitor.[ch]:
2099         * shell/ev-window.c: (ev_window_document_changed),
2100         (ev_window_clear_reload_job), (ev_window_load_job_cb),
2101         (ev_window_reload_job_cb), (ev_window_open_uri),
2102         (ev_window_reload_document), (ev_window_cmd_view_reload),
2103         (ev_window_dispose):
2104
2105         Automaticly reload the document when the file has changed on
2106         disk. Bug #304249.
2107         
2108 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
2109
2110         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2111         * libdocument/ev-image.c: (ev_image_save_tmp):
2112         * libdocument/ev-module.c: (ev_module_load):
2113         * shell/ev-application.c: (ev_application_shutdown),
2114         (ev_application_get_print_settings):
2115         * shell/ev-sidebar-attachments.c:
2116         (ev_sidebar_attachments_button_press),
2117         (ev_sidebar_attachments_drag_data_get):
2118         * shell/ev-window.c: (window_save_file_copy_ready_cb),
2119         (ev_window_print_finished), (ev_window_print_send),
2120         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
2121         (ev_window_preview_print_finished), (ev_window_do_preview_print),
2122         (ev_window_cmd_preview_print):
2123         * shell/main.c: (load_files_remote):
2124         Fix some build warnings under GCC 4.3.0. (#537535).
2125
2126 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * shell/ev-jobs.c: (ev_job_render_dispose):
2129
2130         Fix a crash in debug mode. Patch by Daniel M German.
2131         
2132 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * shell/ev-window.c:
2135
2136         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
2137         
2138 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * shell/ev-window.c: (ev_window_print_send),
2141         (ev_window_do_preview_print):
2142
2143         Use the window title as print job name instead of just
2144         "evince-print". Fixes bug #534493.
2145         
2146 2008-05-19  Frederic Peters  <fpeters@0d.be>
2147
2148         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
2149         Bug #533897.
2150
2151 2008-05-19  Frederic Peters  <fpeters@0d.be>
2152
2153         * help/reference/Makefile.am: added missing libevmountoperation to
2154         gtkdoc-scanobj libraries.  Bug #533896.
2155
2156 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2157
2158         * properties/ev-properties-view.c (get_default_user_units):
2159         Fixes check for default units string translation. Bug #533323.
2160
2161 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
2162
2163         * backend/impress/iksemel.c (sax_core): Fix a free() that should
2164         be an iks_free(). Fix an array overflow in the XML parser that
2165         would occur whenever the number of attributes in a tag was greater
2166         than 0 and divisible by 6. Fixes GNOME bug #530852.
2167
2168 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2169
2170         * backend/djvu/djvu-document-private.h:
2171         * backend/djvu/djvu-links.c:
2172         * backend/djvu/djvu-text.c:
2173         * backend/djvu/djvu-document.c: (djvu_handle_events),
2174         (djvu_wait_for_message), (djvu_document_load),
2175         (document_get_page_size), (djvu_document_render),
2176         (djvu_document_thumbnails_get_thumbnail),
2177         (djvu_document_file_exporter_end):
2178
2179         Make sure load job doesn't finish successfully when the document
2180         is not successfully decoded by libdjvu. Fixes bug #530202.
2181         
2182 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * configure.ac:
2185         * libdocument/Makefile.am:
2186         * libdocument/ev-debug.[ch]:
2187         * libdocument/ev-document.c:
2188         * shell/ev-jobs.c: (ev_job_links_dispose),
2189         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
2190         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
2191         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
2192         (ev_job_render_page_ready), (ev_job_render_run),
2193         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
2194         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
2195         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
2196         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
2197         (ev_job_print_new), (ev_job_print_run):
2198         * shell/main.c: (main):
2199
2200         Add debug mode based on gedit code. Add debug messages in
2201         ev-jobs.
2202         
2203 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2204
2205         * libdocument/ev-document-factory.c: (get_document_from_uri):
2206
2207         Fix memory leak.
2208         
2209 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2210
2211         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
2212         (get_mime_type_from_data), (get_document_from_uri),
2213         (ev_document_factory_get_document):
2214         
2215         Improved error message about file opening failture.
2216         Bug #529129.
2217
2218 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2219
2220         * data/evince-toolbar.xml:
2221         
2222         Allow to add SaveAs to toolbar.
2223
2224 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * shell/ev-view-private.h:
2227         * shell/ev-view.[ch]: (ev_view_button_release_event),
2228         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2229         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2230         (ev_view_update_primary_selection), (clear_link_selected),
2231         (ev_view_copy_link_address):
2232         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2233
2234         Update also the primary selection when copying a link
2235         address. Fixes bug #520855.
2236         
2237 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * libdocument/ev-document-factory.c: (get_document_from_uri):
2240
2241         Use the pixbuf backend only when the mime type is not supported by
2242         any of the other backend so that tiff documents, for instance, are
2243         handled by the tiff backend instead of the pixbuf backend. fixes
2244         bug #520290.
2245         
2246 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * cut-n-paste/Makefile.am:
2249
2250         Add evmountoperation to subdirs list.
2251         
2252 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * configure.ac:
2255
2256         Fix libspectre check in configure script. Fixes bug #528549.
2257         
2258 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2259
2260         * configure.ac:
2261         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2262         * shell/Makefile.am:
2263         * shell/ev-window.c: (ev_window_load_remote_failed),
2264         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2265
2266         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2267         open documents in remote locations that are not mounted.
2268         
2269 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2272         (bitmap_convert_msb8):
2273         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2274         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2275
2276         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2277         
2278 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2281         (ev_job_render_new), (ev_job_render_set_selection_info),
2282         (ev_job_render_run):
2283         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2284         (check_job_size_and_unref),
2285         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2286         (add_job), (ev_pixbuf_cache_get_selection_surface):
2287
2288         Create the render context needed for rendering a page in the render
2289         thread so that we don't block the main thread. Simplify
2290         EvJobRender API.
2291         
2292 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * libdocument/Makefile.am:
2295         * libdocument/ev-page.[ch]:
2296         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2297         (ev_render_context_new), (ev_render_context_set_page):
2298         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2299         (ev_form_field_finalize), (ev_form_field_class_init):
2300         * libdocument/ev-document-forms.[ch]:
2301         (ev_document_forms_get_form_fields):
2302         * libdocument/ev-document.[ch]: (ev_document_get_page),
2303         (ev_document_get_page_size), (ev_document_get_page_label):
2304         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2305         (ev_job_render_run), (ev_job_thumbnail_new),
2306         (ev_job_thumbnail_run), (ev_job_print_run):
2307         * shell/ev-page-cache.c: (ev_page_cache_new):
2308         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2309         (check_job_size_and_unref), (add_job):
2310         * shell/ev-sidebar-thumbnails.c: (add_range):
2311         * shell/ev-view.c: (ev_view_form_field_get_region),
2312         (ev_view_form_field_button_create_widget),
2313         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2314         (ev_view_handle_form_field), (ev_view_size_allocate),
2315         (get_selected_text):
2316         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2317         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2318         (pdf_document_get_page), (pdf_document_get_page_label),
2319         (pdf_document_render), (pdf_document_get_info),
2320         (pdf_document_document_iface_init),
2321         (pdf_document_thumbnails_get_thumbnail),
2322         (pdf_document_thumbnails_get_dimensions),
2323         (pdf_document_file_exporter_do_page),
2324         (pdf_selection_render_selection),
2325         (pdf_selection_get_selected_text),
2326         (pdf_selection_get_selection_region),
2327         (pdf_selection_get_selection_map),
2328         (pdf_document_forms_get_form_fields),
2329         (pdf_document_forms_form_field_text_get_text),
2330         (pdf_document_forms_form_field_text_set_text),
2331         (pdf_document_forms_form_field_button_set_state),
2332         (pdf_document_forms_form_field_button_get_state),
2333         (pdf_document_forms_form_field_choice_get_item),
2334         (pdf_document_forms_form_field_choice_get_n_items),
2335         (pdf_document_forms_form_field_choice_is_item_selected),
2336         (pdf_document_forms_form_field_choice_select_item),
2337         (pdf_document_forms_form_field_choice_toggle_item),
2338         (pdf_document_forms_form_field_choice_unselect_all),
2339         (pdf_document_forms_form_field_choice_set_text),
2340         (pdf_document_forms_form_field_choice_get_text):
2341         * backend/ps/ev-spectre.c: (ps_document_get_page),
2342         (ps_document_get_page_size), (ps_document_get_page_label),
2343         (ps_document_render), (ps_document_document_iface_init),
2344         (ps_document_file_exporter_do_page):
2345         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2346         (tiff_document_render), (tiff_document_render_pixbuf),
2347         (tiff_document_file_exporter_do_page):
2348         * backend/pixbuf/pixbuf-document.c:
2349         (pixbuf_document_get_page_size):
2350         * backend/comics/comics-document.c:
2351         (comics_document_get_page_size), (comics_document_render_pixbuf):
2352         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2353         (djvu_document_render), (djvu_selection_get_selected_text),
2354         (djvu_document_thumbnails_get_thumbnail),
2355         (djvu_document_file_exporter_do_page),
2356         (djvu_document_find_get_result):
2357         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2358         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2359         (dvi_document_thumbnails_get_thumbnail),
2360         (dvi_document_file_exporter_do_page):
2361         * backend/impress/impress-document.c:
2362         (impress_document_get_page_size),
2363         (impress_document_render_pixbuf):
2364         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2365
2366         Add EvPage so that we can hold a reference to the backend
2367         page. Form fields keep now a reference to the poppler page
2368         improving performance since we don't have to create/destroy the
2369         poppler field for every form operation. This will be needed for
2370         annotations too.
2371         
2372 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * data/evince-ui.xml:
2375         * shell/ev-window.c:
2376
2377         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2378         
2379 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * configure.ac:
2382         * backend/ps/Makefile.am:
2383
2384         Remove gs stuff from ps backend.
2385         
2386 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * configure.ac:
2389         * backend/pdf/ev-poppler.cc:
2390
2391         Bump poppler requirement to 0.8.0.
2392         
2393 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2394
2395         * NEWS:
2396         * configure.ac:
2397
2398         Update for release 2.22.1.1
2399
2400 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * configure.ac:
2403
2404         Fix build (again) when poppler version is 0.6
2405         
2406 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * backend/djvu/djvu-links.c: (build_tree):
2409
2410         Make sure link title is a valid utf8 string. Fixes bug #526517.
2411         
2412 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * configure.ac:
2415
2416         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2417         #526799.
2418         
2419 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2420
2421         * configure.ac:
2422         
2423         Update for release 2.22.1.
2424
2425 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * NEWS:
2428
2429         Update for upcoming release.
2430
2431 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2432
2433         * configure.ac:
2434         * backend/dvi/dvidocument.evince-backend.in:
2435
2436         Add compressed dvi to the list of supported mime types. Patch by
2437         Ed Catmur. Fixes bug #307087.
2438
2439 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2442
2443         Fix a crash when printing a range that doesn't specify the start or
2444         end page. Fixes bug #524288.
2445
2446 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2447
2448         * shell/ev-window.c: (ev_window_cmd_continuous),
2449         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2450         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2451         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2452         (ev_window_run_presentation), (ev_window_stop_presentation),
2453         (ev_window_cmd_view_presentation),
2454         (ev_window_cmd_leave_fullscreen),
2455         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2456
2457         Do not unfullscreen and fullscreen again the window when changing
2458         from fullscreen to presentation mode and vice versa. Fixes bug
2459         #524112.
2460         
2461 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2464
2465         Do not crash when thumbnail failed to render in PS backend. Fixes
2466         bug #525015.
2467         
2468 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2471         (ev_window_load_file_remote), (ev_window_open_uri):
2472
2473         Handle errors when opening remote files.
2474         
2475 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2478
2479         Only grab the focus for the current visible proxy widget. Fixes
2480         bug #521224.
2481         
2482 2008-03-30  Emil Soleyman  <emil@nishra.com>
2483
2484         * shell/ev-window.c: (launch_external_uri):
2485         
2486         Reuse g_app_info_launch_default_for_uri to
2487         save some code and fix bug #525009.
2488
2489 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2490
2491         * shell/ev-window.c (image_save_dialog_response_cb):
2492
2493         Use g_str_has_suffix. See bug #523069.
2494
2495 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2496
2497         * configure.ac:
2498
2499         Add a configure option to enable/diable DBus. Patch by Rémi
2500         Cardona. Fixes bug 521797.
2501
2502 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2505
2506         Fix printing in documents with rotated pages. Patch by Eugen
2507         Dedu. Fixes bug #512648.
2508         
2509 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2510
2511         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2512         (ev_link_from_action):
2513
2514         Fix warning messages.
2515         
2516 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * shell/ev-window.c: (image_save_dialog_response_cb):
2519
2520         Do not append the extension to filename when saving an image
2521         if the filename alredy contains the extension. Fixes bug #523069.
2522         
2523 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-view.[ch]: (ev_view_find_cancel):
2526         * shell/ev-window.c: (find_bar_close_cb):
2527
2528         Cancel the find operation when the find bar is closed. Fixes bug
2529         #508845.
2530         
2531 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * backend/ps/psdocument.evince-backend.in:
2534
2535         Make ps backend module resident. Fixes bug #520607.
2536         
2537 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * shell/ev-jobs.c: (ev_job_print_run):
2540
2541         Invert collate action in order to work as expected, fix reverse
2542         printing so that it doesn't start with a blank page and fix number
2543         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2544         
2545 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2546
2547         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2548
2549         Fix build with poppler <= 0.7.2
2550         
2551 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2552
2553         * libdocument/ev-document-misc.c:
2554         (ev_document_misc_surface_from_pixbuf):
2555
2556         Fix selections with poppler-splash.
2557         
2558 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * configure.ac:
2561         * backend/pdf/ev-poppler.cc:
2562
2563         Fix build with poppler >= 0.7.2
2564         
2565 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2566
2567         * configure.ac:
2568         
2569         Update for release 2.22.0
2570
2571 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * NEWS:
2574
2575         Update for upcoming release.
2576
2577 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2578
2579         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2580
2581         Bug 495107 – Handle print dialog responses correctly
2582
2583         Correctly handle print dialog response. Properly fixes
2584         the above mentioned bug.
2585
2586 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2589
2590         Make sure print job is only run when the print button is
2591         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2592         
2593 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * backend/pdf/pdfdocument.evince-backend.in:
2596         * libdocument/ev-backends-manager.c:
2597         (ev_backends_manager_load_backend),
2598         (ev_backends_manager_get_document):
2599         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2600
2601         Allow making backend modules resident. This is needed only for
2602         some backends like pdf to avoid registering glib types more than
2603         once.
2604         
2605 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2606
2607         * backend/comics/comics-document.c:
2608         * backend/djvu/djvu-document.c:
2609         * backend/impress/impress-document.c:
2610         * backend/pdf/ev-poppler.cc:
2611         * backend/pixbuf/pixbuf-document.c:
2612         * backend/ps/ev-spectre.c:
2613         * backend/ps/ps-document.c:
2614         * backend/tiff/tiff-document.c:
2615         * libdocument/ev-document.h:
2616         * properties/ev-properties-main.c:
2617
2618         Use g_type_module_add_interface instead of
2619         g_type_add_interface_static. Fixes bug #519679.
2620         
2621 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2622
2623         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2624         Added. Returns whether the animation has everything necessary to run.
2625         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2626         is ready just because it's been created. Fixes #519106.
2627         (draw_one_page): Do not show the "Loading..." text in presentation
2628         mode, there was a slim probability that this could happen.
2629
2630 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2633
2634         Duplicate mime_type string before freeing it so that it doesn't
2635         always fail when getting mime type from uri. Fixes bug #518874.
2636         
2637 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2638
2639         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2640
2641         Fix a crash when a choice form field doesn't have any item
2642         selected. Fixes bug #518831
2643         
2644 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2645
2646         * shell/ev-window.c (ev_window_clear_temp_file):
2647         Use g_file_has_prefix instead of renamed
2648         g_file_contains_file.
2649
2650         * configure.ac:
2651         Require new glib for above change.
2652         
2653 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * libdocument/ev-image.c: (ev_image_finalize),
2656         (ev_image_save_tmp):
2657
2658         Return a real uri instead of a filename when saving an
2659         image. Fixes images drag an drop from evince to nautilus. 
2660         
2661 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * backend/pdf/ev-poppler.cc:
2664         (pdf_document_images_get_image_mapping):
2665
2666         Return the image list in the right order. Fixes bug #516237.
2667         
2668 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2669
2670         * backend/impress/impress-document.c:
2671         (impress_document_thumbnails_get_thumbnail):
2672
2673         Remove unused variable to avoid a compiler warning.
2674
2675 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * configure.ac:
2678         
2679         Update for release 2.21.91.
2680
2681 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * configure.ac:
2684         * shell/Makefile.am:
2685         * shell/ev-application.[ch]:
2686         * shell/ev-sidebar-links.c:
2687         * shell/ev-utils.[ch]:
2688         * shell/ev-window.[ch]:
2689
2690         Remove libgnomeprint support. Fixes bug #512370.
2691         
2692 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2693
2694         * thumbnailer/evince-thumbnailer.c: (main):
2695
2696         Initialize glib type system before using it. Fixes bug #513934.
2697         
2698 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * properties/ev-properties-main.c:
2701
2702         Add missing #include.
2703         
2704 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * configure.ac:
2707         * backend/djvu/djvu-document.c: (djvu_document_render):
2708         * backend/tiff/tiff-document.c: (tiff_document_render):
2709
2710         Use the new cairo function cairo_format_stride_for_width when
2711         available. Fixes bug #482720.
2712
2713 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2716         (get_mime_type_from_data), (get_document_from_uri):
2717
2718         Use g_content_type_guess() only when slow is true in
2719         get_document_from_uri(). Fix several memory leaks.
2720         
2721 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2722
2723         * libdocument/ev-document-factory.c:
2724         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2725         (get_document_from_uri):
2726
2727         Use g_content_type_guess () to get mimetype for files.
2728         Bug #510401.
2729
2730 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * thumbnailer/Makefile.am:
2733
2734         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2735         
2736 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * configure.ac:
2739
2740         Fix build with --without-libgnome. Fixes bug #512771.
2741         
2742 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2743
2744         * backend/dvi/Makefile.am: Install only dvi
2745         module. Fixes bug #512718.
2746
2747 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2748
2749         * properties/ev-properties-main.c: (nautilus_module_initialize):
2750         
2751         Initialize backends in properties tab. Fixes bug
2752         #512720.
2753
2754 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2755
2756         * properties/Makefile.am: No need to link with 
2757         libraries. Fixes bug #512719.
2758
2759 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2760
2761         * NEWS:
2762         * configure.ac:
2763         
2764         Update for release 2.21.90.
2765
2766 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2767
2768         * shell/ev-window.c: (ev_window_cmd_escape):
2769
2770         Fix compile warning.
2771         
2772 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2775
2776         Fix printing in dvi backend when filename contains white
2777         espaces. Fixes bug #502839.
2778         
2779 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2780
2781         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2782         (screensaver_disable_x11):
2783         * shell/Makefile.am:
2784         * shell/xdg-user-dir-lookup.c: Removed
2785         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2786         * shell/ev-view.c: (ev_view_presentation_transition_start):
2787         * shell/ev-window.c: (ev_window_cmd_file_open),
2788         (ev_window_cmd_save_as), (presentation_set_timeout):
2789
2790         Remove #ifdefs that are no longer needed.
2791         
2792 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * shell/ev-view.[ch]: (ev_view_button_release_event),
2795         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2796         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2797         (ev_window_cmd_escape):
2798
2799         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2800         
2801 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * configure.ac:
2804         * backend/comics/comics-document.c: (comics_document_load):
2805         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2806         (ev_attachment_set_property), (ev_attachment_init),
2807         (ev_attachment_save), (ev_attachment_launch_app),
2808         (ev_attachment_open):
2809         * libdocument/ev-document-factory.c: (get_document_from_uri):
2810         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2811         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2812         * shell/ev-jobs.c:
2813         * shell/ev-password.c: (ev_password_dialog_set_property),
2814         (ev_password_dialog_save_password):
2815         * shell/ev-sidebar-attachments.c:
2816         (ev_sidebar_attachments_drag_data_get):
2817         * shell/ev-window-title.c: (get_filename_from_uri):
2818         * shell/ev-window.c: (ev_window_clear_temp_file),
2819         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2820         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2821         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2822         (launch_external_uri), (image_save_dialog_response_cb),
2823         (attachment_save_dialog_response_cb):
2824         * shell/main.c: (load_files), (load_files_remote), (main):
2825         * thumbnailer/evince-thumbnailer.c: (main):
2826
2827         Port to gio and drop gnome-vfs dependency. Fixes bug
2828         #510401. Based on patch by Cosimo Cecchi.
2829         
2830 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2831
2832         * NEWS:
2833
2834         Fixed formatting inconsistencies (spaces vs. tabs)
2835
2836 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2837
2838         * shell/ev-window.c:
2839
2840         Use top/up/bottom/down arrows instead of
2841         first/left/last/right in the toolbar and menu actions.
2842         This fixes issues with RTL languages and is visually
2843         consistent with the page view. Fixes bug #170081.
2844
2845 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2846
2847         * NEWS:
2848
2849         Fixed some inaccuracies pointed out by Carlos Garcia
2850         Campos.
2851
2852 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2853
2854         * NEWS:
2855         * data/evince.schemas.in:
2856         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2857
2858         Override PDF restrictions by default. Fixes bug #382700.
2859
2860 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2861
2862         * NEWS: Updated for upcoming release
2863
2864 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2867
2868         Fix memory leak.
2869         
2870 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2871
2872         * shell/ev-window.c: (register_custom_actions):
2873         
2874         Added comment for translators
2875
2876 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2877
2878         * shell/ev-view.c: (ev_view_button_release_event):
2879
2880         Do not create the idle function for kinetic scrolling if we are
2881         not in a drag operation.
2882
2883 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2886         (ev_view_button_press_event), (ev_view_motion_notify_event),
2887         (ev_view_button_release_event):
2888
2889         Restore cursor after autoscrolling. Fixes bug #509958.
2890
2891 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * configure.ac:
2894         * backend/pdf/ev-poppler.cc:
2895         (pdf_document_images_get_image_mapping),
2896         (pdf_document_images_get_image),
2897         (pdf_document_document_images_iface_init):
2898         * libdocument/ev-document-images.[ch]:
2899         (ev_document_images_get_image_mapping),
2900         (ev_document_images_get_image):
2901         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2902         (ev_image_get_id), (ev_image_save_tmp):
2903         * shell/ev-jobs.c: (ev_job_render_run):
2904         * shell/ev-view.c: (ev_view_drag_data_get):
2905         * shell/ev-window.c: (image_save_dialog_response_cb),
2906         (ev_view_popup_cmd_copy_image):
2907
2908         Do not render images when rendering the page but on demand. It
2909         reduces the memory comsumption.
2910         
2911 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2912
2913         * configure.a:
2914         * shell/ev-password.c:
2915
2916         Make gnome-keyring optional. Fixes bug #509676.
2917         
2918 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2919
2920         * shell/ev-pixbuf-cache.c: (add_job):
2921
2922         Initialize include_images variable as FALSE instead of TRUE.
2923         
2924 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2925
2926         * configure.ac:
2927         * cut-n-paste/Makefile.am:
2928         * cut-n-paste/fileformatchooser/Makefile.am:
2929         * cut-n-paste/fileformatchooser/egg-macros.h:
2930         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2931         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2932         * shell/Makefile.am:
2933         * shell/ev-utils.c:
2934         (file_chooser_dialog_add_writable_pixbuf_formats),
2935         (get_gdk_pixbuf_format_by_extension):
2936         * shell/ev-utils.h:
2937         * shell/ev-window.c: (ev_window_error_message),
2938         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2939         
2940         Simplify image format selection on save.
2941
2942 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2943
2944         * shell/ev-view.c: (ev_view_scroll_event):
2945         
2946         Repair gorizontal scrolling with shift. Fixes
2947         bug #483412.
2948
2949 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2950         
2951         * MAINTAINERS:
2952
2953         Fix formatting issues.
2954         
2955 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * backend/comics/comics-document.c: (comics_regex_quote):
2958         
2959         Don't overquote special chars except of '. See bug 
2960         502500. Thanks to Tom Parker.
2961
2962 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2963
2964         * MAINTAINERS:
2965         
2966         Added Nickolay and Carlos, since they're doing most of
2967         the releases nowadays.
2968
2969 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2970
2971         * properties/Makefile.am:
2972
2973         Get the nautilus extension dir properly instead of using
2974         a hack. Fixes bug #505359.
2975
2976 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2977
2978         * properties/Makefile.am:
2979         
2980         Install nautilus extension into new place. See bug
2981         #505359. Thanks to Matthias Clasen, Brian Pepple and
2982         Damien Carbery.
2983
2984 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2985
2986         * shell/ev-window.c: (ev_window_get_recent_file_label):
2987         
2988         RTL marker in recent file list. See bug #509076.
2989
2990 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2993         * shell/ev-window.c: (image_save_dialog_response_cb):
2994
2995         Fix compile warnings due to unused variables.
2996         
2997 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2998
2999         * configure.ac:
3000         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
3001         * backend/ps/ev-spectre.c: (ps_document_render):
3002
3003         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
3004
3005 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3006
3007         * shell/ev-transition-animation.c (ev_transition_animation_fade)
3008         (ev_transition_animation_paint): Implement "fade" effect.
3009
3010 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3011
3012         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
3013         (ev_transition_animation_paint): Implement "uncover" effect.
3014
3015 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3016
3017         * shell/ev-transition-animation.c (ev_transition_animation_cover)
3018         (ev_transition_animation_paint): Implement "cover" effect.
3019
3020 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3021
3022         * shell/ev-transition-animation.c (ev_transition_animation_push)
3023         (ev_transition_animation_paint): Implement "push" effect.
3024
3025 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3026
3027         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
3028         (ev_transition_animation_paint): Implement "dissolve" effect.
3029
3030 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3031
3032         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
3033         (ev_transition_animation_paint): Implement "wipe" effect.
3034
3035 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3036
3037         * shell/ev-transition-animation.c (ev_transition_animation_box)
3038         (ev_transition_animation_paint): Implement "box" effect.
3039
3040 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3041
3042         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
3043         (ev_transition_animation_paint): Implement "blinds" effect.
3044
3045 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3046
3047         * shell/ev-transition-animation.c (ev_transition_animation_split)
3048         (ev_transition_animation_paint): Implement "split" effect.
3049
3050 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3051
3052         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
3053         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
3054         (ev_view_transition_animation_start) 
3055         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
3056         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
3057         (ev_view_next_page) (ev_view_previous_page):
3058         
3059         Use EvTransitionAnimation to drive page changes in the presentation
3060         mode, the animation will wait to start until both the origin and 
3061         destination page surfaces are available. Fixes #458460.
3062
3063         (draw_loading_text):
3064
3065         Remove workaround for bug #320352, it's now fixed properly.
3066
3067
3068 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3069
3070         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
3071         will contain the implementations for page transition animations, at
3072         the moment it just has the "replace" effect.
3073         * shell/Makefile.am: Added these files to build.
3074
3075 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3076
3077         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
3078         animations.
3079         * shell/Makefile.am: Added these files to build.
3080
3081 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3082
3083         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
3084         implementation to get_effect() in EvDocumentTransitionIface.
3085
3086 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
3087
3088         * libdocument/ev-transition-effect.[ch]: New files, define a page
3089         transition effect, at the moment it maps PopplerPageTransition to a
3090         GObject.
3091         * libdocument/Makefile.am: Added these files to build.
3092         * libdocument/ev-document-transition.[ch]
3093         (ev_document_transition_get_effect): New method, gets the
3094         EvTransitionEffect returned by the interface implementation, with
3095         fallback to the "replace" effect.
3096
3097 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
3098
3099         * configure.ac:
3100         * cut-n-paste/Makefile.am:
3101         * cut-n-paste/fileformatchooser/Makefile.am:
3102         * cut-n-paste/fileformatchooser/egg-macros.h:
3103         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
3104         * shell/Makefile.am:
3105         * shell/ev-window.c: (image_save_dialog_response_cb),
3106         (ev_view_popup_cmd_save_image_as):
3107
3108         Allow exporting images in any format supported by
3109         GdkPixbuf. Fixes bug #500209.
3110         
3111 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3112
3113         * backend/pixbuf/pixbuf-document.c:
3114
3115         More warnings fixed.
3116         
3117 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3118
3119         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
3120         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
3121         * backend/djvu/djvu-text.h:
3122         * backend/tiff/tiff-document.c: (tiff_document_render):
3123
3124         Fix compile warnings.
3125         
3126 2007-12-28  Christian Persch  <chpe@gnome.org>
3127
3128         * **/*.c: Include config.h. Bug #504721.
3129
3130 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * configure.ac:
3133         * Makefile.am:
3134         * po/POTFILES.in:
3135         * backend/comics/Makefile.am:
3136         * backend/comics/comics-document.[ch]:
3137         * backend/comics/comicsdocument.evince-backend.in:
3138         * backend/djvu/Makefile.am:
3139         * backend/djvu/djvu-document.[ch]:
3140         * backend/djvu/djvudocument.evince-backend.in:
3141         * backend/dvi/Makefile.am:
3142         * backend/dvi/dvi-document.[c]:
3143         * backend/dvi/dvidocument.evince-backend.in:
3144         * backend/impress/Makefile.am:
3145         * backend/impress/impress-document.[ch]:
3146         * backend/impress/impressdocument.evince-backend.in:
3147         * backend/pdf/Makefile.am:
3148         * backend/pdf/ev-poppler.cc:
3149         * backend/pdf/ev-poppler.h:
3150         * backend/pdf/pdfdocument.evince-backend.in:
3151         * backend/pixbuf/Makefile.am:
3152         * backend/pixbuf/pixbuf-document.[ch]:
3153         * backend/pixbuf/pixbufdocument.evince-backend.in:
3154         * backend/ps/Makefile.am:
3155         * backend/ps/ev-spectre.[ch]:
3156         * backend/ps/ps-document.[ch]:
3157         * backend/ps/psdocument.evince-backend.in:
3158         * backend/tiff/Makefile.am:
3159         * backend/tiff/tiff-document.[ch]:
3160         * backend/tiff/tiffdocument.evince-backend.in:
3161         * libdocument/Makefile.am:
3162         * libdocument/ev-backends-manager.[ch]:
3163         * libdocument/ev-module.[ch]:
3164         * libdocument/ev-document.h:
3165         * libdocument/ev-document-factory.[ch]:
3166         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
3167         (get_compression_from_mime_type), (get_document_from_uri),
3168         (ev_document_factory_get_document), (file_filter_add_mime_types),
3169         (ev_document_factory_add_filters):
3170         * shell/Makefile.am:
3171         * shell/ev-window-title.c: (get_filename_from_uri):
3172         * shell/main.c: (main):
3173         * thumbnailer/Makefile.am:
3174         * thumbnailer/evince-thumbnailer.c: (main):
3175
3176         Plugin system for backends. Fixes bug #351348.
3177         
3178 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3179
3180         * shell/ev-view-private.h:
3181         * shell/ev-view.c: (ev_view_drag_update_momentum),
3182         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
3183         (ev_view_button_release_event), (ev_view_destroy):
3184         
3185         Kinetic scrolling implemented as requested in
3186         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
3187
3188 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3189
3190         * data/evince-toolbar.xml:
3191         * data/evince-ui.xml:
3192         * shell/ev-view-private.h:
3193         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3194         (ev_view_button_press_event), (ev_view_motion_notify_event),
3195         (ev_view_button_release_event), (ev_view_init),
3196         (ev_view_autoscroll_cb), (ev_view_autoscroll),
3197         (ev_view_set_cursor):
3198         * shell/ev-view.h:
3199         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3200         (ev_window_cmd_view_autoscroll):
3201         
3202         Autoscroll feature with the context menu. Fixes bug 
3203         #323670. Thanks to David Turner <cillian64@googlemail.com>.
3204
3205 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3206
3207         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
3208
3209         Disconnect also page-ready signal when removing a job because the
3210         page size has changed. Thanks to kripken
3211         <kripkensteiner@gmail.com>.
3212
3213 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3214
3215         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3216         
3217         Scroll pages in page entry with mouse wheel. Fixes bug
3218         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3219
3220 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * backend/dvi/Makefile.am:
3223         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3224         (mdvi_cairo_device_init):
3225         * backend/dvi/mdvi-lib/common.h:
3226         * backend/dvi/mdvi-lib/mdvi.h:
3227         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3228         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3229         (mdvi_build_path_from_cwd):
3230
3231         Add ps specials support in dvi backend when libspectre is
3232         present. Fixes bug #386005.
3233         
3234 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * configure.ac:
3237         * backend/ps/Makefile.am:
3238         * backend/ps/ev-spectre.[ch]:
3239         
3240         Use libspectre, if available, for the ps backend. Fixes bugs
3241         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3242
3243 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3244         
3245         * backend/comics/comics-document.c: (comics_document_load):
3246         
3247         Cygwin build issue fix.
3248
3249 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * shell/ev-view.c: (ev_view_set_zoom):
3252
3253         Do not limit the minimum zoom factor when sizing mode is best bit
3254         or fit width. Fixes bug #503805.
3255         
3256 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3257
3258         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3259         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3260         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3261         (ev_link_dest_get_property), (ev_link_dest_set_property),
3262         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3263         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3264         (ev_link_dest_new_fitr):
3265         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3266         (goto_fith_dest), (goto_xyz_dest):
3267
3268         Do not change left, top and zoom values when they are null in PDF
3269         destinations. Fixes bug #460658.
3270         
3271 2007-12-10  Christian Persch  <chpe@gnome.org>
3272
3273         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3274         (ev_view_accessible_class_init),
3275         (ev_view_accessible_idle_do_action),
3276         (ev_view_accessible_action_do_action),
3277         (ev_view_accessible_action_get_description),
3278         (ev_view_accessible_action_set_description),
3279         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3280         (ev_view_accessible_factory_init),
3281         (ev_view_accessible_factory_get_accessible_type):
3282         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3283         private data, and G_DEFINE_TYPE. Bug #502843.
3284
3285 2007-12-08  Christian Persch  <chpe@gnome.org>
3286
3287         * shell/ev-metadata-manager.c: (item_free),
3288         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3289         (value_free), (parse_value), (parseItem),
3290         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3291         (save_values): Use GSlice to allocate small amounts of memory. Bug
3292         #475972.
3293
3294 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3295
3296         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3297
3298         Restore cursor to normal after a drag operation. Fixes bug
3299         #501603.
3300         
3301 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3302
3303         * NEWS:
3304         * configure.ac:
3305         
3306         Update for release 2.21.1
3307
3308 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * configure.ac:
3311         * cut-n-paste/gedit-message-area/Makefile.am:
3312         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3313         * shell/Makefile.am:
3314         * shell/ev-message-area.[ch]:
3315         * shell/ev-window.c: (ev_window_set_message_area),
3316         (ev_window_error_message_response_cb), (ev_window_error_message),
3317         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3318         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3319         (ev_attachment_popup_cmd_open_attachment),
3320         (attachment_save_dialog_response_cb), (ev_window_set_document),
3321         (ev_window_init):
3322
3323         Use a message area instead of a popup dialog for error
3324         notifications. Fixes bug #337495.
3325         
3326 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3327
3328         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3329         (ev_window_run_fullscreen):
3330
3331         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3332         
3333 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3334
3335         * ev-sidebar-thumbnails.c: (update_visible_range),
3336         (ev_sidebar_thumbnails_refresh),
3337         (ev_sidebar_thumbnails_set_document),
3338         (ev_sidebar_thumbnails_support_document):
3339
3340         Show thumbnails for documents with one page. Fixes bug #358751.
3341         
3342 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-window.c:
3345         (ev_window_load_print_settings_from_metadata),
3346         (ev_window_save_print_settings), (ev_window_print_finished),
3347         (ev_window_print_range):
3348
3349         Print settings that are specific to the document are now saved per
3350         document in the metadata file. Fixes bug #488806.
3351         
3352 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3353
3354         * backend/tiff/tiff-document.c: (tiff_document_render):
3355
3356         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3357         
3358 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * shell/ev-application.[ch]: (get_find_string_from_args),
3361         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3362         (ev_application_open_uri_list):
3363         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3364         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3365         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3366         (ev_window_cmd_recent_file_activate),
3367         (ev_window_open_recent_action_item_activated),
3368         (ev_window_print_send), (open_remote_link):
3369         * shell/main.c: (arguments_parse):
3370
3371         Add a command line option for search. Fixes bug #497710.
3372         
3373 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3374
3375         * shell/ev-jobs.c: (ev_job_print_new):
3376
3377         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3378         
3379 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * data/evince-toolbar.xml:
3382         * shell/Makefile.am:
3383         * shell/ev-application.c: (ev_application_init):
3384         * shell/ev-open-recent-action.[ch]:
3385         * shell/ev-window.c:
3386         (ev_window_open_recent_action_item_activated),
3387         (register_custom_actions):
3388
3389         Add an expander to the open toolbar item which pops up a dropdown
3390         menu with the recently used documents. Fixes bug #487215.
3391         
3392 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-window.c: (ev_window_open_uri),
3395         (ev_window_cmd_view_reload):
3396
3397         Do not jump to the first page when reloading by running evince
3398         from the command line. Fixes bug #490847.
3399         
3400 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3401
3402         * shell/ev-window.c: (ev_window_cmd_help_contents):
3403
3404         Plugged memory leak when help file is not found. Fixes bug
3405         #490762.
3406         
3407 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3408
3409         * configure.ac:
3410
3411         Enable djvu, dvi and comics backends by default. Fixes bug
3412         #437121.
3413         
3414 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * configure.ac:
3417         * cut-n-paste/Makefile.am:
3418         * cut-n-paste/recent-files/*: Removed
3419         * help/reference/Makefile.am:
3420         * shell/Makefile.am:
3421         * shell/ev-application.[ch]: (ev_application_shutdown),
3422         (ev_application_init):
3423         * shell/ev-window.c: (ev_window_add_recent),
3424         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3425
3426         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3427         
3428 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3429
3430         * shell/ev-window.c: (launch_external_uri):
3431
3432         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3433         and report error if the URL is not supported (#489910).
3434
3435 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3436
3437         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3438         (pdf_document_file_exporter_begin_page),
3439         (pdf_document_file_exporter_end_page):
3440
3441         Fix printing with poppler splash backend. Fixes bug #489774.
3442         
3443 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3444
3445         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3446         * shell/ev-print-job.c: (ev_print_job_class_init):
3447
3448         Fix a crash when printing with the gnome-print dialog. Fixes bug
3449         #488939.
3450         
3451 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3452
3453         * backend/pixbuf/pixbuf-document.c:
3454
3455         Fix an implicit function definition warning (#487655)
3456
3457 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * shell/ev-window.c:
3460
3461         Fix conflicting shortcut for view sade pane and presentation.
3462         
3463 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * backend/pdf/ev-poppler.cc:
3466         (pdf_document_file_exporter_begin_page),
3467         (pdf_document_file_exporter_do_page),
3468         (pdf_document_file_exporter_end_page),
3469         (pdf_document_file_exporter_iface_init):
3470         * libdocument/ev-file-exporter.[ch]:
3471         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3472         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3473         (ev_job_print_run):
3474
3475         When printing multiple pages per sheet in reverse option, do not
3476         invert the order of the pages in every sheet, but the order of the
3477         sheets. Do not print blank pages when page range is invalid. Fixes
3478         bugs #484857 and #485521.
3479         
3480 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3483         (ev_job_print_run):
3484         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3485
3486         Respect ranges order when printing more than one range in random
3487         order.
3488         
3489 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3490
3491         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3492         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3493
3494         Rotate also the window icon when document is rotated. Fixes bug
3495         #474681.
3496         
3497 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3500         (pdf_document_forms_get_form_fields):
3501
3502         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3503         Matthias Drochner.
3504         
3505 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3506
3507         * configure.ac:
3508         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3509
3510         Use poppler_page_render_for_printing() instead of
3511         poppler_page_render() if available when exporting to a ps or pdf
3512         file. Fixes bug #476627.
3513         
3514 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * shell/ev-window.c: (ev_window_run_fullscreen):
3517
3518         Do not show the toolbar in fullscreen mode if the main toolbar is
3519         not visible. Fixes bug #483048.
3520         
3521 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3522
3523         * shell/ev-view.c: (ev_view_button_press_event):
3524
3525         Give priority to form fields over images when deciding whether a
3526         button press event is over an image or form field. It allows edit
3527         form fields when they are over a background image. Fixes bug
3528         #477841.
3529         
3530 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3531
3532         * NEWS:
3533         * configure.ac:
3534         
3535         Update for release 2.20.0
3536
3537 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3538
3539         * backend/pdf/ev-poppler.cc:
3540
3541         Remove #ifdef HAVE_FORMS, so that forms support works again.
3542
3543 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3544
3545         * configure.ac:
3546         * data/evince.desktop.in.in:
3547         
3548         Fixes desktop file issues. See bug #473471.
3549
3550 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3551
3552         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3553         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3554         (ev_job_queue_remove_job):
3555         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3556         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3557         * shell/ev-window.c: (ev_window_clear_save_job),
3558         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3559         (ev_window_dispose):
3560
3561         Move save a copy task to its own job so that it's carried out in a
3562         thread avoiding another lock in the main thread. Use
3563         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3564         can be saved to a pathin another file system. Fixes bug #456891.
3565         
3566 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3567
3568         * NEWS:
3569         * configure.ac:
3570         
3571         Update for release 2.19.92
3572
3573 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3574
3575         * configure.ac:
3576         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3577         (pdf_selection_get_selection_region),
3578         (pdf_selection_get_selection_map),
3579         (ev_form_field_from_poppler_field):
3580
3581         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3582         and triple click selections are enabled again now.
3583
3584 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3585
3586         * shell/ev-window.c: (ev_window_add_history):
3587
3588         Make sure not to use the history with documents not supporting
3589         links. Fixes bug #468954.
3590
3591 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3592
3593         * shell/ev-window.c: (ev_window_load_job_cb):
3594
3595         Restart the search when reloading a document with the find bar
3596         visible. Fixes bug #461962.
3597
3598 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3599
3600         * shell/ev-window.c: (setup_document_from_metadata),
3601         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3602
3603         Do not jump to the first page when reloading a document from the
3604         last page.
3605
3606 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * shell/ev-window.c: (update_chrome_flag),
3609         (setup_sidebar_from_metadata),
3610         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3611         (ev_window_cmd_edit_find_next),
3612         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3613         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3614         (find_bar_close_cb), (view_actions_focus_in_cb):
3615
3616         Do not update visibility when changing a chrome flag so that it's
3617         possible to update several flags and update visibility only once
3618         for all of them.
3619
3620 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3621
3622         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3623
3624         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3625         supported by gtk+. Fixes bug #460907.
3626
3627 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3628
3629         * shell/ev-view.c: (view_update_range_and_current_page):
3630
3631         Make sure current-page <= end-page in continuous mode. Fixes bug
3632         #454950.
3633
3634 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3635
3636         * backend/pdf/ev-poppler.cc: (build_tree):
3637
3638         Ignore outline items without a title. Fixes bug #453913.
3639
3640 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3643         (ev_view_button_release_event), (ev_view_leave_notify_event):
3644
3645         Use always drag mouse cursor during a drag operation. Fixes bug
3646         #470564.
3647
3648 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3649
3650         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3651         (pdf_selection_get_selection_region),
3652         (pdf_selection_get_selection_map):
3653
3654         Temporarily disable double and triple selections since it depends on
3655         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3656         released and the update of the external dependency minimal version
3657         approved.
3658
3659 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3662         (pdf_document_file_exporter_do_page):
3663         * libdocument/ev-file-exporter.h:
3664         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3665         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3666
3667         Actually fix printing regressions. Remove orientation from
3668         EvPrintContext since it's redundant.
3669
3670 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3671
3672         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3673         * backend/impress/impress-document.c:
3674         (impress_document_document_iface_init):
3675         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3676         * backend/djvu/djvu-document.c:
3677         (djvu_document_document_iface_init),
3678         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3679         * backend/tiff/tiff-document.c:
3680         (tiff_document_document_iface_init):
3681         * backend/pixbuf/pixbuf-document.c:
3682         (pixbuf_document_document_iface_init):
3683         * backend/comics/comics-document.c:
3684         (comics_document_document_iface_init):
3685         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3686         (pdf_selection_render_selection),
3687         (pdf_selection_get_selected_text),
3688         (pdf_selection_get_selection_region),
3689         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3690         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3691         (ev_selection_get_selection_region),
3692         (ev_selection_get_selection_map):
3693         * libdocument/ev-document.[ch]:
3694         * shell/ev-pixbuf-cache.[ch]: (add_job),
3695         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3696         * shell/ev-view-private.h:
3697         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3698         (ev_job_render_run):
3699         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3700         * shell/ev-view.c: (start_selection_for_event),
3701         (ev_view_button_press_event), (ev_view_drag_data_get),
3702         (ev_view_drag_data_received), (ev_view_button_release_event),
3703         (compute_new_selection_text), (compute_selections),
3704         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3705         (ev_view_primary_get_cb):
3706
3707         Add support for double and triple click selections.
3708
3709 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3710
3711         * NEWS:
3712         * configure.ac:
3713
3714         Update for release 2.19.4
3715
3716 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3717
3718         * shell/ev-view-private.h:
3719         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3720         (ev_view_set_highlight_search):
3721         * shell/ev-view.h:
3722         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3723         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3724         (find_bar_visibility_changed_cb):
3725         
3726         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3727
3728 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3731         (pdf_document_file_exporter_begin),
3732         (pdf_document_file_exporter_do_page):
3733         * shell/ev-jobs.c: (ev_job_print_run):
3734         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3735
3736         Create always a portrait cairo surface and rotate when needed for
3737         landscape. It fixes printing problems in real printers.
3738
3739 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3740
3741         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3742         * libdocument/ev-file-exporter.[ch]:
3743         (ev_file_exporter_get_capabilities):
3744         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3745         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3746
3747         Adjust number of pages per row according to page orientation when
3748         printing 2 or 6 pages per sheet.
3749
3750 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3751
3752         * shell/ev-window.c: (ev_window_print_send):
3753
3754         Reset also cups setting to 1 when printing multiple pages per
3755         sheet. Fixes bug #468853.
3756
3757 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3758
3759         * libdocument/ev-document-misc.c:
3760         (ev_document_misc_surface_rotate_and_scale):
3761
3762         Use directly cairo_surface_get_content() when creating a similar
3763         surface as suggested by Jeff Muizelaar. Thanks again.
3764
3765 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * backend/djvu/djvu-document.c: (djvu_document_render):
3768         * backend/tiff/tiff-document.c: (tiff_document_render):
3769         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3770         * libdocument/ev-document-misc.c:
3771         (ev_document_misc_surface_from_pixbuf),
3772         (ev_document_misc_surface_rotate_and_scale):
3773
3774         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3775         creating page surfaces. Fixes bug #453123. Thank you very much to
3776         Jeff Muizelaar <jeff@infidigm.net>.
3777
3778 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * shell/ev-page-cache.c: (ev_page_cache_new),
3781         (ev_page_cache_get_thumbnail_size):
3782         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3783         (ev_sidebar_thumbnails_set_loading_icon):
3784
3785         Also store in page-cache the dimensions of the thumbnails so that
3786         they can be used to create the correct loading icon in the side
3787         pane. Fixes bug #466857.
3788
3789 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3790
3791         * backend/pdf/ev-poppler.cc:
3792         (pdf_document_thumbnails_get_thumbnail):
3793
3794         Fix thumbnails rotation in pdf documents that include embedded 
3795         thumbnails.
3796
3797 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3798
3799         * backend/pdf/ev-poppler.cc:
3800
3801         Don't use #ifdef in macro expansion. Some compilers don't
3802         like that. Closes bug #467042.
3803
3804 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3805
3806         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3807         
3808         Fixes memory leak in djvu backend.
3809
3810 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3811
3812         * data/icons/32x32/Makefile.am:
3813         * data/icons/32x32/actions/Makefile.am:
3814         * data/icons/32x32/actions/view-page-cont.svg:
3815         * data/icons/32x32/actions/view-page-facing.svg:
3816         * data/icons/48x48/Makefile.am:
3817         * data/icons/48x48/actions/Makefile.am:
3818         * data/icons/48x48/actions/view-page-cont.svg:
3819         * data/icons/48x48/actions/view-page-facing.svg:
3820         
3821         Icons for a new sizes.
3822
3823 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3824
3825         * shell/ev-page-cache.c: (build_height_to_page),
3826         (ev_page_cache_get_height_to_page):
3827         
3828         Fixes invalid read, see bug #466401.
3829
3830 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3831
3832         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3833         (set_drag_cursor):
3834         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3835         (configure_item_cursor), (new_pixbuf_from_widget):
3836
3837         Fix multihead problems in toolbar editor. Fixes bug #382055.
3838
3839 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * shell/ev-window.c: (ev_window_cmd_file_open),
3842         (ev_window_cmd_save_as):
3843
3844         Use g_get_user_special_dir when available instead of
3845         xdg_user_dir_lookup.
3846
3847 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3848
3849         * MAINTAINERS:
3850         
3851         Updated according to request on desktop-devel.
3852
3853 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3854
3855         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3856
3857         Do not use cairo_rectangle and cairo_clip since we are
3858         not using cairo_fill but cairo_paint. Use the same cairo context
3859         for every page in the same expose event.
3860
3861 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3862
3863         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3864         leak.
3865
3866 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3867
3868         * configure.ac:
3869         * NEWS:
3870
3871         Release 0.9.3
3872
3873 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * libdocument/ev-document-info.h:
3876         * libdocument/ev-document.h:
3877         * shell/ev-page-action.h:
3878         * shell/ev-sidebar-links.h:
3879
3880         Fix a headers problem with ev-link
3881         
3882         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3883         * shell/ev-view-private.h:
3884         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3885         (get_link_area), (ev_view_query_tooltip),
3886         (ev_view_leave_notify_event), (ev_view_destroy),
3887         (ev_view_class_init):
3888
3889         Use new gtk tooltips when available instead of ev-tooltip.
3890         
3891 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-window.c: (update_chrome_visibility),
3894         (ev_window_sidebar_visibility_changed_cb):
3895
3896         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3897         
3898 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * shell/ev-navigation-action.c:
3901         (ev_navigation_action_history_changed),
3902         (ev_navigation_action_set_history):
3903         * shell/ev-navigation-action-widget.c:
3904         (ev_navigation_action_widget_init):
3905         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3906
3907         Fix compile warnings.
3908         
3909 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3912         (egg_editable_toolbar_dispose):
3913
3914         Fix memory leak.
3915         
3916 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3917
3918         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3919         (screensaver_disable_x11):
3920         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3921         * shell/ev-window.c: (presentation_set_timeout):
3922         * shell/ev-view.c: (ev_view_presentation_transition_start):
3923
3924         Use g_timeout_add_seconds instead of g_timeout_add when
3925         available.
3926         
3927 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3930
3931         Set horizontal scrollbar policy to AUTOMATIC instead of
3932         NEVER. Workaround for bug #449462.
3933         
3934 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * shell/ev-jobs.c: (ev_job_render_page_ready):
3937
3938         Add page_ready callback to main loop with high priority and hold
3939         a reference to job during idle.
3940         
3941 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * configure.ac:
3944         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3945         (pdf_document_file_exporter_begin),
3946         (pdf_document_file_exporter_do_page),
3947         (pdf_document_file_exporter_get_capabilities):
3948         * libdocument/ev-file-exporter.h:
3949         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3950         * shell/ev-window.c: (ev_window_print_send),
3951         (ev_window_print_dialog_response_cb):
3952
3953         Allow printing multiple pages per sheet. Fixes bug #395573.
3954         
3955 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3956
3957         * shell/ev-view.c: (tip_from_link):
3958         
3959         Check for NULL, fixes bug #460862.
3960
3961 2007-07-29  Christian Persch  <chpe@gnome.org>
3962
3963         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3964         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3965         (ev_window_cmd_preview_print):
3966         
3967         Fixes bug #437681 - blocks while enumerating printers.
3968
3969 2007-07-29  Christian Persch  <chpe@gnome.org>
3970
3971         * shell/ev-window.c: (ev_window_screen_changed):
3972         
3973         Don't use deprecated gtk+ function. See bug #460909.
3974
3975 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3976
3977         * shell/ev-utils.c: (get_num_monitors):
3978         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3979
3980         Do not use display before initializing it. Remove compile
3981         warnings.
3982
3983 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3984
3985         * shell/ev-view.c: (ev_view_class_init):
3986         
3987         Unix-like hjkl bindings added. See bug #458111.
3988
3989 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3990
3991         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3992         * shell/ev-utils.h:
3993         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3994         (ev_view_update_view_size):
3995         * shell/ev-view.h:
3996         * shell/ev-window.c: (ev_window_update_actions),
3997         (setup_view_from_metadata), (ev_window_screen_changed),
3998         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3999         (zoom_control_changed_cb):
4000         * shell/ev-window.h:
4001         
4002         Reorganizes utility functions.
4003
4004 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
4007         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
4008         (add_job), (ev_pixbuf_cache_get_surface),
4009         (ev_pixbuf_cache_get_link_mapping),
4010         (ev_pixbuf_cache_get_image_mapping),
4011         (ev_pixbuf_cache_get_form_field_mapping),
4012         (ev_pixbuf_cache_get_text_mapping):
4013         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
4014         (notify_page_ready), (ev_job_render_page_ready),
4015         (ev_job_render_run):
4016
4017         Add page_ready signal to notify that page is ready as soon as
4018         possible even if other page elements like links, forms, images or
4019         text mapping are not ready yet.
4020
4021 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4022
4023         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
4024         (dvi_document_file_exporter_do_page),
4025         (dvi_document_file_exporter_get_capabilities),
4026         (dvi_document_file_exporter_iface_init):
4027         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
4028         (ps_document_file_exporter_do_page),
4029         (ps_document_file_exporter_get_capabilities),
4030         (ps_document_file_exporter_iface_init):
4031         * backend/djvu/djvu-document.c:
4032         (djvu_document_file_exporter_begin),
4033         (djvu_document_file_exporter_end),
4034         (djvu_document_file_exporter_get_capabilities),
4035         (djvu_document_file_exporter_iface_init):
4036         * backend/tiff/tiff-document.c:
4037         (tiff_document_file_exporter_begin),
4038         (tiff_document_file_exporter_get_capabilities),
4039         (tiff_document_document_file_exporter_iface_init):
4040         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
4041         (pdf_document_file_exporter_do_page),
4042         (pdf_document_file_exporter_get_capabilities),
4043         (pdf_document_file_exporter_iface_init):
4044         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
4045         (ev_file_exporter_get_capabilities):
4046         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
4047         (idle_print_handler), (ev_print_job_print):
4048         * shell/ev-jobs.c: (ev_job_print_run):
4049         * shell/ev-window.c: (ev_window_print_send),
4050         (ev_window_print_range):
4051
4052         Use capabilities to know which options should be offered by the
4053         print dialog depending on the document backend.
4054
4055 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
4058
4059         Give priority to forms over text to set the cursor.
4060
4061 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-view-private.h:
4064         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
4065         (ev_view_leave_notify_event), (ev_view_finalize),
4066         (ev_view_get_property), (ev_view_class_init):
4067
4068         Use IBEAM cursor for text form fields and NORMAL cursor for read
4069         only fields. Remove unused status attribute.
4070
4071 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4074
4075         Update region for current selected items also for checkbox
4076         buttons, since they can behave as radio buttons when they are in a
4077         set.
4078
4079 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * configure.ac:
4082         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4083
4084         Get max length of text form fields.
4085
4086 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
4089         * libdocument/ev-form-field.h:
4090         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
4091
4092         Fix build with current poppler cvs head.
4093
4094 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4095
4096         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4097         * shell/eggfindbar.c: (egg_find_bar_init):
4098
4099         Fix build with gtk+ >= 2.11.5 due to gtktooltips
4100         deprecation. Fixes bug #455667
4101
4102 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4103
4104         * NEWS:
4105         * configure.ac:
4106         
4107         Update for release 0.9.2
4108
4109 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4110
4111         * shell/ev-view.c: (ev_view_form_field_text_save),
4112         (ev_view_form_field_choice_save):
4113
4114         Fix a crash when closing whith a form widget visible.
4115
4116 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
4119
4120         Update also the region of the current selected button when
4121         clicking on another button if they are radio buttons.
4122
4123 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4124
4125         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
4126         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
4127         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
4128         (ev_pixbuf_cache_get_link_mapping),
4129         (ev_pixbuf_cache_get_image_mapping),
4130         (ev_pixbuf_cache_get_form_field_mapping),
4131         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
4132         * shell/ev-view.c: (ev_view_form_field_get_region),
4133         (ev_view_form_field_button_create_widget),
4134         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
4135         (job_finished_cb):
4136
4137         Redraw only form field region instead of the whole page when
4138         reloading a page to show changes on the form field.
4139
4140 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4141
4142         * shell/ev-view.c: (ev_view_form_field_choice_save):
4143
4144         Fix selection of first item in list form fields.
4145
4146 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4147
4148         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
4149         (ev_pixbuf_cache_reload_page),
4150         (ev_pixbuf_cache_get_form_field_mapping):
4151
4152         Some refactoring to avoid duplicated code.
4153
4154 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * configure.ac:
4157         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
4158         (ev_form_field_from_poppler_field),
4159         (pdf_document_forms_get_form_fields),
4160         (pdf_document_forms_form_field_text_get_text),
4161         (pdf_document_forms_form_field_text_set_text),
4162         (pdf_document_forms_form_field_button_set_state),
4163         (pdf_document_forms_form_field_button_get_state),
4164         (pdf_document_forms_form_field_choice_get_item),
4165         (pdf_document_forms_form_field_choice_get_n_items),
4166         (pdf_document_forms_form_field_choice_is_item_selected),
4167         (pdf_document_forms_form_field_choice_select_item),
4168         (pdf_document_forms_form_field_choice_toggle_item),
4169         (pdf_document_forms_form_field_choice_unselect_all),
4170         (pdf_document_forms_form_field_choice_set_text),
4171         (pdf_document_forms_form_field_choice_get_text),
4172         (pdf_document_document_forms_iface_init):
4173         * libdocument/Makefile.am:
4174         * libdocument/ev-form-field.[ch]:
4175         * libdocument/ev-document-forms.[ch]:
4176         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4177         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4178         (add_job), (ev_pixbuf_cache_reload_page),
4179         (ev_pixbuf_cache_get_form_field_mapping):
4180         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
4181         * shell/ev-view-private.h:
4182         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
4183         (ev_view_handle_cursor_over_xy),
4184         (ev_view_get_form_field_at_location),
4185         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
4186         (ev_view_form_field_button_create_widget),
4187         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
4188         (ev_view_form_field_text_create_widget),
4189         (ev_view_form_field_choice_save),
4190         (ev_view_form_field_choice_changed),
4191         (ev_view_form_field_choice_create_widget),
4192         (ev_view_handle_form_field), (ev_view_size_allocate),
4193         (ev_view_realize), (draw_end_presentation_page),
4194         (ev_view_button_press_event), (ev_view_remove_all),
4195         (ev_view_motion_notify_event), (ev_view_key_press_event),
4196         (ev_view_enter_notify_event), (highlight_find_results),
4197         (draw_loading_text), (draw_one_page), (ev_view_destroy),
4198         (ev_view_class_init), (page_changed_cb),
4199         (on_adjustment_value_changed), (ev_view_set_presentation),
4200         (merge_selection_region), (ev_view_set_cursor),
4201         (ev_view_reset_presentation_state):
4202         
4203         Merge evince-forms branch.
4204
4205 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
4206
4207         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
4208
4209         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
4210         This script also updates itself from libegg
4211
4212         * cut-n-paste/toolbar-editor/egg*:
4213         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4214         libegg
4215
4216 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4217
4218         * shell/ev-window.c:
4219         
4220         Adds a nice icon to page action during toolbar editing.
4221         See bug #452872.
4222
4223 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * data/evince-toolbar.xml:
4226         * shell/ev-window.c:
4227         
4228         Let user add a presentation and fullscreen icons on toolbar.
4229         See bug #449734.
4230
4231 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4232
4233         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4234
4235         new script to keep in sync with toolbareditor in libegg
4236
4237         * cut-n-paste/toolbar-editor/*: 
4238
4239         Run update-toolbareditor-from-libegg so we are in sync again. 
4240         Fixes bug #452850.
4241         
4242
4243 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4244
4245         * shell/ev-sidebar-links.c: (job_finished_callback):
4246
4247         Do not connect selection changed signal more than once. Fixes bug
4248         #349433.
4249
4250 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4251
4252         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4253
4254         Do not change sidebar chrome flag when pressing F9 key in
4255         presentation mode.
4256
4257 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4258
4259         * backend/pdf/ev-poppler.cc:
4260         (pdf_document_thumbnails_get_dimensions):
4261
4262         Make sure thumbnails width and height is not <= 0. Fixes a crash
4263         with some pdf documents which have really small pages.
4264
4265 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4266
4267         * shell/main.c: (main):
4268
4269         Fixes program description translation issue.
4270         Bug #450148.
4271
4272 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4273
4274         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4275
4276         Do not change current page when returning from black/white mode
4277         in presentation. Fixes bug #415032.
4278
4279 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * NEWS:
4282         * configure.ac:
4283         
4284         Update for release 0.9.1
4285
4286 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4287
4288         * backend/dvi/dvi-document.c:
4289         (dvi_document_finalize),
4290         (dvi_document_file_exporter_format_supported),
4291         (dvi_document_file_exporter_begin),
4292         (dvi_document_file_exporter_do_page),
4293         (dvi_document_file_exporter_end),
4294         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4295         
4296         PDF exporter for dvi documents. Fixes bug #441319.
4297
4298 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * shell/ev-window.c: (ev_window_clear_print_job):
4301
4302         Clear gtk print job when job has finished. Fixes bug #447612.
4303
4304 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * shell/ev-window.c: (ev_window_print_send),
4307         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4308
4309         Add preview button to print dialog. Fixes bug #445419.
4310
4311 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * backend/dvi/Makefile.am:
4314         * backend/dvi/pixbuf-device.[ch]: Removed
4315         * backend/dvi/cairo-device.[ch]: Added
4316         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4317         * backend/dvi/dvi-document.c: (dvi_document_load),
4318         (dvi_document_render), (dvi_document_finalize),
4319         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4320         (dvi_document_do_color_special):
4321         * libdocument/ev-document-misc.[ch]:
4322         (ev_document_misc_pixbuf_from_surface):
4323
4324         Port dvi backend to cairo and fix a problem with colors. 
4325
4326 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * shell/ev-view.c: (draw_one_page):
4329
4330         Draw only visible region.
4331
4332 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * backend/djvu/djvu-document.c: (djvu_document_render):
4335
4336         Fix rotation in djvu backend.
4337
4338 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4341         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4342         (ev_pixbuf_cache_get_image_mapping),
4343         (ev_pixbuf_cache_get_text_mapping):
4344
4345         Redraw view every time we have a new surface. Fixes bug #443587.
4346
4347 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4348
4349         * libdocument/ev-document.c: (ev_document_info_free):
4350
4351         Fix memory leaks.
4352
4353 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4354
4355         * backend/dvi/dvi-document.c: (dvi_document_render),
4356         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4357         * backend/impress/impress-document.c:
4358         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4359         (impress_document_render), (impress_document_document_iface_init),
4360         (impress_document_thumbnails_get_thumbnail):
4361         * backend/djvu/djvu-document-private.h:
4362         * backend/djvu/djvu-document.c: (djvu_document_render),
4363         (djvu_document_finalize), (djvu_document_document_iface_init),
4364         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4365         * backend/tiff/tiff-document.c: (tiff_document_render),
4366         (tiff_document_render_pixbuf),
4367         (tiff_document_document_iface_init):
4368         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4369         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4370         (pdf_selection_render_selection):
4371         * backend/comics/comics-document.c:
4372         (comics_document_render_pixbuf), (comics_document_render),
4373         (comics_document_document_iface_init):
4374         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4375         (pixbuf_document_document_iface_init):
4376         * libdocument/ev-document-misc.[ch]:
4377         (ev_document_misc_surface_from_pixbuf),
4378         (ev_document_misc_surface_rotate_and_scale):
4379         * libdocument/ev-document.[ch]: (ev_document_render):
4380         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4381         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4382         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4383         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4384         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4385         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4386         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4387         (render_finished_cb), (ev_job_render_run):
4388         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4389         (merge_selection_region):
4390
4391         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4392         and selections.
4393
4394 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4395
4396         * shell/ev-window-title.c: (ev_window_title_update):
4397
4398         Fix memory leak.
4399
4400 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4401
4402         * shell/ev-view.c: (draw_loading_text):
4403
4404         Show loading text centered. Fixes bug #433061
4405
4406 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4407
4408         * shell/ev-sidebar-thumbnails.c:
4409         (ev_sidebar_thumbnails_set_loading_icon):
4410
4411         Remove a mutex in the main thread that blocks the UI in heavy
4412         documents.
4413
4414 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4415
4416         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4417
4418         Set points_set to TRUE so that selections don't disappear after a
4419         zoom change.
4420
4421 2007-06-07  Michael Monreal  <infernux@web.de>
4422
4423         * data/icons/16x16/actions/Makefile.am:
4424         * data/icons/16x16/actions/zoom.svg:
4425         * data/icons/22x22/actions/Makefile.am:
4426         * data/icons/22x22/actions/zoom.svg:
4427         * data/icons/24x24/actions/Makefile.am:
4428         * shell/ev-stock-icons.c:
4429         * shell/ev-stock-icons.h:
4430         * shell/ev-window.c:
4431         
4432         Zoom icon artwork. See bug #444795.
4433
4434 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4435
4436         * shell/ev-metadata-manager.c: Remove extraneous function
4437         (Closes: #444386)
4438
4439 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4440
4441         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4442         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4443         (ev_metadata_manager_set), (ev_metadata_manager_save):
4444         Simplify the timeout, no need for modified anymore
4445
4446 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4447
4448         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4449         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4450         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4451         (ev_metadata_manager_save): Adapted patch from Arjan van de
4452         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4453         time, saves on power (Closes: #443851)
4454
4455 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4456
4457         * configure.ac:
4458         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4459         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4460
4461         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4462
4463 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4464
4465         * shell/ev-window.c: (ev_window_add_history):
4466
4467         Check if history is NULL
4468
4469 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4470
4471         * libdocument/ev-image.c: (ev_image_finalize):
4472         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4473         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4474         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4475         (ev_tmp_uri_unlink):
4476
4477         Add functions to delete temporary files created by evince in a safe
4478         way.
4479
4480         * shell/ev-window.c: (ev_window_clear_local_uri),
4481         (open_xfer_update_progress_callback),
4482         (save_xfer_update_progress_callback), (ev_window_save_remote),
4483         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4484         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4485         (attachment_save_dialog_response_cb),
4486         (ev_attachment_popup_cmd_save_attachment_as):
4487
4488         Allow saving a copy of a document, image or attachment to a remote
4489         location. Fixes bug #440754. 
4490
4491 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * configure.ac:
4494         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4495
4496         Fix build with current poppler from cvs head. 
4497
4498 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4499
4500         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4501
4502         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4503         directory exists.
4504
4505 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4506
4507         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4508         * shell/ev-window.c:
4509
4510         Change sidebar ordering. Fixes bug #439939.
4511
4512 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4513
4514         * backend/comics/Makefile.am:
4515         
4516         Fixes build with --without-libgnome.
4517
4518 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4519         
4520         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4521
4522         Update cursor and tooltip on page change and view scroll. Fixes bug
4523         #439217.
4524
4525 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4526
4527         * NEWS:
4528         * configure.ac:
4529         
4530         Update for release 0.9.0
4531
4532 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4533
4534         * backend/djvu/djvu-document-private.h:
4535         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4536         (djvu_document_finalize),
4537         (djvu_document_file_exporter_format_supported),
4538         (djvu_document_file_exporter_begin),
4539         (djvu_document_file_exporter_do_page),
4540         (djvu_document_file_exporter_end),
4541         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4542         
4543         Implemented printing with djvu. Bug #437998.
4544
4545 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * backend/impress/zip.c:
4548         Add missing ulong definition.
4549
4550         * backend/ps/ps-interpreter.c:
4551         Add missing headers.
4552
4553         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4554
4555 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4558
4559         Add missing call to parent class dispose method. 
4560
4561 2007-05-12  Ross Burton  <ross@openedhand.com>
4562
4563         * shell/main.c:
4564         Sync keybindings manually when building without libgnome
4565         (#437925).
4566
4567 2007-05-12  Ross Burton  <ross@openedhand.com>
4568
4569         * shell/ev-window.c:
4570         Respect the screen when opening help (#437866).
4571
4572 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * data/evince-ui.xml:
4575         * shell/ev-application.[ch]: (get_print_settings_from_args),
4576         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4577         (ev_application_open_uri_list):
4578         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4579         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4580         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4581         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4582         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4583         (ev_window_dispose):
4584         * shell/main.c: (arguments_parse):
4585
4586         Add print button in preview mode. Fixes bug #396475. 
4587
4588 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * cut-n-paste/zoom-control/ephy-zoom.h:
4591         
4592         Fixes zoom level factors. See bug #408119 for details.
4593
4594 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * backend/comics/comics-document.c: (comics_regex_quote),
4597         (extract_argv):
4598         
4599         Correctly quote symbols. Fixes crash in the bug
4600         #415370.
4601
4602 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4603
4604         * shell/ev-navigation-action-widget.c:
4605         (ev_navigation_action_widget_init),
4606         (ev_navigation_action_widget_class_init),
4607         (ev_navigation_action_widget_button_press_event):
4608         
4609         Connect to button-press event on correct widget. Fixes
4610         bug #431988
4611
4612 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4613
4614         * shell/ev-application.c: (ev_application_open_window),
4615         (ev_application_add_icon_path_for_screen),
4616         (ev_application_open_uri_at_dest):
4617         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4618         * shell/ev-navigation-action.c: (build_menu):
4619         
4620         Add app-specific icons to our icon theme. Fixes bug
4621         #425508.
4622
4623 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * shell/ev-history.c: (ev_history_class_init),
4626         (ev_history_add_link):
4627         * shell/ev-history.h:
4628         * shell/ev-navigation-action.c:
4629         (ev_navigation_action_history_changed),
4630         (ev_navigation_action_set_history), (build_menu),
4631         (ev_navigation_action_finalize):
4632         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4633         
4634         Make navigation action unsensitive instead of showing
4635         menu with unsensitive word. Fixes bug #417392.
4636
4637 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4638
4639         * shell/ev-application.[ch]: (ev_application_shutdown),
4640         (ev_application_get_print_settings),
4641         (ev_application_set_print_settings):
4642         * shell/ev-window.c:
4643
4644         Remember print settings. Fixes bug #349102. 
4645
4646 2007-05-08  Christian Persch  <chpe@gnome.org>
4647
4648         * configure.ac:
4649         * properties/ev-properties-view.c:
4650
4651         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4652         Bug #382438.
4653
4654 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4655
4656         * configure.ac:
4657         * properties/ev-properties-view.c: (ev_regular_paper_size):
4658
4659         Use gtk+ builtin paper list to identify the document's paper size.
4660         Fixes bug #382438. 
4661
4662 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * configure.ac:
4665
4666         Fix build when compiling with thumbnailer and libgnome support. 
4667
4668 2007-05-04  Ross Burton  <ross@openedhand.com>
4669
4670         * configure.ac:
4671         Add --without-libgnome, check for libgnome and libgnomeui
4672         separately, and add them to the symbols as required.
4673
4674         * libdocument/ev-file-helpers.c:
4675         When building without libgnome, use g_get_user_config_dir instead
4676         of gnome_user_dir_get.
4677
4678         * shell/ev-application.c:
4679         When building without libgnome, don't use session management.
4680
4681         * shell/main.c:
4682         When building without libgnome, don't use GnomeProgram or
4683         initialise the authentication manager.
4684
4685         This fixes #328842.
4686
4687 2007-05-04  Ross Burton  <ross@openedhand.com>
4688
4689         * shell/ev-window.c:
4690         Don't use libgnome to open help, instead call Yelp directly.
4691
4692 2007-05-04  Ross Burton  <ross@openedhand.com>
4693
4694         * shell/ev-sidebar-attachments.c:
4695         Don't use libgnome to lookup icons for MIME types, instead copy
4696         code from GTK+ to do it manually.
4697
4698 2007-05-04  Ross Burton  <ross@openedhand.com>
4699
4700         * configure.ac:
4701         Add libxml to the dependencies for SHELL_CORE (#435818).
4702
4703 2007-05-02  Ross Burton  <ross@openedhand.com>
4704
4705         * configure.ac:
4706         * Makefile.am:
4707         Add --disable-thumbnailer (#434825)
4708
4709 2007-05-02  Ross Burton  <ross@openedhand.com>
4710
4711         * shell/ev-window.c:
4712         Add missing includes, fix indentation.
4713
4714         * shell/main.c:
4715         Fix indentation.
4716
4717 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4718
4719         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4720         ev_application_open_uri_at_dest instead of ev_application_open_uri
4721         preventing new document always being opened in a new window even if there
4722         is an empty window.
4723
4724 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4725
4726         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4727         (egg_recent_view_uimanager_finalize):
4728         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4729         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4730         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4731         (ev_pixbuf_cache_dispose):
4732         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4733         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4734         
4735         Add missing chain to parent class methods. Fixes
4736         bug #433128.
4737
4738 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4739
4740         * data/Makefile.am (update-icon-cache): Updates
4741         gtk-update-icon-cache in uninstall-hook.
4742
4743 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * shell/ev-window.c: (ev_window_setup_document),
4746         (ev_window_set_document), (ev_window_load_job_cb):
4747         * shell/ev-view.c: (setup_caches):
4748         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4749
4750         Start rendering pages before any other jobs. 
4751
4752 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4753
4754         * shell/ev-window.c: (ev_window_stop_fullscreen),
4755         (ev_window_stop_presentation):
4756
4757         Update chrome visibility before window unfullscreen. 
4758
4759 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4760
4761         * data/Makefile.am:
4762         * data/evince-ui.xml:
4763         * shell/ev-stock-icons.[ch]:
4764         * shell/ev-application.[ch]: (ev_application_shutdown),
4765         (ev_application_init), (ev_application_get_toolbars_model):
4766         * shell/ev-window.c: (update_chrome_visibility),
4767         (fullscreen_toolbar_setup_item_properties),
4768         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4769         (ev_window_run_presentation), (ev_window_stop_presentation),
4770         (ev_window_run_preview), (ev_window_screen_changed),
4771         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4772         (ev_window_dispose), (ev_window_init):
4773
4774         Make fullscreen toolbar always visible. Do not use egg toolbars for
4775         fullscreen and preview modes since such toolbars are not editables.
4776         Fixes bugs #300278, #338910 and #316188.  
4777
4778 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4779
4780         * shell/ev-application.c:
4781         * shell/ev-job-queue.c:
4782         * shell/ev-metadata-manager.c:
4783         * shell/ev-stock-icons.c:
4784         * shell/ev-window.c:
4785         * shell/main.c:
4786         
4787         Developers documentation updated.
4788
4789 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4790
4791         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4792
4793         Check whether uri is valid before launching it. Fixes bug #427664.
4794
4795 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4796
4797         * shell/ev-window.c:
4798
4799         Change key accelerator for Open a Copy menu entry which is in conflict
4800         with Close. Fixes bug #427321.
4801
4802 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * NEWS:
4805         * configure.ac:
4806         
4807         Update for release 0.8.1
4808
4809 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4810
4811         * shell/ev-window.c: (setup_size_from_metadata):
4812         
4813         Do not make window bigger than screen. Fixes bug 
4814         #388985.
4815
4816 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4817
4818         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4819         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4820
4821         Use default resolution when it's not provided by document. Fixes bug
4822         #408762.
4823
4824 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4825
4826         * configure.ac:
4827         * thumbnailer/Makefile.am:
4828         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4829         * thumbnailer/evince-thumbnailer.schemas.in:
4830         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4831
4832         Add support for ps, eps and compressed documents thumbnails. Do not
4833         ignore size parameter. 
4834
4835 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4836
4837         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4838         (dvi_document_do_color_special):
4839         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4840
4841         Implement font color specials in the DVI backend. Fixes bug #303651.
4842
4843 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4844
4845         Fixup the previous commit:
4846
4847         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4848         * shell/xdg-user-dir-lookup.c: Make the function non-static
4849         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4850
4851 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4852
4853         * shell/ev-window.c (file_open_dialog_response_cb): Use
4854         the xdg-user-dirs DOCUMENTS folder as default folder when
4855         opening a file chooser.  (#424858)
4856
4857         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4858         xdg-user-dirs.
4859
4860 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4861
4862         * shell/ev-window.c: (ev_window_load_job_cb):
4863
4864         Do not setup view from metadata on preview mode. 
4865
4866 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4867
4868         * shell/main.c:
4869
4870         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4871
4872 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * shell/ev-view.c: (ev_view_primary_get_cb):
4875
4876         Check pointer != NULL before using it. Fixes bug #416841. 
4877
4878 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4879
4880         * NEWS:
4881         * configure.ac:
4882         
4883         Release 0.8.0
4884
4885 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4886
4887         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4888
4889         Do not render thumbnails when sidebar thumbnail page is not visible
4890         at startup. Fixes bug #416447. 
4891
4892 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4893
4894         * data/evince.desktop.in.in:
4895
4896         "Application" is not a valid category in the freedesktop specification.
4897
4898 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * libdocument/ev-file-helpers.[ch]: (compression_run),
4901         (ev_file_uncompress), (ev_file_compress):
4902         * shell/ev-window.c: (file_save_dialog_response_cb):
4903
4904         Save document compressed when saving a copy of a compressed document.
4905         Fixes bug #334542.
4906
4907 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4908
4909         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4910
4911         Allow deleting in goto window entry in presentation mode. 
4912
4913 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4914
4915         * Makefile.am: Dist MAINTAINERS.
4916
4917 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4918
4919         * shell/ev-window.c: (ev_window_update_actions):
4920
4921         Fix zoom shortcut keys when searching. Fixes bug #409828.
4922
4923 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4924
4925         * shell/ev-window.c: (ev_window_setup_document):
4926
4927         Fix crash when loading documents with only one page. 
4928
4929 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4930
4931         * backend/dvi/dvi-document.c:
4932         (dvi_document_thumbnails_get_dimensions),
4933         (dvi_document_thumbnails_get_thumbnail):
4934         * backend/impress/impress-document.c:
4935         (impress_document_thumbnails_get_thumbnail),
4936         (impress_document_thumbnails_get_dimensions):
4937         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4938         (ps_document_thumbnails_get_dimensions):
4939         * backend/djvu/djvu-document.c:
4940         (djvu_document_thumbnails_get_dimensions),
4941         (djvu_document_thumbnails_get_thumbnail):
4942         * backend/tiff/tiff-document.c:
4943         (tiff_document_thumbnails_get_thumbnail),
4944         (tiff_document_thumbnails_get_dimensions):
4945         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4946         (pdf_document_thumbnails_get_thumbnail),
4947         (pdf_document_thumbnails_get_dimensions):
4948         * backend/comics/comics-document.c:
4949         (comics_document_thumbnails_get_thumbnail),
4950         (comics_document_thumbnails_get_dimensions):
4951         * backend/pixbuf/pixbuf-document.c:
4952         (pixbuf_document_thumbnails_get_thumbnail),
4953         (pixbuf_document_thumbnails_get_dimensions):
4954         * libdocument/ev-document-thumbnails.[ch]:
4955         (ev_document_thumbnails_get_thumbnail),
4956         (ev_document_thumbnails_get_dimensions):
4957         * libdocument/ev-document-misc.[ch]:
4958         (ev_document_misc_get_thumbnail_frame):
4959         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4960         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4961         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4962         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4963         (ev_sidebar_thumbnails_refresh):
4964         * shell/ev-window.c: (ev_window_setup_document):
4965         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4966
4967         Use an EvRenderContext for rendering thumbnails instead of a suggested
4968         width, so that different sized pages get sized proportionally.
4969
4970 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * shell/ev-view.c: (ev_view_button_press_event),
4973         (ev_view_key_press_event):
4974
4975         Fix critical warnings when there is no document loaded. 
4976
4977 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * shell/ev-page-action-widget.c:
4980         * shell/ev-navigation-action.c:
4981         * shell/ev-window.c:
4982
4983         Fix compile warnings. 
4984
4985 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4986
4987         * backend/djvu/djvu-text.h:
4988         * backend/djvu/djvu-document.c:
4989         * backend/djvu/djvu-text-page.c:
4990         * backend/djvu/djvu-links.c:
4991         * backend/djvu/djvu-text-page.h:
4992         * backend/djvu/djvu-text.c:
4993         
4994         Fix build on Mac. Fixes bug #392186. Patch by
4995         <ephraim_owns@hotmail.com>
4996
4997 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4998
4999         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
5000
5001         Restore cairo context before rendering every page when printing a PDF
5002         document into a PDF file. 
5003
5004 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * backend/ps/gstypes.h:
5007         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
5008         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
5009         (ps_document_thumbnails_get_thumbnail):
5010
5011         Handle PostScript page orientation. Fixes bug #318568.
5012
5013 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5014
5015         * backend/ps/Makefile.am:
5016         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
5017         (document_load), (ps_document_load), (save_document),
5018         (save_page_list), (ps_document_get_n_pages),
5019         (ps_document_get_page_size), (ps_document_get_info),
5020         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
5021         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
5022         (ps_document_thumbnails_get_thumbnail),
5023         (ps_document_thumbnails_get_dimensions),
5024         (ps_document_document_thumbnails_iface_init):
5025         * backend/ps/ps.[ch]: (psgetpagebox):
5026         * backend/ps/ps-interpreter.[ch]:
5027
5028         Add support for thumbnails in ps backend. Fixes bug #164755. 
5029
5030 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * NEWS:
5033         * configure.ac:
5034         
5035         Release 0.7.2
5036
5037 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5038
5039         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
5040         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
5041         (ev_window_dispose):
5042
5043         Use document thumbnail as window icon. Fixes bug #384442.
5044
5045 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
5046
5047         * configure.ac:
5048
5049         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
5050         duplicated adding application/x-bzpostscript instead. 
5051
5052 2007-02-11  Tom Parker  <palfrey@tevp.net>
5053
5054         * backend/ps/ps-document.c: (document_load):
5055
5056         Check return value of psscan before trying
5057         to use it. Fixes bug #372414.
5058
5059 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5060
5061         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5062
5063         Fix invalid free in ev-page-cache. Fixes bug #404745.
5064
5065 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * test/Makefile.am:
5068         * test/test3.py:
5069         
5070         Added reload test case.
5071
5072 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5073
5074         * po/POTFILES.in:
5075         * backend/djvu/djvu-document.c: (djvu_document_load):
5076
5077         Check whether there are missing files in indirect multipage djvu
5078         documents. Fixes bug #361683. 
5079
5080 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5081
5082         * test/Makefile.am:
5083         * test/test-mime.bin:
5084         * test/test3.py:
5085         
5086         Added test for slow mime type
5087
5088 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5089
5090         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5091
5092         Add some checks and call parent_class->finalize. Fixes bug #404745.
5093
5094 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * shell/ev-navigation-action.c: (connect_proxy):
5097         
5098         Fixes dropdown history menu. Thanks a lot Carlos!
5099
5100 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5101
5102         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
5103
5104         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
5105         bug #373715.
5106
5107 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5108
5109         * backend/ps/ps.c: (psscan):
5110
5111         Fix memory leak. 
5112
5113 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5114
5115         * configure.ac:
5116         * libdocument/ev-file-helpers.c: 
5117
5118         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
5119
5120 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5121
5122         * configure.ac:
5123         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
5124         (ps_interpreter_start), (document_load), (save_document),
5125         (save_page_list):
5126         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
5127         * libdocument/ev-document-factory.c:
5128         (ev_document_factory_get_from_mime), (get_document_from_uri),
5129         (free_uncompressed_uri), (ev_document_factory_get_document):
5130         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
5131
5132         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
5133
5134 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5135
5136         * libdocument/ev-document.h:
5137
5138         Fix typo in function name. 
5139
5140 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5141
5142         * backend/ps/ps-document.c: (ps_interpreter_finished),
5143         (ps_interpreter_start), (ps_interpreter_failed):
5144
5145         Handle ghostscript interpreter crashes. 
5146
5147 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * shell/ev-window.c: (ev_window_open_uri),
5150         (window_configure_event_cb):
5151
5152         Setup window size and position before showing it. Fixes bug #401711.
5153
5154 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5155
5156         * backend/ps/Makefile.am:
5157         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
5158         (ps_document_dispose), (ps_document_class_init),
5159         (ps_interpreter_input), (ps_interpreter_output),
5160         (ps_interpreter_error), (setup_interpreter_env),
5161         (ps_interpreter_start), (ps_interpreter_stop),
5162         (ps_interpreter_failed), (ps_interpreter_is_ready),
5163         (check_filecompressed), (document_load), (ps_document_load),
5164         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
5165         (ps_document_widget_event), (send_ps), (ps_document_next_page),
5166         (render_page):
5167
5168         Rework ps-document. Code cleanups, remove deprecated code. 
5169
5170 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
5171
5172         * shell/ev-view.c: (ev_view_button_press_event):
5173
5174         Do not start an image drag and drop operation when pointer is on 
5175         text, so that we can select text when the whole background is an
5176         image. 
5177
5178 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * shell/ev-window.c: (ev_window_update_actions): 
5181
5182         Disable all zoom related actions during presentation mode. 
5183
5184 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
5185
5186         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
5187
5188         Do not zoom in or out on presentation mode. Fixes bug #401305.
5189
5190 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5191
5192         * shell/ev-navigation-action.c: (connect_proxy),
5193         (create_menu_item), (ev_navigation_action_class_init):
5194         
5195         Correctly show menu and fix crash when navigaton 
5196         action is out of toolbar visible area.
5197
5198 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * data/Makefile.am:
5201         * data/evince.1:
5202         
5203         Added man file
5204
5205 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5206
5207         * help/reference/* :
5208         * configure.ac:
5209         
5210         Added gtk-doc based documentation for Evince.
5211         Still in initial state but I hope it will
5212         grow.
5213         
5214         * configure.ac:
5215         
5216         Lower dbus requirement to 0.70
5217
5218 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * shell/ev-window.c: (ev_window_add_history):
5221
5222         Fix memory leak. 
5223
5224 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5227         * shell/ev-view.h:
5228         * shell/ev-window.c: (ev_window_add_history):
5229         
5230         Correctly handle named destination links
5231
5232 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5233
5234         * NOTES:
5235         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5236         * backend/pdf/ev-poppler.cc:
5237         * libdocument/ev-document-links.h:
5238         * libdocument/ev-link.c: (ev_link_get_page):
5239         * libdocument/ev-link.h:
5240         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5241         (ev_history_add_link):
5242         * shell/ev-history.h:
5243         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5244         (new_history_menu_item), (build_menu):
5245         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5246         * shell/ev-sidebar-links.c: (create_loading_model),
5247         (print_section_cb), (ev_sidebar_links_construct),
5248         (fill_page_labels), (update_page_callback_foreach),
5249         (update_page_callback), (job_finished_callback):
5250         * shell/ev-view.c: (ev_view_handle_link):
5251         * shell/ev-window.c: (ev_window_find_chapter),
5252         (ev_window_add_history), (view_handle_link_cb),
5253         (history_changed_cb):
5254         
5255         Implements another history variant
5256
5257 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5258
5259         * shell/ev-window.c: (view_external_link_cb):
5260         * shell/ev-view.c: (ev_view_button_release_event):
5261
5262         Open links in new window when clicking with middle button. 
5263
5264 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5265
5266         * shell/ev-navigation-action.c: (new_history_menu_item):
5267         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5268         * shell/ev-view.c: (ev_view_handle_link):
5269         * shell/ev-window.c:
5270         
5271         Store link before jump, not the destination. For me it 
5272         seems like more natural history behavior.
5273
5274 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5277         (ev_navigation_action_class_init):
5278         * shell/ev-navigation-action.h:
5279         * shell/ev-page-action.c: (activate_cb):
5280         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5281         (ev_page_cache_set_current_page_history):
5282         * shell/ev-page-cache.h:
5283         * shell/ev-sidebar-thumbnails.c:
5284         (ev_sidebar_tree_selection_changed),
5285         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5286         * shell/ev-view-private.h:
5287         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5288         * shell/ev-view.h:
5289         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5290         (ev_window_setup_document), (ev_window_load_job_cb):
5291         * shell/ev-window.h:
5292         
5293         History finally works as expected.
5294
5295 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5298
5299         Do not update links treeview if it doesn't have a model assigned yet. 
5300
5301 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5304         (ev_sidebar_links_class_init), (update_page_callback):
5305
5306         Do not update links treeview when sidepane is not visible. 
5307
5308 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * shell/ev-marshal.list:
5311         * shell/ev-page-action.c: (activate_cb),
5312         (ev_page_action_class_init):
5313         * shell/ev-page-action.h:
5314         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5315         * shell/ev-window.c:
5316         
5317         Remove activate_link signal, not required.
5318
5319 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5320
5321         * shell/ev-navigation-action.c: (build_menu):
5322         
5323         Reorder menu items and build menu with fixed length.
5324
5325 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5326
5327         * shell/ev-view.c: (get_selected_text):
5328         
5329         Normalize text to fix ligatures problem. See bug
5330         #341947 for details.
5331
5332 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5333
5334         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5335
5336         Fix memory leak in ev-page-cache. 
5337
5338 2007-01-25  Tom Parker <palfrey@tevp.net>
5339
5340         * backend/impress/impress-document.c: (impress_document_load),
5341         (impress_document_finalize), (impress_document_init):
5342         * properties/ev-properties-main.c: (ev_properties_get_pages):
5343         
5344         Correctly handle impress document errors. Fixes nautilus
5345         crash in property page #370491.
5346
5347 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5348
5349         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5350         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5351         (ev_job_queue_remove_job):
5352         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5353         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5354         (ev_job_load_run):
5355         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5356         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5357         (ev_window_load_job_cb), (xfer_update_progress_callback),
5358         (ev_window_open_uri), (ev_window_dispose):
5359         * shell/main.c: (main):
5360
5361         Do file transfer asynchronously in the main thread instead of
5362         synchronously in the load thread. Fixes bugs #399694, #398307 and
5363         #343542.
5364
5365 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5366
5367         * shell/ev-jobs.c: (ev_job_xfer_run):
5368
5369         Load the document with the font-config lock held. 
5370
5371 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5372
5373         * backend/ps/ps-document.c: (start_interpreter):
5374
5375         Fix memory leaks in ps backend. 
5376
5377 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5378
5379         * backend/impress/impress-document.c:
5380         (impress_document_render_pixbuf):
5381
5382         Do not acquire fontconfig lock in impress backend, since it is using
5383         the main loop for rendering. 
5384
5385 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5386
5387         * po/POTFILES.in: 
5388
5389         Remove mdvi files that shouldn't be translated. 
5390
5391 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5392
5393         * shell/ev-view-private.h:
5394         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5395         (ev_view_set_zoom):
5396
5397         Render "loading..." text into a cairo surface instead of directly into
5398         the window so that fontconfig lock is only needed once and UI is not
5399         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5400
5401 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5402
5403         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5404         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5405
5406         Use icon theme associated with the window screen rather than default. 
5407
5408 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5409
5410         * configure.ac:
5411
5412         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5413
5414 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5415
5416         * data/icons/*/apps/evince.*:
5417
5418         Move Evince icons under new apps directory.
5419
5420         * data/icons/*/actions/*:
5421
5422         Add new custom themeable Evince icons: view-page-continuous, 
5423         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5424         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5425
5426         * configure.ac:
5427
5428         Add new directories to AC_CONFIG_FILES.
5429
5430         * shell/ev-stock-icons.c:
5431         * shell/ev-stock-icons.h:
5432
5433         Use new custom themeable icons.
5434
5435 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5436
5437         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5438
5439         Do not draw white background page in presentation mode. 
5440
5441 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5442
5443         * shell/ev-view.c: Remove unused gnome-vfs include.
5444
5445 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5446
5447         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5448         
5449         Format string is corrected, fixes bug #397129.
5450
5451 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5452
5453         * shell/ev-window.c: (ev_window_setup_recent):
5454
5455         Do not include in recent menu inexistent documents. Fixes
5456         bug #339171.
5457
5458 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5459
5460         * po/POTFILES.skip: 
5461
5462         Update POTFILES.skip file according to current source tree. 
5463
5464 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5465
5466         * shell/ev-window.c: (file_save_dialog_response_cb):
5467
5468         Do Save a copy in atomic way. Fixes bug #328266. 
5469
5470 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5471
5472         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5473
5474         Keep selected cell always visible in index treeview.
5475
5476 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5477         
5478         * shell/ev-view.c: (ev_view_size_allocate):
5479
5480         Restore horizontal scrollbar after switching to/from fullscreen
5481         or presentation mode. Fixes bug #331728.
5482
5483 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5484
5485         * shell/ev-view-private.h:
5486         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5487         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5488         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5489         (ev_view_can_zoom_out):
5490
5491         Use max and min scale values in the view iby taking dpi into account. 
5492
5493 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5494
5495         * configure.ac:
5496         * NEWS:
5497
5498         Release 0.7.1
5499
5500 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5501
5502         * shell/ev-window.c: (ev_window_print_send):
5503
5504         Send print job to printer with some settings set to default values,
5505         since we have already exported to a file according to such settings
5506         and they could be taken twice by some printers. 
5507
5508 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5509
5510         * shell/ev-jobs.c: (ev_job_xfer_run):
5511         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5512
5513         Show main window and load document with the font-config lock held. 
5514
5515 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5516
5517         * configure.ac:
5518         * shell/ev-application.c: (ev_application_register_service):
5519         * shell/main.c: (load_files_remote):
5520
5521         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5522
5523 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5524
5525         * doc/debugging.txt:
5526         
5527         Remove obsolete documentation.
5528
5529 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * Makefile.am:
5532         * backend/Makefile.am:
5533         * backend/comics/Makefile.am:
5534         * backend/djvu/Makefile.am:
5535         * backend/dvi/Makefile.am:
5536         * backend/ev-async-renderer.c:
5537         * backend/ev-async-renderer.h:
5538         * backend/ev-attachment.c:
5539         * backend/ev-attachment.h:
5540         * backend/ev-backend-marshal.c:
5541         * backend/ev-document-factory.c:
5542         * backend/ev-document-factory.h:
5543         * backend/ev-document-find.c:
5544         * backend/ev-document-find.h:
5545         * backend/ev-document-fonts.c:
5546         * backend/ev-document-fonts.h:
5547         * backend/ev-document-images.c:
5548         * backend/ev-document-images.h:
5549         * backend/ev-document-info.h:
5550         * backend/ev-document-links.c:
5551         * backend/ev-document-links.h:
5552         * backend/ev-document-misc.c:
5553         * backend/ev-document-misc.h:
5554         * backend/ev-document-security.c:
5555         * backend/ev-document-security.h:
5556         * backend/ev-document-thumbnails.c:
5557         * backend/ev-document-thumbnails.h:
5558         * backend/ev-document-transition.c:
5559         * backend/ev-document-transition.h:
5560         * backend/ev-document.c:
5561         * backend/ev-document.h:
5562         * backend/ev-file-exporter.c:
5563         * backend/ev-file-exporter.h:
5564         * backend/ev-image.c:
5565         * backend/ev-image.h:
5566         * backend/ev-link-action.c:
5567         * backend/ev-link-action.h:
5568         * backend/ev-link-dest.c:
5569         * backend/ev-link-dest.h:
5570         * backend/ev-link.c:
5571         * backend/ev-link.h:
5572         * backend/ev-render-context.c:
5573         * backend/ev-render-context.h:
5574         * backend/ev-selection.c:
5575         * backend/ev-selection.h:
5576         * backend/impress/Makefile.am:
5577         * backend/pdf/Makefile.am:
5578         * backend/pixbuf/Makefile.am:
5579         * backend/ps/Makefile.am:
5580         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5581         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5582         (start_interpreter), (stop_interpreter), (document_load),
5583         (ps_document_next_page), (render_page):
5584         * backend/tiff/Makefile.am:
5585         * comics/Makefile.am:
5586         * comics/comics-document.c:
5587         * comics/comics-document.h:
5588         * configure.ac:
5589         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5590         * djvu/Makefile.am:
5591         * djvu/djvu-document-private.h:
5592         * djvu/djvu-document.c:
5593         * djvu/djvu-document.h:
5594         * djvu/djvu-links.c:
5595         * djvu/djvu-links.h:
5596         * djvu/djvu-text-page.c:
5597         * djvu/djvu-text-page.h:
5598         * djvu/djvu-text.c:
5599         * djvu/djvu-text.h:
5600         * dvi/Makefile.am:
5601         * dvi/dvi-document.c:
5602         * dvi/dvi-document.h:
5603         * dvi/fonts.c:
5604         * dvi/fonts.h:
5605         * dvi/mdvi-lib/Makefile.am:
5606         * dvi/mdvi-lib/afmparse.c:
5607         * dvi/mdvi-lib/afmparse.h:
5608         * dvi/mdvi-lib/bitmap.c:
5609         * dvi/mdvi-lib/bitmap.h:
5610         * dvi/mdvi-lib/color.c:
5611         * dvi/mdvi-lib/color.h:
5612         * dvi/mdvi-lib/common.c:
5613         * dvi/mdvi-lib/common.h:
5614         * dvi/mdvi-lib/defaults.h:
5615         * dvi/mdvi-lib/dvimisc.c:
5616         * dvi/mdvi-lib/dviopcodes.h:
5617         * dvi/mdvi-lib/dviread.c:
5618         * dvi/mdvi-lib/files.c:
5619         * dvi/mdvi-lib/font.c:
5620         * dvi/mdvi-lib/fontmap.c:
5621         * dvi/mdvi-lib/fontmap.h:
5622         * dvi/mdvi-lib/fontsrch.c:
5623         * dvi/mdvi-lib/gf.c:
5624         * dvi/mdvi-lib/hash.c:
5625         * dvi/mdvi-lib/hash.h:
5626         * dvi/mdvi-lib/list.c:
5627         * dvi/mdvi-lib/mdvi.h:
5628         * dvi/mdvi-lib/pagesel.c:
5629         * dvi/mdvi-lib/paper.c:
5630         * dvi/mdvi-lib/paper.h:
5631         * dvi/mdvi-lib/pk.c:
5632         * dvi/mdvi-lib/private.h:
5633         * dvi/mdvi-lib/setup.c:
5634         * dvi/mdvi-lib/sp-epsf.c:
5635         * dvi/mdvi-lib/special.c:
5636         * dvi/mdvi-lib/sysdeps.h:
5637         * dvi/mdvi-lib/t1.c:
5638         * dvi/mdvi-lib/tfm.c:
5639         * dvi/mdvi-lib/tfmfile.c:
5640         * dvi/mdvi-lib/tt.c:
5641         * dvi/mdvi-lib/util.c:
5642         * dvi/mdvi-lib/vf.c:
5643         * dvi/pixbuf-device.c:
5644         * dvi/pixbuf-device.h:
5645         * impress/Makefile.am:
5646         * impress/common.h:
5647         * impress/document.c:
5648         * impress/f_oasis.c:
5649         * impress/f_oo13.c:
5650         * impress/iksemel.c:
5651         * impress/iksemel.h:
5652         * impress/imposter.h:
5653         * impress/impress-document.c:
5654         * impress/impress-document.h:
5655         * impress/internal.h:
5656         * impress/r_back.c:
5657         * impress/r_draw.c:
5658         * impress/r_geometry.c:
5659         * impress/r_gradient.c:
5660         * impress/r_style.c:
5661         * impress/r_text.c:
5662         * impress/render.c:
5663         * impress/render.h:
5664         * impress/zip.c:
5665         * impress/zip.h:
5666         * lib/Makefile.am:
5667         * lib/ev-debug.c:
5668         * lib/ev-debug.h:
5669         * lib/ev-file-helpers.c:
5670         * lib/ev-file-helpers.h:
5671         * lib/ev-gui.c:
5672         * lib/ev-gui.h:
5673         * lib/ev-tooltip.c:
5674         * lib/ev-tooltip.h:
5675         * libdocument/Makefile.am:
5676         * libdocument/ev-file-helpers.c:
5677         * pdf/Makefile.am:
5678         * pdf/ev-poppler.cc:
5679         * pdf/ev-poppler.h:
5680         * pixbuf/Makefile.am:
5681         * pixbuf/pixbuf-document.c:
5682         * pixbuf/pixbuf-document.h:
5683         * properties/Makefile.am:
5684         * ps/Makefile.am:
5685         * ps/gsdefaults.c:
5686         * ps/gsdefaults.h:
5687         * ps/gsio.c:
5688         * ps/gsio.h:
5689         * ps/gstypes.h:
5690         * ps/ps-document.c:
5691         * ps/ps-document.h:
5692         * ps/ps.c:
5693         * ps/ps.h:
5694         * shell/Makefile.am:
5695         * shell/ev-application.h:
5696         * shell/ev-sidebar-links.c:
5697         * shell/ev-sidebar-links.h:
5698         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5699         (ev_gui_menu_position_tree_selection):
5700         * shell/ev-utils.h:
5701         * shell/ev-view.c: (ev_view_finalize):
5702         * shell/ev-window.c:
5703         * shell/main.c: (main):
5704         * thumbnailer/Makefile.am:
5705         * tiff/Makefile.am:
5706         * tiff/tiff-document.c:
5707         * tiff/tiff-document.h:
5708         * tiff/tiff2ps.c:
5709         * tiff/tiff2ps.h:
5710         
5711         Reorganize source tree.
5712
5713 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5714
5715         * backend/ev-document-factory.c:
5716
5717         Do not include ev-poppler.h when pdf is disabled. 
5718
5719 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5720
5721         * configure.ac:
5722         * data/evince-ui.xml:
5723         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5724         (pdf_document_document_images_iface_init):
5725         * backend/Makefile.am:
5726         * backend/ev-document-images.[ch]:
5727         * backend/ev-image.[ch]:
5728         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5729         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5730         (ev_job_xfer_run):
5731         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5732         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5733         (ev_pixbuf_cache_get_image_mapping):
5734         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5735         (view_menu_popup_cb), (ev_window_dispose),
5736         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5737         (ev_view_popup_cmd_copy_image):
5738         * shell/ev-view-private.h:
5739         * shell/ev-view.c: (ev_view_get_image_at_location),
5740         (ev_view_do_popup_menu), (ev_view_popup_menu),
5741         (ev_view_button_press_event), (ev_view_drag_data_get),
5742         (ev_view_drag_motion), (ev_view_drag_data_received),
5743         (ev_view_motion_notify_event), (ev_view_button_release_event),
5744         (ev_view_finalize), (ev_view_class_init):
5745
5746         Add image handling support. Fixes bugs #310008 and #325047. Images
5747         selection is not supported yet. 
5748
5749 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5750
5751         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5752         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5753         (ev_view_init):
5754
5755         Move view drag and drop stuff to ev-view.
5756
5757 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5758
5759         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5760         * shell/ev-view.c: (clear_selection): 
5761
5762         Clear selection also in pixbuf cache.
5763
5764 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5765
5766         * data/evince.desktop.in.in:
5767         
5768         Change icon name in desktop file. See bug #390734
5769         for details.
5770
5771 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5772
5773         * thumbnailer/Makefile.am:
5774
5775         Use top_builddir instead top_srcdir for generated schema
5776         file installation. Fixes bug #390161.
5777
5778 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5779
5780         * configure.ac:
5781         * backend/Makefile.am:
5782         * backend/ev-document-transition.[ch]:
5783         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5784         (pdf_document_page_transition_iface_init):
5785         * shell/ev-view-private.h:
5786         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5787         (ev_view_set_presentation), (transition_next_page),
5788         (ev_view_presentation_transition_stop),
5789         (ev_view_presentation_transition_start), (ev_view_next_page):
5790
5791         Add page transition support in presentation mode. At the moment only
5792         page duration is supported, but not transition effects. Fixes bug
5793         #309815.
5794
5795 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5796
5797         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5798
5799         Run find_link_dest with document lock held, since it's called by links
5800         thread and main thread at the same time. 
5801
5802 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5803
5804         * shell/ev-view.c: (goto_dest):
5805
5806         Update page-cache when page is changed by the view, so that
5807         page-changed signal is emitted. 
5808
5809 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5810
5811         * test/test1.py:
5812         * test/test2.py:
5813
5814         Use C locale in tests. 
5815
5816 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5817
5818         * shell/ev-window.c: (ev_window_run_presentation):
5819         * shell/ev-view-private.h:
5820         * shell/ev-view.c: (ev_view_set_presentation):
5821
5822         Restore zoom settings when back from presentation mode. 
5823
5824 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5825
5826         * shell/ev-window.c: (ev_window_run_presentation):
5827
5828         Always use "best fit" zoom in presentation mode.
5829         Fixes bug #389195.
5830
5831 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5832
5833         * shell/ev-view.c: (ev_view_goto_window_create):
5834
5835         Show "Jump to page" label in the page jumping popup in
5836         presentation mode instead of just a GtkEntry.
5837
5838 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5839
5840         * shell/ev-window.c: (launch_external_uri):
5841
5842         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5843         #378085.
5844
5845 2006-12-22  Elijah Newren  <newren gmail com>
5846
5847         * configure.ac: explicitly check for libxml2.  Fixes #388795
5848
5849 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5850
5851         * shell/ev-view-private.h:
5852         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5853         (ev_view_goto_window_delete_event), (key_is_numeric),
5854         (ev_view_goto_window_key_press_event),
5855         (ev_view_goto_window_button_press_event),
5856         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5857         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5858         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5859
5860         Allow jumping to another page by typing a page number in presentation
5861         mode. It uses a popup window with an entry. Fixes bug #353625.
5862
5863 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * configure.ac:
5866         * properties/ev-properties-view.c: (ev_get_default_user_units),
5867         (ev_regular_paper_size):
5868         
5869         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5870         to Damien Carbery <damien.carbery@sun.com> and
5871         Yevgen Muntyan <muntyan@tamu.edu>.
5872
5873 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5874
5875         * shell/ev-window.c: (setup_document_from_metadata):
5876
5877         Make sure Evince doesn't restore the view on the last
5878         page when a document is reopened. Fixes bug #383381.
5879
5880 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5881
5882         * shell/ev-view.c: (draw_loading_text):
5883
5884         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5885
5886 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5887
5888         * configure.ac:
5889         * NEWS:
5890
5891         Release 0.7.0
5892
5893 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5894
5895         * configure.ac:
5896         * pdf/ev-poppler.cc: (pdf_print_context_free),
5897         (pdf_document_file_exporter_begin),
5898         (pdf_document_file_exporter_do_page):
5899
5900         Make cairo-pdf depedency optional. 
5901
5902 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5905
5906         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5907
5908 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5911         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5912         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5913         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5914         * shell/ev-view.c: (draw_loading_text):
5915         * shell/ev-window.c: (ev_window_cmd_file_properties):
5916
5917         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5918         related to using FontConfig from different threads.
5919         
5920 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5921
5922         * shell/ev-view.c: (draw_loading_text):
5923
5924         Acquire lock document when drawing "Loading..." text so that only one
5925         thread will use FontConfig at the same time. Fixes bug #374750.
5926
5927 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5928
5929         * shell/ev-page-action.[ch]: (activate_cb):
5930         * shell/ev-window.c: (activate_label_cb):
5931
5932         Check if text inserted in page entry is a valid page number when it
5933         doesn't match to any document page label. Fixes bug #383165.
5934
5935 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5936         * shell/ev-window.c:
5937
5938         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5939         available with GTK < 2.10. Added an ifdef to avoid compilation
5940         error.
5941
5942 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5943
5944         * configure.ac:
5945         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5946
5947         Fix ps backend in multihead systems.
5948
5949 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5950
5951         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5952         * shell/ev-window.c: (ev_window_get_screen_dpi),
5953         (ev_window_update_actions), (setup_view_from_metadata),
5954         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5955
5956         Take screen DPI into account when zooming. Fixes bug #318285.
5957
5958 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5959
5960         * data/Makefile.am:
5961
5962         Cleaned up/slightly refactored Makefile.am. Added GConf
5963         schemas uninstallation as well.
5964
5965 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5966
5967         * Makefile.am:
5968         * test/Makefile.am:
5969
5970         Fight with autotools to fix make check. Make distcheck
5971         works fine as well now!
5972
5973 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5974
5975         * shell/ev-view.c: (draw_end_presentation_page):
5976
5977         Corrected "end of presentation" string.
5978
5979 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5980
5981         * shell/ev-view.c: (ev_view_key_press_event):
5982
5983         Correctly propagate key press event so that up/down keys
5984         work as expected (correct behaviour was broken by
5985         black/white screen key bindings for presentations).
5986
5987 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5988
5989         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5990         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5991         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5992         (pdf_selection_get_selection_region),
5993         (pdf_selection_get_selection_map):
5994
5995         Add "static" to some private functions. 
5996
5997 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5998
5999         * lib/ev-tooltip.h:
6000         * properties/ev-properties-view.h:
6001         * shell/ev-jobs.h:
6002         * shell/ev-properties-dialog.h:
6003         * shell/ev-properties-fonts.h:
6004         * shell/ev-sidebar-links.h:
6005         * shell/ev-sidebar-thumbnails.h:
6006         * shell/ev-sidebar.h:
6007         * shell/ev-window.h:
6008         
6009         Fixes CHACK type in class casts. See bug #385343
6010         for details.
6011
6012 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6013
6014         * shell/ev-view-private.h:
6015         * shell/ev-view.c: (draw_end_presentation_page),
6016         (ev_view_expose_event), (ev_view_key_press_event),
6017         (ev_view_class_init), (ev_view_init):
6018
6019         Blank screen in presentation mode when pressing 'b' (filling with
6020         black) or 'w' (filling with white) keys. Fixes bug #358132.
6021
6022 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
6023
6024         * data/evince-toolbar.xml:
6025         * shell/ev-window.c:
6026         
6027         Use stock icon for Select All action. Fixes
6028         bug #382652.
6029
6030 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
6031
6032         * shell/ev-view.c: (get_doc_point_from_offset),
6033         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
6034
6035         Add links support in rotated documents. Fixes bug #343733.
6036
6037 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6038
6039         * shell/ev-view-private.h:
6040         * shell/ev-view.c: (draw_end_presentation_page),
6041         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
6042
6043         Show a blank page after the last page in presentation mode with a
6044         message indicating that presentation has finished and how to exit. 
6045
6046 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6047
6048         * shell/ev-window.c: (fullscreen_timeout_cb):
6049
6050         Hide cursor after a while in presentation mode. 
6051
6052 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6053
6054         * backend/ev-document-info.h:
6055         * data/evince-properties.glade:
6056         * pdf/ev-poppler.cc:
6057         * properties/ev-properties-view.c: (ev_regular_paper_size),
6058         (ev_properties_view_set_info):
6059         * ps/ps-document.c: (ps_document_get_info):
6060
6061         Adds a paper size field to the properties dialog. Fixes
6062         bug #307315. Patch by Kasper Svendsen (with some i18n
6063         changes done by me).
6064
6065 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6068         (screensaver_init_dbus), (totem_scrsaver_new),
6069         (totem_scrsaver_init):
6070         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6071         * shell/ev-application.c: (ev_application_register_service),
6072         (ev_application_screensaver_enable),
6073         (ev_application_screensaver_disable):
6074         * shell/ev-application.h:
6075         * shell/ev-window.c: (ev_window_run_presentation),
6076         (ev_window_stop_presentation), (build_comments_string),
6077         (ev_window_init):
6078         
6079         Move screensaver handling to application. No more
6080         message on startup.
6081
6082 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6083
6084         * configure.ac:
6085         * backend/Makefile.am:
6086         * backend/ev-file-exporter.[ch]:
6087         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
6088         * ps/ps-document.c: (ps_document_file_exporter_*):
6089         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
6090         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6091         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6092         (ev_window_print_dialog_response_cb), (ev_window_print_range):
6093
6094         Allow printing to PDF when suppoted by the backend.
6095         
6096 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6097
6098         * shell/ev-window.c: (build_comments_string):
6099
6100         Use always "Document Viewer" in about dialog. 
6101
6102 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
6103
6104         * djvu/djvu-document.c: (djvu_document_get_page_size):
6105
6106         Display a warning message when get_pageinfo fails. 
6107
6108 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
6109
6110         * Makefile.am:
6111         * backend/Makefile.am:
6112         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6113         * configure.ac:
6114         * shell/ev-window.c: (build_comments_string):
6115         
6116         Make pdf compilation optional. See bug #38007.
6117
6118 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6119
6120         * ps/ps.c: (get_next_text):
6121
6122         Fix CVE-2006-5864.
6123
6124 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6125
6126         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
6127         * shell/ev-navigation-action.c: (connect_proxy),
6128         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6129         
6130         Do not call g_type_class_peek_parent twice.
6131
6132 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * configure.ac:
6135         * data/icons/24x24/.cvsignore:
6136         * data/icons/24x24/Makefile.am:
6137         * data/icons/24x24/evince.png:
6138         * data/icons/Makefile.am:
6139         
6140         Add 24x24 icon. Thanks to 
6141         Michael Monreal <infernux@web.de>.
6142
6143 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6144
6145         * configure.ac: Fix typo in configure.ac. Thanks
6146         to dmacks@netspace.org for notification.
6147
6148 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6149
6150         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6151         
6152         Drop dbus include, fixes compilation with older dbus.
6153
6154 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6155
6156         * configure.ac:
6157         * cut-n-paste/Makefile.am:
6158         * cut-n-paste/totem-screensaver/.cvsignore
6159         * cut-n-paste/totem-screensaver/Makefile.am:
6160         * cut-n-paste/totem-screensaver/README:
6161         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
6162         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
6163         * shell/Makefile.am:
6164         * shell/ev-window.c: (ev_window_run_presentation),
6165         (ev_window_stop_presentation), (ev_window_cmd_help_about),
6166         (ev_window_init):
6167
6168         Implemented screensaver enabling/disabling for
6169         presentation mode (not fullscreen mode). Code stolen
6170         from Totem (with some minor tweaks). Fixes bug #338889.
6171
6172 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6173
6174         * configure.ac:
6175
6176         Bump gnome-icon-theme requirements. We use the rotation
6177         icons that appeared recently.
6178
6179 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * shell/ev-history.c: (ev_history_add_page):
6182         * shell/ev-history.h:
6183         * shell/ev-window.c: (page_changed_cb):
6184         
6185         Use page labels instead of numbers.
6186
6187 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * data/evince-toolbar.xml:
6190         * po/POTFILES.in:
6191         * shell/Makefile.am:
6192         * shell/ev-navigation-action-widget.c:
6193         (ev_navigation_action_widget_init),
6194         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
6195         (menu_detacher), (ev_navigation_action_widget_set_menu),
6196         (menu_position_func), (popup_menu_under_arrow),
6197         (ev_navigation_action_widget_toggled),
6198         (ev_navigation_action_widget_button_press_event):
6199         * shell/ev-navigation-action-widget.h:
6200         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
6201         (ev_navigation_action_set_window), (activate_menu_item_cb),
6202         (new_history_menu_item), (new_empty_history_menu_item),
6203         (build_menu), (menu_activated_cb), (connect_proxy),
6204         (create_tool_item), (ev_navigation_action_init),
6205         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
6206         * shell/ev-navigation-action.h:
6207         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
6208         (ev_page_action_widget_set_page_cache),
6209         (ev_page_action_widget_finalize),
6210         (ev_page_action_widget_class_init), (match_selected_cb),
6211         (display_completion_text), (match_completion), (build_new_tree_cb),
6212         (get_filter_model_from_model),
6213         (ev_page_action_widget_update_model):
6214         * shell/ev-page-action-widget.h:
6215         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6216         (connect_proxy):
6217         * shell/ev-page-action.h:
6218         * shell/ev-stock-icons.c:
6219         * shell/ev-stock-icons.h:
6220         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6221         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6222         (register_custom_actions):
6223         * shell/main.c:
6224         
6225         Preliminary history implementation
6226
6227 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6230         (dvi_document_class_init), (dvi_document_init_params):
6231         * dvi/mdvi-lib/font.c: (font_reference):
6232         
6233         Add reference to subfont. Fixes bug #374277.
6234
6235 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6236
6237         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6238         (ev_window_cmd_file_open_copy_at_dest):
6239
6240         Fix a race condition when creating symlink. Increase the counter
6241         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6242         Mathias Hasselmann).
6243
6244 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6245
6246         * backend/Makefile.am:
6247         * backend/ev-attachment.c: (ev_attachment_open):
6248         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6249         (ev_tmp_dir), (ev_tmp_filename):
6250         * shell/ev-sidebar-attachments.c:
6251         (ev_sidebar_attachments_drag_data_get):
6252         * shell/ev-window.c: (ev_window_clear_temp_file):
6253
6254         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6255         in ensure_dir_exists. Abort without crashing when we can't create
6256         user's directory.
6257
6258 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6259
6260         * data/evince-ui.xml:
6261         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6262         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6263         (ev_window_cmd_file_open_copy_at_dest),
6264         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6265         (ev_view_popup_cmd_open_link_new_window):
6266
6267         Allow opening a copy of the current document in a new window. Fixes bug
6268         #357472
6269
6270 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6271
6272         * data/evince-toolbar.xml:
6273         
6274         Add rotate right and rotate left to available items for toolbar.
6275         
6276         * data/evince-ui.xml:
6277         * shell/ev-window.c: (ev_window_init):
6278         
6279         Customize toolbar with right click. Fixes bug #372451.
6280
6281 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6282
6283         * shell/ev-window.c: 
6284         
6285         Use "object-rotate-{left,right}" stock icons. Fixes 
6286         bug #373863.
6287
6288 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6289
6290         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6291         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6292         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6293         (ev_window_open_uri):
6294         * shell/main.c: (arguments_parse):
6295
6296         Remove temp file created when evince is used by GTK+ in
6297         preview mode. Fixes bug #365282. 
6298
6299 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6300
6301         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6302         
6303         Fixes bug #372474 - Side pane disabled when entering 
6304         and leaving fullscreen mode.
6305
6306 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6309         * data/Makefile.am:
6310         * data/evince-preview-toolbar.xml:
6311         * data/evince-toolbar.xml:
6312         * shell/ev-application.c: (ev_application_shutdown),
6313         (ev_application_init), (ev_application_get_toolbars_model):
6314         * shell/ev-application.h:
6315         * shell/ev-window.c: (update_chrome_visibility),
6316         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6317         (ev_window_cmd_edit_toolbar), (ev_window_init):
6318         
6319         Fixes bug #364364 - toolbar editor shows zoom actions again.
6320
6321 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6322
6323         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6324
6325         Do not take margins into consideration for paper size when printing.
6326         Really fixes bug #350491.
6327
6328 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6329
6330         * data/evince-ui.xml:
6331         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6332         (ev_window_cmd_file_print_setup),
6333         (ev_window_print_dialog_response_cb),
6334         (ev_window_setup_action_sensitivity):
6335
6336         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6337
6338 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6339
6340         * shell/ev-window.c: (ev_window_print_range):
6341
6342         Revert my previuos commit, since printing to PDF is not supported by
6343         evince yet. 
6344
6345 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6346
6347         * shell/ev-window.c: (ev_window_print_range):
6348
6349         Enable print to a PDF. Fixes bug #332121.
6350
6351 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6352
6353         * shell/ev-application-service.xml:
6354         * shell/ev-application.[ch]: (ev_application_open_window),
6355         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6356         (ev_application_open_uri), (ev_application_open_uri_list):
6357         * shell/ev-window.c: (file_open_dialog_response_cb),
6358         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6359         (drag_data_received_cb), (open_remote_link):
6360         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6361
6362         Add support for multiscreen systems. Fixes bug #316206.
6363
6364 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6365
6366         * shell/ev-jobs.[ch]: (ev_job_print_new),
6367         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6368         (ev_job_print_do_page):
6369         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6370
6371         Allow printing only odd/even pages. Fixes bug #367289.
6372
6373 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6374
6375         * test/test1.py:
6376         * test/test2.py:
6377
6378         Re-add locale settings to test files.
6379
6380 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6381
6382         * data/evince-ui.xml:
6383         * shell/ev-window.c: (set_action_properties):
6384         
6385         Removed garbage from code and ui.
6386
6387 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6388
6389         * shell/ev-window.c: (ev_window_cmd_help_about):
6390
6391         Shamelessly add my name to the list of contributors.
6392
6393 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6394
6395         * test/test1.py:
6396         * test/test2.py:
6397
6398         Cleaned up the dogtail scripts.
6399
6400 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6401
6402         * shell/ev-view.c: (draw_loading_text): Don't render
6403         "loading..." text in presentation mode. Temporary
6404         workaround for bug #320352.
6405
6406 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6407
6408         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6409         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6410
6411         Use print settings scale, copies, collate and reverse which were
6412         ignored. Fixes bug #359032.
6413
6414 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6415
6416         * configure.ac:
6417         * data/evince-password.glade:
6418         * test/Makefile.am:
6419         * test/test-encrypt.pdf:
6420         * test/test-links.pdf:
6421         * test/test1.py:
6422         * test/test2.py:
6423
6424         Add automated UI tests for evince with dogtail. See
6425         bug #300948.    
6426
6427 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6428
6429         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6430
6431         Hide fullscreen toolbar when switching to another desktop workspace.
6432         Fixes bug #338871
6433
6434 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6435
6436         * shell/ev-window-title.c: 
6437         
6438         Test for .dvi in title of pdf documents.
6439
6440 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6441
6442         * shell/ev-view.c: (ev_view_scroll):
6443
6444         Page Up/Down should do page jumps in "Best fit" mode.
6445         If a user has explicitly chosen to view exactly one page
6446         at a time, scrolling just a part of the page when
6447         pressing Page Up/Down is not right. Fixes bug #323107.
6448
6449 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6450
6451         * NEWS:
6452         * configure.ac:
6453         
6454         Update for 0.6.1
6455
6456 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6457
6458         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6459         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6460         
6461         Correctly disconnect from job signals on destroy.
6462
6463 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6464
6465         * shell/ev-view-private.h:
6466         * shell/ev-view.c: (view_set_adjustment_values),
6467         (view_update_range_and_current_page),
6468         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6469         
6470         Fixes bug #343199, current page now follows find page.
6471
6472 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6473
6474         * backend/ev-document-factory.c:
6475         * configure.ac:
6476         Assigned OpenDocument presenation MIME type to the
6477         Impress backend. Added some missing (but harmless)
6478         #ifdefs in the document factory as well to make things
6479         consistent again. Fixes bug #360658.
6480
6481 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6482
6483         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6484         * backend/ev-document-find.c: (ev_document_find_get_type):
6485         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6486         * backend/ev-document-links.c: (ev_document_links_get_type):
6487         * backend/ev-document-security.c: (ev_document_security_get_type):
6488         * backend/ev-document-thumbnails.c:
6489         (ev_document_thumbnails_get_type):
6490         * backend/ev-document.c: (ev_document_get_type):
6491         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6492         * backend/ev-selection.c: (ev_selection_get_type):
6493         * cut-n-paste/recent-files/egg-recent-model.c:
6494         (egg_recent_model_get_type):
6495         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6496         (egg_recent_view_uimanager_get_type):
6497         * cut-n-paste/recent-files/egg-recent-view.c:
6498         (egg_recent_view_get_type):
6499         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6500         (egg_editable_toolbar_get_type):
6501         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6502         (egg_toolbar_editor_get_type):
6503         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6504         (egg_toolbars_model_get_type):
6505         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6506         (egg_tree_multi_drag_source_get_type):
6507         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6508         (ephy_zoom_action_get_type):
6509         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6510         (ephy_zoom_control_get_type):
6511         * impress/r_back.c: (_imp_fill_back):
6512         * properties/ev-properties-main.c:
6513         (ev_properties_plugin_register_type):
6514         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6515         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6516         (ev_view_accessible_factory_get_type):
6517
6518         Reduce relocations. Bug #360616.
6519
6520 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6521
6522         * backend/ev-document-factory.c:
6523         (ev_document_factory_get_document):
6524         
6525         Load document even if extension is wrong.
6526
6527 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6528
6529         * shell/ev-metadata-manager.c: (save_values):
6530         * shell/ev-window.c: (setup_size_from_metadata),
6531         (setup_view_from_metadata), (ev_window_setup_document),
6532         (ev_window_xfer_job_cb), (window_configure_event_cb):
6533         
6534         Set size according to the document size/page size ratio.
6535         That should correct rather wierd behaviour of the previous
6536         commit.
6537
6538 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6539
6540         * shell/ev-window.c: (setup_view_from_metadata):
6541         
6542         Set size for new windows from previous window size.
6543         See bugs #354968 and #168450 for details. Thanks
6544         to Meik Hellmund.
6545
6546 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6547
6548         * djvu/djvu-links.c: (build_tree):
6549
6550         Fix memory leak.
6551
6552 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6555         
6556         Don't make sidebar close button insensitive. Fixes
6557         bug #357871.
6558
6559 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6560
6561         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6562         (ev_window_set_view_accels_sensitivity):
6563         
6564         Don't enable Slash on documents which don't support
6565         find. Fixes bug #358648.
6566
6567 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6568
6569         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6570         open dialog fall back to the current document uri if the
6571         filechooser hasn't been used before. Fixes bug #356980.
6572
6573 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6574
6575         * shell/ev-window.c: (ev_window_setup_recent), 
6576         (ev_window_get_recent_file_label):
6577
6578         Escape underscores in filenames of recent file items.
6579
6580 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6581
6582         * configure.ac:
6583         
6584         Bumped poppler requirements, really 0.5.3 is very 
6585         buggy, now we require 0.5.4.
6586
6587 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6588
6589         * djvu/Makefile.am:
6590         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6591         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6592         (djvu_document_document_links_iface_init):
6593         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6594         (number_from_string_10), (get_djvu_link_dest),
6595         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6596         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6597         (djvu_links_get_links), (djvu_links_find_link_dest),
6598         (djvu_links_get_links_model):
6599         * djvu/djvu-links.h:
6600         
6601         Add support for links and bookmarks in djvu documents. Thanks
6602         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6603         patch.
6604
6605 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6608         
6609         Reopen should reload document. Fixes 
6610         bug 327951.
6611
6612 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6613
6614         * configure.ac:
6615         * data/Makefile.am:
6616         * data/evince-16.png:
6617         * data/evince-22.png:
6618         * data/evince.png:
6619         * data/evince.svg:
6620         * data/icons/16x16/Makefile.am:
6621         * data/icons/16x16/evince.png:
6622         * data/icons/22x22/Makefile.am:
6623         * data/icons/22x22/evince.png:
6624         * data/icons/48x48/Makefile.am:
6625         * data/icons/48x48/evince.png:
6626         * data/icons/Makefile.am:
6627         * data/icons/scalable/Makefile.am:
6628         * data/icons/scalable/evince.svg:
6629         
6630         Install icons with correct names. Fixes
6631         bug #354429.
6632
6633 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6634
6635         * shell/ev-view.c: (ev_view_button_release_event):
6636
6637         Don't open links with middle mouse button. Fixes bug #353649
6638
6639 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * NEWS:
6642         * configure.ac:
6643         
6644         Update for release 0.6.0
6645
6646 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6647
6648         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6649         Implement Close named action. Patch by Carlos Garcia Campos.
6650
6651 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6654         
6655         Don't clear link mapping on copy_job_to_job_info. Fixes
6656         bug 346168.
6657
6658 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6659
6660         * shell/main.c: (main):
6661
6662         Revert my previous commit, gnome_program_init owns the option context.
6663         Fix another memory leak in main. Both caught by Christian Persch. 
6664
6665 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6666
6667         * shell/main.c: (main):
6668
6669         Fix memory leak.
6670
6671 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6672
6673         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6674
6675         Fix crash when opening a pdf with password protection. 
6676
6677 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6678
6679         * pdf/ev-poppler.cc: (pdf_document_search_free):
6680
6681         Fix memory leak. 
6682
6683 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * backend/ev-document-factory.c:
6686         (ev_document_factory_get_document):
6687         * tiff/tiff-document.c: (tiff_document_finalize):
6688         
6689         More correct handling of document loading. Fixes
6690         bug #349043.
6691
6692 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6693
6694         * backend/ev-attachment.c: (ev_attachment_save):
6695
6696         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6697         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6698
6699 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6700         
6701         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6702         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6703
6704 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6705
6706         * shell/ev-sidebar-thumbnails.c:
6707
6708         Do not render thumbnails unless thumbnails page is active in the
6709         sidebar.
6710
6711 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6712
6713         * shell/ev-properties-dialog.c:
6714
6715         Fix dialogue spacing. Bug #351370.
6716
6717 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6718
6719         * configure.ac:
6720
6721         Use lowercase gettext catalog file names (evince.mo
6722         instead of Evince.mo)
6723
6724 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6725
6726         * shell/ev-sidebar-attachments.c:
6727
6728         GtkIconTheme is now screen safe too. Fixes bug #350878
6729
6730 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6731
6732         * shell/ev-window.c:
6733
6734         GtkRecent manager is now screen safe. Fixes bug #350145
6735
6736 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6737
6738         * shell/ev-sidebar.c: (ev_sidebar_init):
6739         
6740         Make sidebar close icon smaller. Fix for bug 350177.
6741         See also bugs 350176 and 165770.
6742
6743 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6744
6745         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6746
6747         Ignore zoom for xyz destinations when it's <= 1, keeping user
6748         preferences instead. Set correct sizing-mode for fith and fitv
6749         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6750
6751 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * NEWS:
6754         * configure.ac:
6755         
6756         Update for release 0.5.5
6757
6758 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6759         
6760         * shell/ev-window.c: (ev_window_cmd_escape)
6761
6762         Escape unfocus page entry. Fixes bug #345809.
6763
6764 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6765
6766         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6767         (build_tree), (pdf_document_links_get_links),
6768         (pdf_document_links_find_link_dest):
6769         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6770         (goto_xyz_dest):
6771
6772         Convert from PDF style coordinates to X style coordinates in the
6773         backend rather than in the view. Fixes bug #338440
6774
6775 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * shell/ev-window.c:
6778         
6779         Remove Ctrl+Shift+T shortcut for toolbars. See
6780         the bug #350098.
6781
6782 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6783
6784         * configure.ac:
6785
6786         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6787         of this. 
6788
6789 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6790
6791         * configure.ac:
6792         * cut-n-paste/Makefile.am:
6793         * data/evince-ui.xml:
6794         * shell/Makefile.am:
6795         * shell/ev-application.[ch]:
6796         * shell/ev-window.c:
6797
6798         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6799         #349273
6800
6801 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6802
6803         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6804         findbar code: s/help/search/
6805
6806 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6807
6808         * shell/ev-window.c: (setup_document_from_metadata),
6809         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6810         (setup_view_from_metadata):
6811         
6812         Fix memory leaks.
6813
6814 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6815
6816         * autogen.sh, configure.ac: 
6817         
6818         Update automake usage. See bug 349292.
6819
6820 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6821
6822         * shell/eggfindbar.c: (egg_find_bar_class_init),
6823         (entry_activate_callback), (egg_find_bar_init),
6824         (egg_find_bar_set_status_text):
6825         * shell/eggfindbar.h:
6826         
6827         Unify Evince findbar with Epiphany. Nice patch
6828         from Fabricio Silva <silva@crans.org> and
6829         Frederic Peters <fpeters@entrouvert.com>. See
6830         bug #339966 for details.
6831
6832 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * data/evince.desktop.in.in:
6835         
6836         Correct information for bugzilla. Thanks to
6837         Olaf Vitters, see bug #348855.
6838
6839 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6840
6841         * shell/ev-jobs.[ch]:
6842         * shell/ev-sidebar-links.c:
6843         * shell/ev-window.[ch]:
6844
6845         GtkPrintJob doesn't support print ranges or current page, so we export
6846         to a ps file now when printing ranges or current page.
6847
6848 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6849
6850         * pdf/ev-poppler.cc:
6851         * shell/ev-window.c: (do_action_named):
6852
6853         We should be more clear about bugzilla. See the
6854         poppler bug #7623.
6855
6856 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6857
6858         * configure.ac:
6859         * shell/Makefile.am:
6860         * shell/ev-job-queue.c:
6861         * shell/ev-jobs.[ch]:
6862         * shell/ev-sidebar-links.c:
6863         * shell/ev-window.[ch]:
6864         
6865         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6866         #348422
6867
6868 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6869
6870         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6871         * shell/ev-application-service.xml:
6872         * shell/ev-application.[ch]:
6873         * shell/ev-jobs.[ch]:
6874         * shell/ev-window.[ch]: (ev_window_run_preview):
6875         * shell/main.c: 
6876
6877         Add preview mode to use evince as a printing previewer. It also adds
6878         other command line options for fullscreen and presentation modes.
6879         Fixes bugs #347822, #317031
6880
6881 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6882
6883         * NEWS:
6884         * configure.ac:
6885         
6886         Update for release 0.5.4
6887
6888 2006-07-11  Bastien Nocera <hadess@hadess.net>
6889
6890         * Makefile.am:
6891         * backend/Makefile.am:
6892         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6893         * backend/ev-document-factory.h:
6894         * configure.ac:
6895         * impress/.cvsignore:
6896         * impress/Makefile.am:
6897         * impress/common.h:
6898         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6899         (imp_get_page), (imp_next_page), (imp_prev_page),
6900         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6901         * impress/f_oasis.c: (render_object), (render_page),
6902         (get_geometry), (_imp_oasis_load):
6903         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6904         (_imp_oo13_load):
6905         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6906         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6907         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6908         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6909         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6910         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6911         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6912         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6913         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6914         (iks_new_within), (iks_insert), (iks_insert_cdata),
6915         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6916         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6917         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6918         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6919         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6920         (iks_cdata), (iks_cdata_size), (iks_has_children),
6921         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6922         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6923         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6924         (iks_tree), (iks_load), (iks_save):
6925         * impress/iksemel.h:
6926         * impress/imposter.h:
6927         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6928         (imp_render_draw_bezier_real), (imp_render_get_size),
6929         (imp_render_set_fg_color), (imp_render_draw_line),
6930         (imp_render_draw_rect), (imp_render_draw_polygon),
6931         (imp_render_draw_arc), (imp_render_draw_bezier),
6932         (imp_render_open_image), (imp_render_get_image_size),
6933         (imp_render_scale_image), (imp_render_draw_image),
6934         (imp_render_close_image), (imp_render_markup),
6935         (imp_render_get_text_size), (imp_render_draw_text),
6936         (impress_document_load), (impress_document_save),
6937         (impress_document_get_n_pages), (impress_document_get_page_size),
6938         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6939         (impress_document_finalize), (impress_document_class_init),
6940         (impress_document_can_get_text), (impress_document_get_info),
6941         (impress_document_document_iface_init),
6942         (impress_document_thumbnails_get_thumbnail),
6943         (impress_document_thumbnails_get_dimensions),
6944         (impress_document_document_thumbnails_iface_init),
6945         (impress_document_init):
6946         * impress/impress-document.h:
6947         * impress/internal.h:
6948         * impress/r_back.c: (_imp_fill_back):
6949         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6950         (_imp_draw_image), (_imp_tile_image):
6951         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6952         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6953         (r_polyline):
6954         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6955         (r_draw_gradient_complex), (r_draw_gradient):
6956         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6957         (r_get_bullet):
6958         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6959         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6960         (r_text):
6961         * impress/render.c: (imp_create_context), (imp_context_set_page),
6962         (imp_context_set_step), (imp_render), (imp_delete_context):
6963         * impress/render.h:
6964         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6965         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6966         (zip_load_xml), (zip_get_size), (zip_load):
6967         * impress/zip.h:
6968         * shell/ev-utils.c:
6969         
6970         New backend to support impress slides. Fixes bug #30867.
6971
6972 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6973
6974         * shell/ev-utils.c: (using_postscript_printer):
6975         
6976         Fixes crash when print using PAPI backend,
6977         bug #345012.
6978
6979 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6980
6981         * shell/ev-jobs.c: (ev_job_xfer_run):
6982         * shell/ev-window.c: (password_dialog_response),
6983         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6984         (ev_window_dispose):
6985         Fixes bug #344160: if the xfer job doesn't complete
6986         because a password is required, reload the existing
6987         instance instead of creating a new one.
6988
6989 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6990
6991         * shell/main.c: (main): Call gdk_threads_init. Thus
6992         we'll avoid errors in auth dialog. Fix for the bug
6993         #343347.
6994
6995 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6996
6997         * configure.ac: Advertise pixbuf support, fix
6998         for the bug 343317.
6999
7000 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7001
7002         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
7003         (ev_sidebar_thumbnails_set_document):
7004         
7005         Update sidebar thumbnails after reloading.
7006
7007 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7008
7009         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
7010         * shell/ev-jobs.h:
7011         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
7012         (ev_window_cmd_view_reload), (ev_window_init):
7013         
7014         Don't crash on reload. Fix for the bug #343167.
7015
7016 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7017
7018         * shell/ev-jobs.c: (ev_job_render_run):
7019         
7020         Check for document links.
7021
7022 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7023
7024         * backend/ev-attachment.c: (ev_attachment_save),
7025         (ev_attachment_launch_app), (ev_attachment_open):
7026         * backend/ev-document-factory.c: (get_document_from_uri):
7027         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7028         (egg_recent_view_uimanager_set_list):
7029         * ps/ps-document.c: (check_filecompressed), (document_load),
7030         (ps_document_load):
7031         * shell/ev-metadata-manager.c: (load_values):
7032         * shell/ev-password.c: (ev_password_dialog_set_property):
7033         * shell/ev-view.c: (tip_from_link):
7034         * shell/ev-window.c: (file_save_dialog_response_cb),
7035         (ev_window_print_dialog_response_cb):
7036         
7037         Use consistent quoting style. Fix for the bug #320285.
7038
7039 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7040
7041         * shell/ev-jobs.c: (ev_job_xfer_run):
7042         * shell/main.c: (load_files):
7043                 
7044         Open links with anchors. Fix for the bug #339836.
7045
7046 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7047
7048         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
7049         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
7050         (ev_link_dest_set_property), (ev_link_dest_finalize),
7051         (ev_link_dest_class_init), (ev_link_dest_new_named),
7052         (ev_link_dest_new_page_label):
7053         * backend/ev-link-dest.h:
7054         * shell/ev-application.c: (ev_application_open_uri):
7055         * shell/ev-view.c: (goto_dest):
7056         * shell/ev-window.c:
7057         * shell/ev-window.h:
7058         
7059         Fix page-label command line option. Bug #342070.
7060
7061 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7062
7063         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
7064         
7065         Don't show highlight rects if page can't be showed. Fix for 
7066         the bug #342076
7067
7068 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7069
7070         * shell/ev-window.c: (setup_sidebar_from_metadata),
7071         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
7072         
7073         Setup sidebar from metadata even if there is no document
7074         loaded. Fix for the bug #342807.
7075
7076 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7077
7078         * cut-n-paste/toolbar-editor/Makefile.am:
7079         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7080         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
7081         (find_action), (drag_data_delete_cb), (drag_begin_cb),
7082         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
7083         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
7084         (popup_context_menu_cb), (button_press_event_cb),
7085         (configure_item_sensitivity), (configure_item_cursor),
7086         (configure_item_tooltip), (connect_widget_signals),
7087         (action_sensitive_cb), (create_item_from_action),
7088         (create_item_from_position), (toolbar_drag_data_received_cb),
7089         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
7090         (toolbar_drag_leave_cb), (configure_drag_dest),
7091         (toggled_visibility_cb), (toolbar_visibility_refresh),
7092         (create_dock), (toolbar_changed_cb), (unparent_fixed),
7093         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
7094         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
7095         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
7096         (egg_editable_toolbar_dispose),
7097         (egg_editable_toolbar_set_ui_manager),
7098         (egg_editable_toolbar_get_selected),
7099         (egg_editable_toolbar_set_selected), (set_edit_mode),
7100         (egg_editable_toolbar_set_property),
7101         (egg_editable_toolbar_get_property),
7102         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
7103         (egg_editable_toolbar_new_with_model),
7104         (egg_editable_toolbar_get_edit_mode),
7105         (egg_editable_toolbar_set_edit_mode),
7106         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
7107         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
7108         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7109         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
7110         (item_added_or_removed_cb), (toolbar_removed_cb),
7111         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
7112         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
7113         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
7114         (editor_create_item_from_name), (append_table),
7115         (update_editor_sheet), (egg_toolbar_editor_init):
7116         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
7117         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7118         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
7119         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
7120         (toolbar_node_free), (egg_toolbars_model_get_flags),
7121         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
7122         (egg_toolbars_model_get_name), (impl_add_item),
7123         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
7124         (parse_data_list), (parse_item_list), (parse_toolbars),
7125         (egg_toolbars_model_load_toolbars), (parse_available_list),
7126         (parse_names), (egg_toolbars_model_load_names),
7127         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
7128         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
7129         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
7130         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
7131         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
7132         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
7133         (egg_toolbars_model_set_types), (fill_avail_array),
7134         (egg_toolbars_model_get_name_avail),
7135         (egg_toolbars_model_get_name_flags),
7136         (egg_toolbars_model_set_name_flags):
7137         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7138         * cut-n-paste/toolbar-editor/eggintl.h:
7139         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
7140         (egg_tree_multi_drag_source_get_type),
7141         (egg_tree_multi_drag_source_row_draggable),
7142         (egg_tree_multi_drag_source_drag_data_delete),
7143         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
7144         (egg_tree_multi_drag_button_release_event), (selection_foreach),
7145         (path_list_free), (set_context_data), (get_context_data),
7146         (get_info), (egg_tree_multi_drag_drag_data_get),
7147         (egg_tree_multi_drag_motion_event),
7148         (egg_tree_multi_drag_button_press_event),
7149         (egg_tree_multi_drag_add_drag_support):
7150         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
7151         * shell/ev-application.c: (ev_application_init),
7152         (ev_application_save_toolbars_model):
7153         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
7154         (ev_window_cmd_edit_toolbar), (ev_window_init):
7155         
7156         Sync toolbareditor with epiphany and libegg
7157
7158 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
7159
7160         * configure.ac: 
7161
7162         Depend on poppler 0.5.2
7163
7164 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * shell/ev-jobs.c: (ev_job_render_run):
7167         
7168         Check if document supports links iterface.
7169
7170 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * NEWS:
7173         * configure.ac:
7174         
7175         Update for release 0.5.3
7176
7177 2006-05-13  Michael Plump  <plumpy@skylab.org>
7178
7179         * configure.ac:
7180         * shell/Makefile.am:
7181         * shell/main.c: (main):
7182         
7183         Port to GOption command line parsing. Fix for the 
7184         bug #327518
7185
7186 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7187
7188         * shell/ev-window.c: (ev_window_cmd_help_about):
7189         
7190         Do not wrap license. Fix for the bug #309460.
7191
7192 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7193
7194         * configure.ac:
7195         * properties/ev-properties-main.c: (ev_properties_get_pages):
7196         * shell/ev-application.c: (ev_application_open_window),
7197         (ev_application_open_uri_at_dest):
7198         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7199         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
7200         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
7201         * shell/ev-utils.c: (save_print_config_to_file):
7202         * shell/ev-window.c: (ev_window_cmd_save_as),
7203         (ev_attachment_popup_cmd_save_attachment_as):
7204         * shell/main.c: (load_files_remote):
7205         
7206         Bump requirements to gtk 2.8 and drop all ifdefs used.
7207
7208 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
7211         * shell/ev-window.c: (ev_window_init):
7212         
7213         Show attachments page.
7214
7215 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7216
7217         * po/POTFILES.in:
7218         * shell/ev-attachment-bar.c:
7219         * shell/ev-attachment-bar.h:
7220         * shell/ev-sidebar-attachments.c:
7221         (ev_sidebar_attachments_icon_cache_add),
7222         (icon_theme_get_pixbuf_from_mime_type),
7223         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7224         (ev_sidebar_attachments_icon_cache_refresh),
7225         (ev_sidebar_attachments_get_attachment_at_pos),
7226         (ev_sidebar_attachments_popup_menu_show),
7227         (ev_sidebar_attachments_popup_menu),
7228         (ev_sidebar_attachments_button_press),
7229         (ev_sidebar_attachments_update_icons),
7230         (ev_sidebar_attachments_drag_data_get),
7231         (ev_sidebar_attachments_get_property),
7232         (ev_sidebar_attachments_destroy),
7233         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7234         (ev_sidebar_attachments_new),
7235         (ev_sidebar_attachments_set_document),
7236         (ev_sidebar_attachments_support_document),
7237         (ev_sidebar_attachments_get_label),
7238         (ev_sidebar_attachments_page_iface_init):
7239         * shell/ev-sidebar-attachments.h:
7240         * shell/ev-window.c: (update_chrome_visibility),
7241         (setup_sidebar_from_metadata), (ev_window_setup_document),
7242         (ev_window_sidebar_current_page_changed_cb),
7243         (attachment_bar_menu_popup_cb), (ev_window_init):
7244         
7245         Move attachments bar to sidebar.
7246
7247 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7248
7249         * pdf/ev-poppler.cc:
7250         * shell/ev-application.[ch]:
7251         * shell/main.c:
7252
7253         Fix some memory leaks.
7254
7255 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7256
7257         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7258
7259         Change the properties dialog response to
7260         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7261         will make the dialog go away when the user presses
7262         enter. With gtk+ >= 2.9 this will happen anyway, but for
7263         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7264         escape by default. Fixes bug #340539. See also bug
7265         #101293 for the gtk+ part.
7266
7267 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7268
7269         * shell/ev-view.c (tip_from_action_named): Replace some strings
7270         that were wrong. Closes #340970.
7271
7272 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7273
7274         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7275
7276         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7277         #341049
7278
7279 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7280
7281         * djvu/Makefile.am:
7282         * dvi/Makefile.am:
7283         * dvi/mdvi-lib/Makefile.am:
7284         * properties/Makefile.am:
7285         * ps/Makefile.am:
7286         * shell/Makefile.am:
7287         * thumbnailer/Makefile.am:
7288         
7289         Due to broken libtool that is unable to track dependencies
7290         of noinst libraries we are forced to explicitely point
7291         libraries for binary. Fix for the bug #333334.
7292
7293 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7294
7295         * data/evince.desktop.in.in:
7296         * shell/ev-view.c: (view_update_range_and_current_page),
7297         (ev_view_next_page), (ev_view_previous_page):
7298         * shell/ev-window.c: (update_chrome_visibility),
7299         (setup_sidebar_from_metadata), (ev_window_setup_document),
7300         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7301         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7302         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7303         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7304         (ev_window_stop_presentation), (ev_window_focus_in_event),
7305         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7306         (ev_window_init):
7307         * thumbnailer/Makefile.am:
7308         
7309         Update fullscreen and presentation timeout handling. Hide
7310         cursor in presentation after timeout. Fix for the bugs
7311         #136359 and #336981.
7312
7313 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7314
7315         * backend/ev-link-action.[ch]:
7316         * pdf/ev-poppler.cc: (ev_link_from_action):
7317         * shell/ev-view-private.h:
7318         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7319         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7320
7321         Add support for Named Action links
7322
7323 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7324
7325         * backend/Makefile.am:
7326         * backend/ev-document-links.[ch]:
7327         * backend/ev-document.[ch]:
7328         * backend/ev-link-action.[ch]:
7329         * backend/ev-link-dest.[ch]:
7330         * backend/ev-link.[ch]:
7331         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7332         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7333         * shell/ev-page-action.c: (build_new_tree_cb):
7334         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7335         (links_page_num_func), (update_page_callback):
7336         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7337         (tip_from_link):
7338         * shell/ev-jobs.c:
7339         * shell/ev-window.[ch]: (ev_window_open_uri),
7340         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7341         * shell/ev-application.[ch]: (ev_application_open_window),
7342         (ev_application_open_uri):
7343
7344         Rework links system, it adds support for remote links now and it makes
7345         easier to add new kinds of actions and destinations. Fixes bug #317292
7346
7347 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7348
7349         * data/Makefile.am:
7350         * data/evince.png:
7351         * data/evince-16.png:
7352         * data/evince-22.png:
7353         * data/evince.svg:
7354         * shell/main.c: (main):
7355         
7356         Evince use it's own icon. Fix for the bug #313392.
7357
7358         * shell/ev-window.c: (fullscreen_timeout_cb),
7359         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7360         (ev_window_cmd_help_about), (ev_window_dispose):
7361         
7362         Simplify fullscreen timeout code.
7363
7364 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7365
7366         * backend/ev-attachment.c: 
7367         * shell/ev-attachment-bar.c:
7368         * shell/ev-window.c:
7369
7370         Allow multiple selection of attachments
7371
7372 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/ev-view.c: (view_update_range_and_current_page),
7375         (ev_view_scroll):
7376         
7377         Fix for the bug #312573 – Optimal selection of current 
7378         page among visible pages.
7379
7380 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7381
7382         * configure.ac:
7383         * djvu/Makefile.am:
7384         * djvu/djvu-text.h:
7385         
7386         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7387         for the bug 339868.
7388
7389 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7390
7391         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7392
7393 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7394
7395         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7396         dictated by the GNOME HIG. Fixes bug #339235.
7397
7398 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7399
7400         * data/evince-ui.xml:
7401         * shell/ev-view.c: (ev_view_can_find_previous):
7402         * shell/ev-view.h:
7403         * shell/ev-window.c: (ev_window_update_actions),
7404         (ev_window_cmd_edit_find_previous):
7405
7406         Add support for "Find Previous" as dictated by the GNOME HIG. A
7407         menu item is added and some glue code to make it all work is added
7408         to various files.
7409
7410 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7411
7412         * configure.ac: Award myself the "useless use of cat" award.
7413
7414 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7415
7416         * po/LINGUAS: New file listing all supported languages.
7417
7418         * configure.in: Use po/LINGUAS instead of including all languages
7419         directly in this file. See the wiki for more information:
7420         http://live.gnome.org/GnomeGoals/PoLinguas
7421
7422 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7423
7424         * backend/ev-document-factory.c:
7425
7426         Do not load the document twice when there isn't errors
7427
7428 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7429
7430         * backend/ev-attachment.c: 
7431
7432         Fix a crash when there isn't a default application to open an
7433         attachment
7434
7435 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7436
7437         * backend/ev-attachment.[ch]:
7438         * shell/ev-attachment-bar.[ch]:
7439
7440         Added missing files. 
7441
7442 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7443
7444         * backend/Makefile.am:
7445         * data/evince-ui.xml:
7446         * backend/ev-attachment.[ch]:
7447         * backend/ev-document.[ch]: (ev_document_has_attachments),
7448         (ev_document_get_attachments):
7449         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7450         (attachment_save_to_buffer), (pdf_document_get_attachments),
7451         (pdf_document_document_iface_init):
7452         * shell/Makefile.am:
7453         * shell/ev-attachment-bar.[ch]:
7454         * shell/ev-window.c:
7455
7456         Add support for PDF attachments. Fixes bug #325143
7457
7458 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * backend/ev-document-factory.c: (get_document_from_uri),
7461         (ev_document_factory_get_document):
7462         * backend/ev-document-factory.h:
7463         * properties/ev-properties-main.c: (ev_properties_get_pages):
7464         * shell/Makefile.am:
7465         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7466         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7467         (ev_job_queue_remove_job):
7468         * shell/ev-job-queue.h:
7469         * shell/ev-job-xfer.c:
7470         * shell/ev-job-xfer.h:
7471         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7472         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7473         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7474         (ev_job_xfer_run):
7475         * shell/ev-jobs.h:
7476         * shell/ev-window.c: (ev_window_is_empty),
7477         (password_dialog_response), (ev_window_clear_xfer_job),
7478         (ev_window_xfer_job_cb), (ev_window_open_uri),
7479         (ev_window_cmd_focus_page_selector),
7480         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7481         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7482         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7483         (ev_window_dispose):
7484         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7485         
7486         * Cleanup mime type detection on document load. Fix for the
7487         bug #336448.
7488
7489 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7492         
7493         Fix crash on exit, described in the bug #336825.
7494
7495 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497         * backend/ev-document-factory.c:
7498         (ev_document_factory_get_from_mime),
7499         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7500         (ev_document_factory_get_document),
7501         (file_filter_add_mime_list_and_free),
7502         (ev_document_factory_add_filters):
7503         * backend/ev-document-factory.h:
7504         * properties/ev-properties-main.c: (ev_properties_get_pages):
7505         * shell/Makefile.am:
7506         * shell/ev-application.c:
7507         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7508         * shell/ev-window.c: (ev_window_cmd_file_open),
7509         (ev_window_cmd_save_as):
7510         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7511         
7512         Rework factory functions so they are placed now in a single 
7513         file ev-document-factory.c
7514
7515 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7516
7517         * shell/ev-window.c: (update_chrome_visibility):
7518         
7519         Fix for the bug 166566 - don't show menubar in fullscreen
7520         mode.
7521
7522 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7523
7524         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7525
7526 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7527
7528         * shell/ev-view.c: (ev_view_expose_event):
7529         
7530         More correctly draw loading text when document
7531         is empty.
7532
7533 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7534
7535         * shell/ev-view.c: (ev_view_scroll):
7536         
7537         Fix for the bug #334854, page down and page up switch
7538         pages in presentation mode.
7539
7540 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7541
7542         * shell/ev-window.c: (ev_window_set_action_sensitive),
7543         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7544         (ev_window_set_view_accels_sensitivity),
7545         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7546         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7547         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7548         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7549         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7550         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7551         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7552         (view_actions_focus_in_cb), (ev_window_init):
7553         
7554         Fix for the bug #333902, now it's possible to search
7555         words with slash.
7556
7557 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7558
7559         * configure.ac: Added Breton translation.
7560         * po/br.po: Added Breton translation.
7561
7562 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7563
7564         * shell/ev-window-title (ev_window_title_update):
7565
7566         Fix memory leak in window title. Fixes bug #333944
7567
7568 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7569
7570         * shell/ev-metadata-manager.c (parseItem):
7571
7572         Fix memory leaks. Fixes bug #333945
7573
7574 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7575         
7576         * NEWS, configure.ac, TODO:
7577         
7578         Update for release 0.5.2.
7579
7580 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * shell/ev-view.c: (view_update_range_and_current_page),
7583         (page_changed_cb):
7584         
7585         Don't jump on scrolling, fix for the bug #333127.
7586
7587 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7588
7589         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7590         
7591         Scroll by one page in presentation mode. Fix for the bug
7592         #332993.
7593
7594 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7595
7596         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7597
7598 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7599
7600         * configure.ac  Added lv in ALL_LINGUAS line.
7601
7602 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7603         
7604         * NEWS, configure.ac:
7605         
7606         Update for release 0.5.1
7607
7608 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7609
7610         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7611         * backend/ev-document-misc.h:
7612         * shell/ev-view.c: (draw_one_page):
7613         
7614          Clairfy what page the toolbar page number applies to. Fix
7615          for the bug #328102.
7616
7617 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7618
7619         * shell/ev-view-private.h:
7620         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7621         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7622         (ev_view_search_changed):
7623         * shell/ev-view.h:
7624         * shell/ev-window.c: (find_bar_search_changed_cb):
7625         
7626         Dont't jump to find result if window was scrolled during search.
7627         Fix for the bug #313266.
7628
7629 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7630
7631         * shell/eggfindbar.c: (egg_find_bar_class_init):
7632         * shell/eggfindbar.h:
7633         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7634         * shell/ev-view-private.h:
7635         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7636         (ev_view_class_init), (ev_sizing_mode_get_type),
7637         (ev_scroll_type_get_type):
7638         * shell/ev-view.h:
7639         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7640         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7641         (ev_window_init):
7642         
7643         Fix for the bug 319133 - Find entry should allow text scroll.
7644
7645 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7646
7647         * shell/ev-view-private.h:
7648         * shell/ev-view.c: (view_update_range_and_current_page),
7649         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7650         (ev_view_set_document), (update_find_status_message),
7651         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7652         (ev_view_find_previous):
7653         
7654         Fix for the bug #319137. Search now takes account for scrolling.
7655
7656 2006-02-19  Michael Hofmann <mh21@piware.de>
7657
7658         * configure.ac:
7659         * djvu/Makefile.am:
7660         * djvu/djvu-document-private.h:
7661         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7662         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7663         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7664         (djvu_document_can_get_text), (djvu_document_get_text),
7665         (djvu_document_document_iface_init),
7666         (djvu_document_thumbnails_get_thumbnail),
7667         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7668         (djvu_document_find_get_result),
7669         (djvu_document_find_page_has_results),
7670         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7671         (djvu_document_find_iface_init):
7672         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7673         (djvu_text_page_selection), (djvu_text_page_limits_process),
7674         (djvu_text_page_limits), (djvu_text_page_copy),
7675         (djvu_text_page_position), (djvu_text_page_union),
7676         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7677         (djvu_text_page_box), (djvu_text_page_append_text),
7678         (djvu_text_page_search), (djvu_text_page_prepare_search),
7679         (djvu_text_page_new), (djvu_text_page_free):
7680         * djvu/djvu-text-page.h:
7681         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7682         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7683         (djvu_text_n_results), (djvu_text_has_results),
7684         (djvu_text_get_result), (djvu_text_get_progress):
7685         * djvu/djvu-text.h:
7686         
7687         Text search in djvu. Fix for the bug #303415.
7688
7689 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7690
7691         * configure.ac:
7692         * shell/ev-window.c: (ev_window_cmd_save_as):
7693         
7694         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7695         Thanks to Gary Coady <gary@lyranthe.org>
7696
7697 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7698
7699         * shell/ev-print-job.c: (idle_print_handler):
7700         
7701         Inverse order printing, bug #320919.
7702
7703 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7704
7705         * data/evince-toolbar.xml:
7706         * shell/ev-window.c:
7707         
7708         Allow to add sidebar checkbutton on toolbar. Fix
7709         for the bug #144577.
7710
7711 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7712
7713         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7714         
7715         Add checks that have sense for empty ps document.
7716
7717 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7718
7719         * configure.ac: Include PS in mime types list. 
7720
7721 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7722
7723         * configure.ac:
7724         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7725         * ps/gsdefaults.h:
7726         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7727         
7728         Runtime check for gs interpreter. Fix for the bug #320868.
7729         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7730
7731 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7732
7733         * shell/ev-application.c: 
7734
7735         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7736         dbus>=0.60, so that the request is not queued. 
7737
7738 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7739
7740         * configure.ac:
7741         * shell/Makefile.am:
7742         * shell/ev-sidebar-links.c: (print_section_cb):
7743         * shell/ev-utils.c:
7744         * shell/ev-utils.h:
7745         * shell/ev-window.c: (update_action_sensitivity),
7746         (ev_window_close_dialogs), (ev_window_print):
7747         * shell/ev-window.h:
7748         
7749         Make printing support optional. Patch from Eduardo de Barros Lima
7750         <eduardo.lima@indt.org.br> for the bug #330546.
7751
7752 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7753
7754         * shell/ev-view-private.h:
7755         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7756         (ev_view_set_document):
7757         * shell/ev-view.h:
7758         * shell/ev-window.c: (ev_window_load_job_cb),
7759         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7760         (ev_window_init):
7761
7762         Draw Loading message during xfer job. Fix for the bug #329495.
7763
7764 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7765
7766         * comics/comics-document.c: (comics_regex_quote),
7767         (comics_document_load), (extract_argv):
7768         
7769         Correcly quote regexp before passing it to unzip.
7770
7771 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7772
7773         * shell/ev-page-cache.c: (build_height_to_page),
7774         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7775         (ev_page_cache_get_dual_even_left):
7776         * shell/ev-page-cache.h:
7777         * shell/ev-view.c: (view_update_range_and_current_page),
7778         (get_page_y_offset), (get_page_extents):
7779         
7780         Place even pages to the left if document has less then
7781         two pages. Fix for the bug #328856.
7782
7783 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7784
7785         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7786         
7787         Correct comics scheme. This make evince create thumbnails
7788         for comic books. Fix for the bug 329088.
7789
7790 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7791
7792         * data/evince-password.glade: Don't explicitly set
7793         invisible_char to the current default value in case
7794         the default changes; let GTK+ do its magic.
7795
7796 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7797
7798         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7799         real filename to tmp filename since often document
7800         type is determined by extension.
7801
7802 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7803
7804         * shell/ev-view.c: (add_scroll_binding_keypad),
7805         (ev_view_binding_activated), (ev_view_class_init):
7806         
7807         Add keybindings for percision-scrolling of display area. 
7808         Fix for the bug #314072.
7809
7810 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7811
7812         * data/evince.desktop.in.in:
7813         
7814         Add GTK to the list of categories. Fix for the bug #328034.
7815
7816 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7817
7818         * shell/ev-application.c: (ev_application_shutdown),
7819         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7820         * shell/ev-application.h:
7821         * shell/ev-window.c: (file_open_dialog_response_cb),
7822         (ev_window_cmd_file_open):
7823         
7824         Save last uri in file chooser dialog. Fix for the bug #327950.
7825
7826 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7827
7828         * NEWS:
7829         * README:
7830         
7831         Final update for release 0.5.0
7832         
7833         * shell/Makefile.am:
7834         
7835         Remove disable deprecated until we'll require libgnome-2.13.7
7836         and port to GOption argument parsing. See bug 327518.
7837
7838 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7839
7840         * comics/comics-document.c: (comics_document_save):
7841         * djvu/djvu-document.c: (djvu_document_save):
7842         * dvi/dvi-document.c: (dvi_document_save):
7843         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7844         * lib/ev-file-helpers.h:
7845         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7846         * tiff/tiff-document.c: (tiff_document_save):
7847         
7848         Use common save function for backends.
7849
7850 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7851
7852         * backend/ev-document-types.c:
7853         
7854         Fix crash on saving pixbuf.
7855
7856 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7857
7858         * cut-n-paste/recent-files/egg-recent-item.c:
7859         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7860         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7861         (parse_info_free), (valid_element), (start_element_handler),
7862         (end_element_handler), (text_handler), (egg_recent_model_filter),
7863         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7864         (egg_recent_model_monitor), (egg_recent_model_read),
7865         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7866         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7867         (egg_recent_model_set_property), (egg_recent_model_class_init),
7868         (egg_recent_model_init), (egg_recent_model_add_full),
7869         (egg_recent_model_delete), (egg_recent_model_get_list),
7870         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7871         (egg_recent_model_set_filter_mime_types),
7872         (egg_recent_model_clear_group_filter),
7873         (egg_recent_model_set_filter_groups),
7874         (egg_recent_model_clear_scheme_filter),
7875         (egg_recent_model_set_filter_uri_schemes),
7876         (egg_recent_model_remove_expired):
7877         * cut-n-paste/recent-files/egg-recent-util.c:
7878         (egg_recent_util_get_icon):
7879         * cut-n-paste/recent-files/egg-recent-util.h:
7880         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7881         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7882         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7883         (egg_recent_view_uimanager_set_property),
7884         (egg_recent_view_uimanager_get_property),
7885         (egg_recent_view_uimanager_class_init),
7886         (egg_recent_view_uimanager_init),
7887         (egg_recent_view_uimanager_set_label_width),
7888         (egg_recent_view_uimanager_get_label_width):
7889         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7890         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7891         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7892         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7893         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7894         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7895         
7896         Update from libegg.
7897
7898 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7899
7900         * shell/ev-page-cache.c: (build_height_to_page),
7901         (ev_page_cache_get_height_to_page):
7902         * shell/ev-page-cache.h:
7903         * shell/ev-view.c: (view_update_range_and_current_page),
7904         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7905         (ev_view_previous_page):
7906         
7907         Dual mode places even pages to the left. Fix for the bug #309393.
7908
7909         * shell/ev-view.h:
7910         * shell/ev-window.c: (update_action_sensitivity),
7911         (setup_view_from_metadata), (view_menu_popup_cb):
7912         
7913         Don't restore presentation in empty windows, more intelligent
7914         next page behaviour in dual mode.
7915
7916         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7917         (ev_pixbuf_cache_clear_job_sizes):
7918         
7919         Cleanup job callback on removal. Fix for the bug #325886.
7920
7921 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7922
7923         * ps/ps.c: (psscan):
7924         
7925         Commit workaround Mozilla problem. Fix for the bug #325919
7926         
7927         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7928         (save_item):
7929         
7930         Fix for year 2038 problem.
7931
7932 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7933
7934         * shell/ev-window.c: (setup_document_from_metadata),
7935         (ev_window_cmd_view_reload):
7936
7937         Clamp page recieved from metadata in valid values. Fix
7938         for the bug #325986.
7939
7940 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7941
7942         * MAINTAINERS: 
7943         Add MAINTAINERS as requested on desktop-devel-list.
7944
7945 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7946
7947         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7948         (mime_type_supported_by_gdk_pixbuf),
7949         (ev_document_factory_get_mime_types),
7950         (ev_document_factory_get_all_mime_types):
7951         
7952         Don't add pixbuf mime types if pixbuf backend is disabled.
7953         
7954         * shell/ev-application.c: (ev_application_get_uri_window):
7955         
7956         Fix for the bug 325815 - unhandled MIME type message doesn't 
7957         appear a second time. 
7958         
7959         * shell/ev-document-types.c: (ev_document_types_add_filters):
7960         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7961         (password_dialog_response), (ev_window_popup_password_dialog),
7962         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7963         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7964         (ev_window_run_presentation), (ev_window_stop_presentation),
7965         (save_sizing_mode), (ev_window_zoom_changed_cb),
7966         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7967         (ev_window_dual_mode_changed_cb),
7968         (ev_window_sidebar_current_page_changed_cb),
7969         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7970         (window_state_event_cb), (window_configure_event_cb):
7971         
7972         Cleanup additional uris holded by EvWindow.
7973
7974 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7975
7976         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7977         (ev_view_can_previous_page), (ev_view_can_next_page):
7978         * shell/ev-view.h:
7979         * shell/ev-window.c: (update_action_sensitivity):
7980         
7981         Two page scrolling with Space and PageUp in dual mode. Second fix 
7982         for the bug #316608.
7983
7984 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7985
7986         * shell/ev-view.c: (scroll_to_current_page):
7987         
7988         Correctly clamp adjustment value. Fix for the bug
7989         #325808.
7990
7991 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7992
7993         * shell/ev-sidebar-links.c: (print_section_cb):
7994         * shell/ev-window.c: (ev_window_get_uri),
7995         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7996         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7997         (ev_window_dispose):
7998         
7999         Make print dialog non-modal. Fix for the bug #325622.
8000
8001 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8002
8003         * shell/ev-metadata-manager.c:
8004         * shell/ev-utils.c: (using_pdf_printer),
8005         (using_postscript_printer), (load_print_config_from_file),
8006         (save_print_config_to_file):
8007         * shell/ev-utils.h:
8008         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
8009         (update_sidebar_visibility), (setup_sidebar_from_metadata),
8010         (setup_view_from_metadata), (ev_window_setup_document),
8011         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
8012         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8013         (ev_window_run_presentation), (ev_window_stop_presentation),
8014         (save_sizing_mode), (ev_window_zoom_changed_cb),
8015         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
8016         (ev_window_dual_mode_changed_cb),
8017         (ev_window_sidebar_current_page_changed_cb),
8018         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
8019         (window_state_event_cb), (window_configure_event_cb),
8020         (ev_window_init):
8021         
8022         Setting saving behaviour fixes.
8023
8024 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8025
8026         * configure.ac:
8027         
8028         Make antialiasing gs options better and allow
8029         to change them during configure. Fix for the 
8030         bug #319049.
8031
8032 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * shell/ev-window.c: (setup_view_from_metadata):
8035         
8036         Remember if last window was maximized. Fix for the
8037         bug #323797.
8038
8039 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
8040
8041         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
8042
8043 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8044
8045         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
8046         * shell/ev-page-action.c: (build_new_tree_cb):
8047         * shell/ev-sidebar-links.c: (links_page_num_func),
8048         (update_page_callback_foreach), (update_page_callback):
8049         * shell/ev-view.c: (scroll_to_current_page):
8050         
8051         Fix for the bug #325067 with more intelligent selection
8052         of current link in sidebar. Make sidebar handle links
8053         of FITR-like type more correctly.
8054
8055         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8056         (dvi_pixbuf_put_pixel):
8057         
8058         Fix memory consumtion with disabled alpha channel.
8059
8060 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8061
8062         * data/evince-ui.xml:
8063         * shell/ev-window.c: (view_menu_popup_cb),
8064         (ev_popup_cmd_open_link), (ev_window_init):
8065         
8066         Update context menu for internal links. Fix for the bug
8067         #325066.
8068
8069 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8070
8071         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
8072         
8073         Bind context menu to keyboard also. Fix for the bug
8074         #325065.
8075
8076 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-view.c: (selection_scroll_timeout_cb):
8079         
8080         Horizontal scroll on selection also.
8081
8082 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8083
8084         * shell/ev-metadata-manager.c: (parse_value):
8085         * shell/ev-view.c: (goto_xyz_link):
8086         
8087         Correct zoom setup and metadata save broken in 
8088         some locales.
8089
8090 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8091
8092         * shell/ev-view-private.h:
8093         * shell/ev-view.c: (scroll_to_current_page),
8094         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
8095         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
8096         (page_changed_cb), (ev_view_set_continuous),
8097         (ev_view_set_dual_page), (ev_view_set_presentation):
8098         
8099         Delay scroll until allocation to correctly position page. Fix
8100         for the bug #317334.
8101
8102 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * NEWS:
8105         * configure.ac:
8106         
8107         Update NEWS and require poppler 0.5.0.
8108
8109 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
8110         
8111         * data/evince-ui.xml:
8112         * shell/ev-view-private.h:
8113         * shell/ev-view.c: (ev_view_get_link_at_location),
8114         (handle_link_over_xy), (ev_view_button_press_event),
8115         (ev_view_button_release_event), (ev_view_class_init):
8116         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
8117         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
8118         (ev_window_init):
8119         
8120         Implement right-click context menu.
8121
8122 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8123
8124         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8125         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
8126         (mdvi_pixbuf_device_render):
8127         * pdf/ev-poppler.cc:
8128
8129         Don't generate thumbnails with alpha. See bug #324077.
8130         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
8131
8132 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8133
8134         * shell/ev-window.c: (setup_chrome_from_metadata):
8135         
8136         Fix typo that was hiding toolbar.
8137
8138 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8139
8140         * shell/ev-view-private.h:
8141         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
8142         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
8143         (ev_view_button_release_event), (ev_view_destroy):
8144         
8145         Small cleanup and autoscrolling during selection. Thanks to 
8146         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
8147
8148 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
8149
8150         * configure.ac:
8151         
8152         Correctly check for comics option.
8153
8154 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
8155         * Makefile.am:
8156         * configure.ac:
8157         * backend/Makefile.am:
8158         * backend/ev-document-factory.c:
8159         * shell/ev-document-types.c:
8160
8161         Included option in configure to make ps backend 
8162         compilation optional with --disable-ps.
8163
8164 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8165
8166         * backend/ev-document-factory.c:
8167         * comics/Makefile.am:
8168         * comics/comics-document.c: (comics_document_load):
8169         * comics/ev-cbr-mime.xml:
8170         * configure.ac:
8171         
8172         Comics mime types are added to shared-mime-info CVS. Now
8173         we don't need to install our own mime types.
8174
8175 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8176
8177         * shell/ev-window.c:
8178         
8179         Add shortcut for "save a copy" menu entry. Fix for
8180         the bug #324582.
8181
8182 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8183
8184         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8185         (job_finished_cb), (new_selection_pixbuf_needed),
8186         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8187         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
8188         
8189         Rework selection job info logic and fix critical warning.
8190
8191 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
8192
8193         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
8194
8195 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
8196
8197         * data/evince-ui.xml:
8198         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8199         
8200         Enter as shortcut key for next page. Fix for the bug
8201         #321394.
8202
8203 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
8204
8205         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
8206
8207 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8208
8209         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8210         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8211         (new_selection_pixbuf_needed),
8212         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
8213         (clear_job_selection):
8214         
8215         Too early for 0.5. Pixbuf cache code cleaned a bit.
8216
8217 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8218
8219         * NEWS:
8220         * configure.ac:
8221         
8222         Release 0.5.0 preparation
8223
8224 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8225
8226         * comics/Makefile.am:
8227         * configure.ac:
8228         * shell/ev-document-types.c: (ev_document_types_add_filters):
8229         
8230         More advanced handling of custom mime type installation.
8231
8232 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8233
8234         * data/evince.schemas.in:
8235         * shell/ev-metadata-manager.c: (value_free),
8236         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8237         (ev_metadata_manager_get), (ev_metadata_manager_set):
8238         * shell/ev-metadata-manager.h:
8239         * shell/ev-window.c: (update_chrome_flag),
8240         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8241         (setup_document_from_metadata), (setup_chrome_from_metadata),
8242         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8243         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8244         (ev_window_view_toolbar_cb),
8245         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8246         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8247         
8248         Save last document settings and reuse them for new documents.
8249
8250 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8251
8252         * Makefile.am:
8253         * backend/Makefile.am:
8254         * backend/ev-document-factory.c:
8255         * backend/ev-document-factory.h:
8256         * comics/Makefile.am:
8257         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8258         (comics_document_load), (comics_document_save),
8259         (comics_document_get_n_pages), (comics_document_get_page_size),
8260         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8261         (comics_document_class_init), (comics_document_can_get_text),
8262         (comics_document_get_info), (comics_document_document_iface_init),
8263         (comics_document_init), (get_supported_image_extensions),
8264         (comics_document_thumbnails_get_geometry),
8265         (comics_document_thumbnails_get_thumbnail),
8266         (comics_document_thumbnails_get_dimensions),
8267         (comics_document_document_thumbnails_iface_init), (extract_argv):
8268         * comics/comics-document.h:
8269         * comics/ev-cbr-mime.xml:
8270         * configure.ac:
8271         * po/POTFILES.in:
8272         * shell/ev-application.c: (ev_application_register_service):
8273         * shell/ev-document-types.c: (ev_document_types_add_filters):
8274         * thumbnailer/Makefile.am:
8275         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8276         
8277         New CBR/CBZ backend for comic books.
8278
8279 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8280
8281         * shell/main.c: (load_files_remote):
8282
8283         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8284         warning on startup of second instance is fixed. It
8285         is bug #320353.
8286
8287 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8288
8289         * shell/ev-window.c: (ev_window_finalize):
8290         
8291         Fix double free that cause crash.
8292
8293 2005-10-29  Bastien Nocera <hadess@hadess.net>
8294
8295         * tiff/tiff-document.c: (tiff_document_load):
8296         
8297         Fix memory leak.
8298
8299 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8300
8301         * po/POTFILES.in:
8302         * shell/Makefile.am:
8303         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8304         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8305         (ev_view_accessible_get_text),
8306         (ev_view_accessible_get_character_at_offset),
8307         (ev_view_accessible_get_text_before_offset),
8308         (ev_view_accessible_get_text_at_offset),
8309         (ev_view_accessible_get_text_after_offset),
8310         (ev_view_accessible_get_character_count),
8311         (ev_view_accessible_get_caret_offset),
8312         (ev_view_accessible_set_caret_offset),
8313         (ev_view_accessible_get_run_attributes),
8314         (ev_view_accessible_get_default_attributes),
8315         (ev_view_accessible_get_character_extents),
8316         (ev_view_accessible_get_offset_at_point),
8317         (ev_view_accessible_get_n_selections),
8318         (ev_view_accessible_get_selection),
8319         (ev_view_accessible_add_selection),
8320         (ev_view_accessible_remove_selection),
8321         (ev_view_accessible_set_selection),
8322         (ev_view_accessible_text_iface_init),
8323         (ev_view_accessible_idle_do_action),
8324         (ev_view_accessible_action_do_action),
8325         (ev_view_accessible_action_get_n_actions),
8326         (ev_view_accessible_action_get_description),
8327         (ev_view_accessible_action_get_name),
8328         (ev_view_accessible_action_set_description),
8329         (ev_view_accessible_action_iface_init),
8330         (ev_view_accessible_get_type), (ev_view_accessible_new),
8331         (ev_view_accessible_factory_get_accessible_type),
8332         (ev_view_accessible_factory_create_accessible),
8333         (ev_view_accessible_factory_class_init),
8334         (ev_view_accessible_factory_get_type):
8335         * shell/ev-view-accessible.h:
8336         * shell/ev-view-private.h:
8337         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8338         * shell/ev-view.h:
8339         
8340         Initial accessibility support.
8341
8342 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8343
8344         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8345
8346 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8347
8348         * shell/ev-print-job.c: (idle_print_handler):
8349         
8350         Fix for bug Bug 318916: Printing multiple pages.
8351
8352 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8353
8354         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8355
8356 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8357
8358         * pdf/ev-poppler.cc:
8359         
8360         Thumnail dimensions unified with other backends.
8361         
8362         * shell/ev-window-title.c: (ev_window_title_update):
8363         
8364         Fix warning.
8365
8366 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8367
8368         * data/ev-stock-zoom-fit-width.png:
8369         
8370         Remove unused file.
8371
8372 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * configure.ac:
8375         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8376         (djvu_document_finalize):
8377         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8378         (dvi_document_finalize):
8379         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8380         (pixbuf_document_save), (pixbuf_document_finalize):
8381         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8382         (tiff_document_finalize):
8383         
8384         Save a copy implemented for various backends.
8385
8386 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8387
8388         * configure.ac:
8389         
8390         Don't link with ltiff if tiff is disabled.
8391
8392 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8393
8394         * pdf/GDKSplashOutputDev.cc:
8395         * pdf/GDKSplashOutputDev.h:
8396         * pdf/Thumb.cc:
8397         * pdf/Thumb.h:
8398         * pdf/pdf-document.cc:
8399         * pdf/pdf-document.h:
8400         * pdf/test-gdk-output-dev.cc:
8401         
8402         Remove old unused files.
8403
8404 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8405
8406         * shell/ev-window.c: (ev_window_setup_document):
8407         
8408         Fixed warnings on reload and probably crash reason.
8409
8410 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8411
8412         * properties/ev-properties-view.c:
8413         (ev_properties_view_format_date):
8414         
8415         Check if date is invalid. Fix for bug 318134.
8416
8417 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8418
8419         * shell/ev-window-title.c:
8420         
8421         Add .indd files (Adobe Indesign) to the list of "bad
8422         extensions".
8423
8424 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8425
8426         * data/evince-ui.xml:
8427         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8428         
8429         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8430
8431 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8432
8433         * shell/ev-window.c: (launch_link), (launch_external_uri),
8434         (view_external_link_cb):
8435
8436         URL-escape link before passing it to gnome_vfs_url_show.
8437
8438 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8439
8440         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8441         there isn't text selected.
8442
8443 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8444
8445         * shell/ev-view.c: (handle_link_over_xy):
8446
8447         Check tooltip is valid utf8 before showing it
8448
8449 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8450
8451         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8452
8453 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8454
8455         * shell/ev-window-title.c: (ev_window_title_update):
8456
8457         Guard against using g_strstrip on NULL. Fixes bug #317291.
8458
8459 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8460
8461         * pdf/ev-poppler.cc:
8462
8463         Show title even for unknown links
8464
8465 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8466
8467         * shell/ev-window-title.c: (ev_window_title_update):
8468
8469         Strip the title string
8470
8471 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8472
8473         * shell/ev-window-title.c:
8474
8475         Add .rtf to the bad extensions list
8476
8477 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8478
8479         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8480         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8481
8482         Ignore link coordinates if they are outside page bounds
8483
8484 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8485
8486         * backend/ev-link.c: (ev_link_type_get_type),
8487         (ev_link_get_filename), (ev_link_get_params),
8488         (ev_link_get_property), (ev_link_set_property),
8489         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8490         * backend/ev-link.h:
8491         * pdf/ev-poppler.cc:
8492         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8493         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8494         (ev_window_init):
8495
8496         Implement launch links. Delegate external link opening to
8497         the window.
8498
8499 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8500
8501         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8502         (ev_link_get_right), (ev_link_get_property),
8503         (ev_link_set_property), (ev_link_class_init),
8504         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8505         * backend/ev-link.h:
8506         * pdf/ev-poppler.cc:
8507         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8508
8509         Implement fitr links
8510
8511 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8512
8513         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8514         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8515         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8516         (ev_view_size_request_continuous),
8517         (ev_view_size_request_dual_page),
8518         (ev_view_size_request_single_page), (ev_view_size_allocate),
8519         (ev_view_zoom_for_size_continuous_and_dual_page),
8520         (ev_view_zoom_for_size_continuous),
8521         (ev_view_zoom_for_size_dual_page),
8522         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8523         (ev_sizing_mode_get_type):
8524         * shell/ev-view.h:
8525         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8526
8527         Do not use modes for link, we need to calculate size ad hoc.
8528         Still not perfect because of the usual scrollbar issues grrr.
8529
8530 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8531
8532         * backend/ev-link.c: (ev_link_type_get_type),
8533         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8534         * backend/ev-link.h:
8535         * pdf/ev-poppler.cc:
8536         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8537         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8538         (ev_view_size_request_continuous),
8539         (ev_view_size_request_dual_page),
8540         (ev_view_size_request_single_page), (ev_view_size_allocate),
8541         (zoom_for_size_fit_height),
8542         (ev_view_zoom_for_size_continuous_and_dual_page),
8543         (ev_view_zoom_for_size_continuous),
8544         (ev_view_zoom_for_size_dual_page),
8545         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8546         (ev_sizing_mode_get_type):
8547         * shell/ev-view.h:
8548         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8549
8550         Implement FIT_HEIGHT mode (only for links).
8551         Implement FITH links
8552
8553 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8554
8555         * shell/ev-window-title.c: (get_filename_from_uri),
8556         (ev_window_title_sanitize_extension), (ev_window_title_update),
8557         (ev_window_title_set_document), (ev_window_title_set_uri),
8558         (ev_window_title_free):
8559         * shell/ev-window-title.h:
8560         * shell/ev-window.c: (ev_window_setup_document),
8561         (ev_window_popup_password_dialog):
8562
8563         Refactor window title building while fixing it for
8564         password documents.
8565
8566 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8567
8568         * pdf/ev-poppler.cc:
8569
8570         Escape link title before setting it in the model
8571
8572 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8573
8574         * shell/ev-application.c: (removed_from_session), (save_session),
8575         (init_session), (ev_application_get_empty_window),
8576         (ev_application_init), (ev_application_get_windows):
8577         * shell/ev-application.h:
8578         * shell/ev-window.c: (ev_window_finalize):
8579
8580         Add a function to retrieve window list and share it where
8581         necessary.
8582         Implement session handling, works pretty well thanks to the
8583         metadata system.
8584
8585 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8586
8587         * shell/ev-password.c: (ev_password_item_created_callback),
8588         (ev_password_dialog_save_password):
8589         
8590         Fix for bug 316972. Use async gnome-keyring API.
8591
8592 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8593
8594         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8595         Remove unused unrealize handler. Add scroll handling to
8596         ev_view_scroll_event for presentation mode (bug #316708),
8597         and fix the event state checks there.
8598
8599 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8600
8601         * shell/ev-page-action.c: (page_changed_cb):
8602
8603         "marco, maybe we should be crazy and jump right to 6! :)"
8604
8605         Bryan Clark, Sep 2005
8606
8607 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8608
8609         * ps/ps-document.c: (save_document), (ps_document_save),
8610         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8611         (ps_document_ps_export_end):
8612
8613         Fix unstructured documents save and print
8614
8615 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8616
8617         * shell/ev-application.c: (ev_application_open_uri):
8618
8619         Fix window size persistance
8620
8621 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8622
8623         * shell/ev-view.c: (ev_view_button_release_event):
8624
8625         Based on a patch from carlosgc@gnome.org. Mouse buttons
8626         switch pages in presentation mode.
8627
8628 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8629
8630         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8631
8632         Dont cast to int before scaling
8633
8634 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8635
8636         * backend/ev-link.c: (ev_link_type_get_type),
8637         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8638         (ev_link_new_page_fith):
8639         * backend/ev-link.h:
8640         * pdf/ev-poppler.cc:
8641         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8642
8643         Implement FIT and FITH links
8644
8645 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8646
8647         * pdf/ev-poppler.cc:
8648
8649         Return 0 results when search is not in progress.
8650
8651         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8652         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8653
8654         Update menu sensitivity when cancelling search
8655
8656 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * shell/ev-view.c: (ev_view_can_find_next):
8659
8660         Take all pages in consideration, not just current one
8661
8662 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * shell/ev-page-cache.c:
8665         * shell/ev-page-cache.h:
8666         * shell/ev-view.c: (ev_view_binding_activated),
8667         (ev_view_next_page), (ev_view_previous_page),
8668         (ev_sizing_mode_get_type):
8669         * shell/ev-view.h:
8670         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8671         (ev_window_cmd_go_next_page):
8672
8673         Move page next/previous functions from page chace to
8674         view and change it to move by 2 page steps in dual mode.
8675
8676 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8677
8678         * shell/ev-window.c: (update_sidebar_visibility),
8679         (setup_sidebar_from_metadata), (ev_window_setup_document),
8680         (setup_view_from_metadata):
8681
8682         Show the index by default when there is one     
8683
8684 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8685
8686         * shell/ev-window-title.c: (ev_window_title_set_document):
8687
8688         Missing null check
8689
8690 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8691
8692         * shell/ev-view.c: (view_update_range_and_current_page):
8693         
8694         Allow display of last odd page in dual view. Fix for 316347.
8695
8696 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8697
8698         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8699         
8700         Make close button default. Fix for 316383.
8701
8702 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8703
8704         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8705         
8706         Mark close button as default. Fix for 316381.
8707
8708 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8709
8710         * backend/ev-link.c: (ev_link_class_init):
8711
8712         Allow negative doubles in left/top properties
8713
8714 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8715
8716         * shell/ev-window.c:
8717
8718         Remove a bunch of strings that was used only
8719         by the statusbar.
8720
8721 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * shell/ev-window-title.c: (get_filename_from_uri),
8724         (ev_window_title_set_document):
8725
8726         When title has a confusing extension, show also
8727         the document filename inside ()
8728
8729 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8730
8731         * shell/Makefile.am:
8732         * shell/ev-window-title.c: (ev_window_title_new),
8733         (ev_window_title_update), (ev_window_title_set_type),
8734         (ev_window_title_set_document), (ev_window_title_free):
8735         * shell/ev-window-title.h:
8736         * shell/ev-window.c: (ev_window_setup_document),
8737         (password_dialog_response), (ev_window_popup_password_dialog),
8738         (ev_window_dispose), (ev_window_init):
8739
8740         Factor out and cleanup window title code
8741
8742 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8745         (unable_to_load):
8746
8747         Make dialog transient so it doesnt block other windows
8748
8749 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8750
8751         * pdf/ev-poppler.cc:
8752         
8753         Fix pdf thumbnails rendering.
8754
8755 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8756
8757         * shell/ev-window.c: (fullscreen_set_timeout):
8758         
8759         Increase timeout to hide full screen popup. Bug 
8760         316123. 
8761
8762 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8763
8764         * data/evince.schemas.in:
8765         * shell/ev-window.c: (update_action_sensitivity):
8766
8767         Allow the user to override document restrictions. Fix for bug
8768         305818.
8769
8770 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8771
8772         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8773         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8774         (ev_window_class_init): Fix multihead behaviour of fullscreen
8775         toolbar popup. Fixes bug #315451.
8776
8777 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8778
8779         * configure.ac:
8780         * data/evince-password.glade:
8781         * shell/ev-password.c: (ev_password_dialog_set_property),
8782         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8783         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8784         (ev_password_dialog_entry_changed_cb),
8785         (ev_password_dialog_entry_activated_cb),
8786         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8787         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8788         (ev_password_dialog_set_bad_pass):
8789         * shell/ev-password.h:
8790         * shell/ev-window.c: (password_dialog_response),
8791         (ev_window_popup_password_dialog):
8792         
8793         Support for gnome-keyring for encrypted PDF's.
8794
8795 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8796
8797         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8798         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8799         (ev_view_enter_notify_event), (ev_view_class_init):
8800         
8801         More precise handling of enter_notify/leave_notify events
8802         in EvView. Fix for bug 315470.
8803
8804 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8805
8806         * shell/ev-window.c: (fullscreen_timeout_cb),
8807         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8808         (ev_window_dispose):
8809
8810         leak fix: unref fullscreen_timeout_source before clearing it
8811
8812 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8813
8814         * configure.ac, dvi/mdvi/Makefile.am: 
8815         
8816         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8817
8818 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8819
8820         * backend/ev-link.c: (ev_link_new_page_xyz):
8821         * pdf/ev-poppler.cc:
8822         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8823
8824         Fix some bugs with xyz links, respect zoom
8825
8826 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8827
8828         * shell/ev-window.c: (page_changed_cb),
8829         (setup_document_from_metadata), (update_sidebar_visibility),
8830         (setup_view_from_metadata), (ev_window_run_fullscreen),
8831         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8832         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8833         (ev_window_dual_mode_changed_cb),
8834         (ev_window_sidebar_current_page_changed_cb):
8835
8836         null check uri before setting and getting metadata
8837
8838 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8839
8840         * dvi/Makefile.am:
8841         * properties/Makefile.am:
8842         * shell/Makefile.am:
8843         * thumbnailer/Makefile.am:
8844
8845         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8846
8847 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8848
8849         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8850         (selection_changed_callback):
8851         * shell/ev-sidebar-links.h:
8852
8853         Add a signal for link activation.
8854
8855         * shell/ev-view.c: (ev_view_goto_link),
8856         (ev_view_button_release_event):
8857         * shell/ev-view.h:
8858         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8859         (ev_window_init):
8860
8861         Implement the signal so that we can handle all link types.
8862
8863         * shell/ev-page-cache.c:
8864
8865         Remove unused set_link function
8866
8867 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8870
8871         Add some space from the cursor, hardcoded but I couldnt
8872         find a better way.
8873
8874 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8875
8876         * lib/ev-tooltip.c:
8877
8878         Use mozilla style vs gtk style, way better for links.
8879
8880         * shell/ev-view.c: (ev_view_motion_notify_event),
8881         (ev_view_destroy), (ev_view_init):
8882
8883         Deactive tooltip when the link hovered is changed.
8884
8885 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8886
8887         * backend/ev-document.h:
8888         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8889         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8890         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8891         (ev_link_new_page), (ev_link_new_page_xyz):
8892         * backend/ev-link.h:
8893         * pdf/ev-poppler.cc:
8894         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8895         (go_to_link), (tip_from_link):
8896
8897         Implement xyz links, still not functional. Links are a total
8898         mess, will need to refactor and bugfix a lot :(
8899
8900 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8901
8902         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8903
8904 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * data/evince-ui.xml:
8907         * data/evince.schemas.in:
8908         * shell/Makefile.am:
8909         * shell/ev-window.c: (update_chrome_visibility),
8910         (password_dialog_response), (ev_window_load_job_cb),
8911         (ev_window_xfer_job_cb), (ev_window_open_uri),
8912         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8913         (ev_window_init):
8914
8915         Remove the statusbar. This regress loading feedback, need to
8916         check with Bryan what we want to do there...
8917
8918 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8919
8920         * lib/ev-tooltip.c: (ev_tooltip_init):
8921
8922         Fix tooltip border and size handling
8923
8924 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8925
8926         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8927         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8928         (ev_tooltip_timeout), (ev_tooltip_activate),
8929         (ev_tooltip_deactivate):
8930         * lib/ev-tooltip.h:
8931         * shell/ev-view.c: (ev_view_motion_notify_event):
8932
8933         Delay popup showing. Mirror gtk logic/times.
8934
8935 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8936
8937         * lib/Makefile.am:
8938         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8939         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8940         (ev_tooltip_set_text), (ev_tooltip_set_position):
8941         * lib/ev-tooltip.h:
8942
8943         Simple widget to show tooltips at a custom position
8944
8945         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8946         (ev_view_destroy):
8947
8948         Use it for links. First go, needs work
8949
8950 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8951
8952         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8953         HIG fixes.  Use title capitalization for window title. Use 12 
8954         pixels of space between the dialog's vbox and action area.
8955
8956 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8957
8958         * shell/ev-window.c: (file_open_dialog_response_cb),
8959         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8960         (ev_window_cmd_save_as):
8961
8962         Make file pickers not modal and refactor code some
8963
8964 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * shell/ev-sidebar.h:
8967         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8968         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8969         (ev_sidebar_class_init), (ev_sidebar_select_page),
8970         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8971         (ev_sidebar_set_page):
8972
8973         Add a current page property and allow to get/set it
8974
8975         * shell/ev-window.c: (setup_view_from_metadata),
8976         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8977
8978         Persist current sidebar page per document
8979
8980 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8981
8982         * data/evince.schemas.in:
8983         * shell/ev-window.c: (update_chrome_visibility),
8984         (setup_document_from_metadata), (update_sidebar_visibility),
8985         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8986         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8987         (ev_window_run_presentation), (ev_window_stop_presentation),
8988         (ev_window_view_sidebar_cb),
8989         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8990         (load_chrome), (ev_window_init):
8991
8992         Persist size/visibility of sidebar per document
8993
8994 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8995
8996         * shell/ev-view.c (draw_loading_text): Draw loading text.
8997
8998 2005-09-02  Dan Damian  <dand@gnome.ro>
8999
9000         * configure.in: Added "ro" to ALL_LINGUAS.
9001
9002 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9003
9004         * shell/ev-view.c: (clear_caches):
9005
9006         ev_page_cache_get doesnt return a reference,
9007         dont try to unref it.
9008
9009 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
9010
9011         * shell/main.c: (load_files_remote):
9012
9013         Fix timestamp parameter with dbus <= 0.33
9014
9015 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
9016
9017         * data/evince.schemas.in:
9018
9019         Add missing full stop
9020
9021 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
9022
9023         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
9024         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
9025
9026         Plug some memory leaks
9027
9028 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
9029
9030         * configure.ac:
9031         * lib/ev-debug.c: (trap_handler):
9032
9033         Check for execinfo.h and use it only if it exists.
9034         Ported from Epiphany (bug #314776).
9035
9036 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
9037
9038         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
9039
9040 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
9041
9042         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
9043         * po/id.po      : Added Indonesian translation
9044
9045 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
9046
9047         * shell/main.c:
9048         * shell/ev-application.c: Last minute GTK-2.6 fixes.
9049         * NEWS: Release 0.4.0
9050
9051 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
9052
9053         * configure.ac: catch another gtk+-2.8ism
9054         * shell/main.c: Make work with gtk+-2.6
9055
9056 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
9057
9058         * shell/ev-application-service.xml: Add 'timestamp' argument to
9059           ev_application_open_window and ev_application_open_uri methods.
9060
9061         * shell/ev-application.h: Add 'timestamp' argument to
9062           ev_application_open_window, ev_application_open_uri,
9063           and ev_application_open_uri_list functions.
9064
9065         * shell/ev-application.c (ev_application_open_window,
9066           ev_application_open_uri, ev_application_open_uri_list): Change
9067           functions that show/present windows to use a timestamp if one
9068           is passed in.
9069
9070         * shell/ev-window.c (ev_window_cmd_file_open,
9071           ev_window_cmd_recent_file_activate, drag_data_received_cb):
9072         * shell/main.c (load_files): Modify calls to ev_application to
9073           include GDK_CURRENT_TIME as timestamp.
9074
9075         * shell/main.c (load_files_remote): Obtain timestamp for client
9076           instance from GDK and pass to server instance so new windows are
9077           focused properly.  Fix dbus_g_proxy_call() calls by including second
9078           G_TYPE_INVALID.
9079           
9080         Closes bug #314475.
9081
9082 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
9083
9084         * shell/ev-window.c (ev_window_finalize): Check for
9085         avail. EvWindows when quiting to handle the finalize better,
9086         #314497
9087
9088 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9089         
9090         * properties/ev-properties-view.c: 
9091         
9092         Set textdomain to libglade. Fixes translation problem in property page.
9093
9094 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9095
9096         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
9097         * dvi/Makefile.am:
9098         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
9099         * dvi/mdvi-lib/Makefile.am:
9100         
9101         Fix rotation of thumbnails, ported to new API. Moved library
9102         dependencies earlier, probably it will fix linkage problem.
9103
9104 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
9105
9106         * backend/ev-document-misc.c:
9107         (ev_document_misc_get_thumbnail_frame):
9108         * backend/ev-document-misc.h:
9109         * configure.ac:
9110         * pdf/ev-poppler.cc:
9111         * shell/Makefile.am:
9112         * shell/ev-sidebar-thumbnails.c: (add_range),
9113         (ev_sidebar_thumbnails_set_loading_icon),
9114         (ev_sidebar_thumbnails_refresh),
9115         (ev_sidebar_thumbnails_set_document):
9116         * shell/ev-sidebar-thumbnails.h:
9117         * shell/ev-view.c: (ev_view_motion_notify_event),
9118         (ev_view_set_property), (ev_view_get_property),
9119         (ev_view_class_init), (ev_view_set_rotation):
9120         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
9121         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
9122         (ev_window_init):
9123         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
9124         Redo rotation (again).  prepare for 0.4.0
9125
9126 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
9127
9128         * configure.ac: Bump poppler requirement to 0.4.1.
9129
9130         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
9131         argument to poppler_page_render_selection() call.
9132
9133 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9134
9135         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
9136         (djvu_document_thumbnails_get_thumbnail):
9137         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
9138         (dvi_document_thumbnails_get_thumbnail):
9139         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
9140         (pixbuf_document_thumbnails_get_thumbnail):
9141         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
9142         
9143         Update rotation direction of backends to fit with pdf and ps.
9144
9145 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
9146
9147         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
9148         * backend/ev-async-renderer.h:
9149         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
9150         (setup_page), (ps_document_get_page_size),
9151         (ps_async_renderer_render_pixbuf):
9152         * ps/ps-document.h:
9153         * shell/ev-jobs.c: (ev_job_render_run):
9154
9155         Fix orientation in the postscript document
9156
9157 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
9158
9159         * pdf/ev-poppler.cc:
9160         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
9161         * shell/ev-view.c: (highlight_find_results):
9162
9163         Adapt to the new poppler rotation API. Fix text maps on landscape
9164         documents.
9165
9166 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * shell/ev-view.c (compute_new_selection_text): get the correct
9169         region when selecting in modes other than continuous.
9170
9171 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9172
9173         * shell/main.c (main): remove redundant g_warnings.
9174
9175 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9176
9177         * shell/Makefile.am: Don't include autogenerated
9178         file ev-application-service.h into distribution, since
9179         it causes dbus crash. Fix for bugs 313724 and 313443. 
9180
9181 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9182
9183         * configure.ac: Fix sed expression for FreeBSD. Thanks
9184         to Joe Marcus Clark <marcus@freebsd.org>
9185         
9186         * shell/eggfindbar.c: (entry_activate_callback),
9187         (entry_changed_callback), (egg_find_bar_init),
9188         (egg_find_bar_set_search_string):
9189         
9190         Made findbar buttons unsensitive if there is no text in
9191         entry. Fix for the bug 313285.
9192
9193 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
9194
9195         * ps/ps-document.c: Use g_filename_display_name for displaying
9196         filenames and revert string freeze breackage
9197
9198 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * NEWS:
9201         * configure.ac:
9202
9203         Update for 0.3.4
9204
9205         * shell/Makefile.am:
9206
9207         Add ev-application-service.xml to extra dist
9208
9209         * shell/ev-view.c: (find_page_at_location):
9210
9211         Remove unused function (fix warning)
9212
9213 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9214
9215         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9216         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9217         
9218         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9219         bug 313623.
9220
9221 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9222
9223         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9224         * shell/ev-window.c:
9225         Fix build warnings
9226
9227 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9228
9229         * configure.ac: Update script to get dbus version.
9230         Fix for the bug #313443.
9231
9232 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9233
9234         * shell/ev-window.c: (ev_window_cmd_escape):
9235         
9236         Return focus back to view on escape. Fix for bug 313295.
9237
9238 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9239
9240         * shell/ev-window.c: (update_window_title),
9241         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9242         (ev_window_cmd_save_as):
9243         
9244         Correct conversion from uri to displayable string. Fix for
9245         bug 313296.
9246
9247 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9248
9249         * ps/ps-document.c: convert filename to utf8 when there is an error
9250         loading document. Fixes #309915
9251
9252 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * configure.ac:
9255
9256         We depend on poppler 0.4.0
9257
9258 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9259
9260         * configure.ac:
9261         * NEWS: Release 0.3.3.
9262         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9263
9264 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9265
9266         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9267         add a couple missing mnemonics to menu items, use title 
9268         capitalization for menu items and window titles, and add 
9269         ellipsis to open menu item.     
9270
9271 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9272
9273         * pdf/ev-poppler.cc:
9274         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9275         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9276         (ev_view_get_rotation):
9277         * shell/ev-view.h:
9278         * shell/ev-window.c: (setup_view_from_metadata),
9279         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9280         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9281         disk.
9282
9283 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9284
9285         * configure.ac: Added tr to ALL_LINGUAS
9286
9287 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9288
9289         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9290         requires several clicks to find word. Thanks to 
9291         Colin Slater <kiltedtaco@gmail.com>.
9292
9293 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9294
9295         * data/evince.desktop.in.in: Hide menu entry and
9296         rename it to "Document Viewer". Fix for bug 
9297         #312399.
9298
9299 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9300
9301         * shell/ev-page-action.c (ev_page_action_class_init): 
9302
9303         Point to the correct function in constructor of the
9304         activate_label signal
9305
9306 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9307
9308         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9309         * shell/ev-jobs.h: Make thread safe.
9310
9311 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9312
9313         * shell/ev-view.c: (view_update_range_and_current_page):
9314         Don't update page range if we are scrolling to some document
9315         point.
9316
9317 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9318
9319         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9320         when getting max_page_width, fix drawing in dual mode.
9321
9322 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9323
9324         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9325         getting the area for select_all.
9326
9327 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9328
9329         * backend/ev-selection.c: (ev_selection_render_selection):
9330         * backend/ev-selection.h:
9331         * pdf/ev-poppler.cc:
9332         * shell/ev-jobs.c: (ev_job_render_new):
9333         * shell/ev-jobs.h:
9334         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9335         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9336         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9337         (ev_view_class_init):
9338
9339         Change selection color on focus in and focus out events.  Also,
9340         poppler now uses GdkColor for specifying the selection colors, so
9341         drop some awkward conversion code.
9342
9343 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9344
9345         * configure.ac: Added Hebrew translation
9346
9347 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9348
9349         * NOTES:
9350         * backend/ev-selection.c: (ev_selection_render_selection):
9351         * backend/ev-selection.h:
9352         * pdf/ev-poppler.cc:
9353         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9354         (ev_job_render_run):
9355         * shell/ev-jobs.h:
9356         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9357         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9358         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9359         (ev_pixbuf_cache_style_changed),
9360         (ev_pixbuf_cache_get_selection_pixbuf),
9361         (ev_pixbuf_cache_set_selection_list),
9362         (ev_pixbuf_cache_get_selection_list):
9363         * shell/ev-pixbuf-cache.h:
9364         * shell/ev-utils.c: (ev_print_region_contents):
9365         * shell/ev-utils.h:
9366         * shell/ev-view.c: (ev_view_queue_draw_page),
9367         (selection_update_idle_cb), (ev_view_motion_notify_event),
9368         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9369         (setup_caches), (ev_view_find_next), (merge_selection_region),
9370         (selection_free):
9371         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9372
9373         Clean up selection to be much smoother!
9374
9375 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9376
9377         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9378         to poppler_page_render_selection().
9379
9380 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9381
9382         * ps/ps-document.c: (save_page_list): Use
9383         unzipped document when printing. Thanks to 
9384         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9385         311016.
9386
9387 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9388
9389         * shell/ev-window.c: (update_action_sensitivity):
9390         
9391         Disable print and save respect to lockdown gconf keys. Fix
9392         for 312342.
9393
9394 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9395
9396         * configure.ac:
9397         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9398         (write_to_temp_file), (ev_file_set_contents):
9399         * shell/ev-utils.h:
9400         * shell/ev-window.c: (save_print_config_to_file):
9401         
9402         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9403         Fix for bug 312238
9404
9405 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9406
9407         * shell/ev-window.c: (load_print_config_from_file),
9408         (save_print_config_to_file), (ev_window_print_range):
9409
9410         Persist the print settings. Fixes bug #311578.
9411
9412 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9413
9414         * djvu/djvu-document.c: (djvu_document_get_page_size),
9415         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9416         (djvu_document_thumbnails_get_thumbnail):
9417         * dvi/dvi-document.c: (dvi_document_get_page_size),
9418         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9419         (dvi_document_thumbnails_get_dimensions),
9420         (dvi_document_thumbnails_get_thumbnail):
9421         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9422         (pixbuf_document_render_pixbuf),
9423         (pixbuf_document_document_iface_init),
9424         (pixbuf_document_thumbnails_get_thumbnail):
9425         
9426         Update backends to make them build with new rotation system.
9427
9428 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9429
9430         * help/C/figures/evince_start_window.png:
9431         
9432         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9433
9434 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9435
9436         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9437         * shell/ev-pixbuf-cache.h:
9438         * shell/ev-sidebar-thumbnails.c:
9439         (ev_sidebar_thumbnails_get_property), (add_range),
9440         (adjustment_changed_cb):
9441         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9442         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9443         we were thumbnailing the entire docment on startup, slowing us
9444         down hugely. 
9445
9446 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9447
9448         * shell/ev-page-cache.c: (ev_page_cache_new):
9449         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9450         == 0, fixes #310306.
9451
9452 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9453
9454         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9455         (ev_view_rotate_left):
9456
9457         Account rotation in doc_rect_to_view_rect.
9458         Ensure rotation doesnt go out of bounds.
9459
9460 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9463
9464         Correct and cleanup w/h swapping
9465
9466 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9467
9468         * backend/ev-document-thumbnails.c:
9469         (ev_document_thumbnails_get_thumbnail):
9470         * backend/ev-document-thumbnails.h:
9471         * backend/ev-document.c:
9472         * backend/ev-document.h:
9473         * backend/ev-render-context.c: (ev_render_context_new),
9474         (ev_render_context_set_rotation):
9475         * backend/ev-render-context.h:
9476         * pdf/ev-poppler.cc:
9477         * ps/ps-document.c: (ps_document_document_iface_init):
9478         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9479         * shell/ev-jobs.h:
9480         * shell/ev-page-cache.c: (build_height_to_page),
9481         (ev_page_cache_new), (ev_page_cache_get_size),
9482         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9483         (ev_page_cache_get_height_to_page):
9484         * shell/ev-page-cache.h:
9485         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9486         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9487         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9488         (ev_pixbuf_cache_get_selection_pixbuf):
9489         * shell/ev-pixbuf-cache.h:
9490         * shell/ev-print-job.c: (idle_print_handler):
9491         * shell/ev-sidebar-thumbnails.c: (add_range):
9492         * shell/ev-view.c: (view_update_range_and_current_page),
9493         (get_page_y_offset), (get_page_extents),
9494         (ev_view_size_request_continuous_dual_page),
9495         (ev_view_size_request_continuous),
9496         (ev_view_size_request_dual_page),
9497         (ev_view_size_request_single_page), (draw_one_page),
9498         (ev_view_set_rotation), (ev_view_rotate_right),
9499         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9500         (ev_view_zoom_for_size_continuous_and_dual_page),
9501         (ev_view_zoom_for_size_continuous),
9502         (ev_view_zoom_for_size_dual_page),
9503         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9504         (ev_view_select_all):
9505         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9506         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9507         (tiff_document_document_iface_init),
9508         (tiff_document_thumbnails_get_thumbnail):
9509
9510         Use rotation rather than orientation. It's easier and enough
9511         for our needs.
9512
9513 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * shell/ev-page-cache.c: (build_height_to_page),
9516         (ev_page_cache_new), (ev_page_cache_get_size),
9517         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9518         (ev_page_cache_get_height_to_page):
9519         * shell/ev-page-cache.h:
9520         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9521         (ev_view_size_request_continuous_dual_page),
9522         (ev_view_size_request_continuous),
9523         (ev_view_zoom_for_size_continuous_and_dual_page),
9524         (ev_view_zoom_for_size_continuous):
9525
9526         Make the page cache aware of page orientation.
9527
9528 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9529
9530         * backend/ev-document-thumbnails.c:
9531         (ev_document_thumbnails_get_thumbnail):
9532         * backend/ev-document-thumbnails.h:
9533         * backend/ev-document.c:
9534         * backend/ev-document.h:
9535         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9536         * backend/ev-ps-exporter.h:
9537         * pdf/ev-poppler.cc:
9538         * ps/ps-document.c: (ps_document_document_iface_init),
9539         (ps_document_ps_export_do_page):
9540         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9541         * shell/ev-jobs.h:
9542         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9543         (ev_page_cache_get):
9544         * shell/ev-page-cache.h:
9545         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9546         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9547         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9548         * shell/ev-pixbuf-cache.h:
9549         * shell/ev-print-job.c: (idle_print_handler):
9550         * shell/ev-sidebar-thumbnails.c: (add_range):
9551         * shell/ev-view.c: (view_update_range_and_current_page),
9552         (get_page_extents), (ev_view_size_request_dual_page),
9553         (ev_view_size_request_single_page), (draw_one_page),
9554         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9555         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9556         (ev_view_zoom_for_size_dual_page),
9557         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9558         (ev_view_select_all):
9559         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9560         * tiff/tiff-document.c: (tiff_document_get_page_size),
9561         (tiff_document_get_orientation), (rotate_pixbuf),
9562         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9563         (tiff_document_thumbnails_get_thumbnail),
9564         (tiff_document_ps_export_do_page), (tiff_document_init):
9565
9566         Really make use of the orientation bit of the render context.
9567         Use the render context in a few more places in the backend API.
9568         This regress orientation, but now it's done right. Will try to
9569         fix it up asap...
9570
9571 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * shell/ev-view.c: (ensure_rectangle_is_visible):
9574
9575         Patch by Nickolay V. Shmyrev to fix find flickering
9576
9577 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9578
9579         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9580         duplex parameters to ::begin.
9581
9582         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9583         * shell/ev-print-job.c (idle_print_handler): 
9584         * ps/ps-document.c (ps_document_ps_export_begin): 
9585         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9586         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9587         implementations. Poppler backend needs poppler cvs. Rest has
9588         unchanged behavior.
9589
9590 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9591
9592         * shell/ev-window.c (using_pdf_printer): new function.
9593         (ev_window_print_range): print a less techy message if someone
9594         tries to print to PDF.
9595
9596 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9597
9598         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9599         from "unknown font" string. Bug #311431
9600
9601 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9602
9603         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9604
9605 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9606
9607         Bug #311280
9608         
9609         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9610         name for PopplerFontTypes
9611         (pdf_document_fonts_fill_model): add font type to the detail column
9612
9613         * backend/ev-document-fonts.h: added
9614         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9615
9616         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9617         font name and font details, add a little markup.
9618         (ev_properties_fonts_init): use the new cell data func, specify ypad
9619         property for the cell renderer.
9620         (ev_properties_fonts_set_document): add the details column.
9621
9622 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9623
9624         * configure.ac: Added "pl" to ALL_LINGUAS.
9625
9626 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9627
9628         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9629
9630 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9631
9632         * help/ChangeLog: Started this for translations of manual.
9633         * configure.ac, autogen.sh, .cvsignore: Migrated to
9634         gnome-doc-utils. Patch in bug #311222.
9635
9636 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9637
9638         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9639         #ifdef this away to fix an unused-function warning.
9640
9641 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9642
9643         * configure.ac: Added 'gl' to ALL_LINGUAS.
9644
9645 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9646
9647         * configure.ac: Added ne in ALL_LINGUAS
9648         
9649 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9650
9651         * shell/ev-view.c: (ev_view_leave_notify_event):
9652         
9653         Clear status message when pointer leaves view. Fix for bug
9654         #310818 
9655
9656 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9657
9658         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9659
9660 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9661
9662         * shell/ev-view.c: (ev_view_leave_notify_event),
9663         (ev_view_class_init):
9664         
9665         Set cursor to normal then leaving view.
9666
9667 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9668
9669         * configure.ac:
9670         
9671         Fix required djvulibre version.
9672
9673 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9674
9675         *configure.ac: Hindi (hi) language added
9676
9677 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9678
9679         *configure.ac: Punjabi (pa) Language added
9680
9681 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9682
9683         * data/evince-ui.xml, shell/ev-window.c:
9684         
9685         Add keypad accelerators for zooming. Fix for bug 308128.
9686
9687 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * Makefile.am:
9690         * backend/Makefile.am:
9691         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9692         * configure.ac:
9693         * shell/ev-document-types.c: (ev_document_types_add_filters):
9694
9695         Allow to enable/disable the pixbuf backend.
9696         Default to off for now. If we want it enabled we should
9697         really put mime types in the desktop, implement properties etc.
9698
9699         * properties/evince-properties.c:
9700
9701         Initialize error to NULL.
9702         Check error is not NULL before freeing.
9703
9704 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9705
9706         * shell/ev-window.c:
9707
9708         Use F5 as presentation accell
9709
9710 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9711
9712         * shell/ev-window.c: (update_chrome_visibility),
9713         (ev_window_create_fullscreen_popup), (ev_window_init):
9714
9715         Do not leak the fullscreen toolbar
9716
9717 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9718
9719         * shell/ev-window.c: (view_actions_focus_in_cb),
9720         (view_actions_focus_out_cb):
9721
9722         These has a return value! Fix totally random focus
9723         issues we was seeing.
9724
9725 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9726
9727         * shell/main.c: (load_files_remote):
9728
9729         Allow open more than one file
9730
9731 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9732
9733         * shell/main.c: (load_files_remote):
9734
9735         Fix for dbus 0.33. bug #309975
9736
9737 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9738
9739         * properties/ev-properties-main.c: (ev_properties_get_pages):
9740
9741         Actually return NULL for types we dont support
9742
9743 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9744
9745         * po/POTFILES.in:
9746
9747         Remove empty lines.
9748
9749 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9750
9751         * backend/ev-document-factory.c:
9752         (ev_document_factory_get_document):
9753
9754         Do not try to create the object if type
9755         is invalid.
9756
9757 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9758
9759         * ps/ps-document.c: (ps_document_dispose),
9760         (ps_async_renderer_render_pixbuf):
9761         * ps/ps-document.h:
9762
9763         Do not leak the target window
9764
9765 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * shell/ev-application.c: (ev_application_init):
9768
9769         Let tbe check file existence for us.
9770         Add a comment about eggrecent mime filter.
9771
9772 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * data/evince-ui.xml:
9775         * shell/ev-application.c: (ev_application_shutdown),
9776         (ev_application_init), (ev_application_get_toolbars_model),
9777         (ev_application_get_recent_model),
9778         (ev_application_save_toolbars_model):
9779         * shell/ev-application.h:
9780         * shell/ev-window.c: (ev_window_add_recent),
9781         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9782         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9783         (ev_window_init):
9784
9785         Use common toolbar and recent models for all windows.
9786         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9787
9788 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9789
9790         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9791         successfully check for gtk_icon_view_get_visible_range.
9792
9793 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * djvu/Makefile.am:
9796         * dvi/Makefile.am:
9797         
9798         Fix djvu and dvi backend build.
9799
9800 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9801
9802         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9803         (new_separator_pixbuf):
9804
9805         Don't leak windows.
9806
9807 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9808
9809         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9810
9811         HIGification of toolbar editor dialogue.
9812
9813 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9814
9815         * configure.ac:
9816         * shell/Makefile.am:
9817
9818         Ever build metadata manager since it's just
9819         disabled at runtime now.
9820
9821 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9822
9823         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9824         (ev_metadata_manager_get), (ev_metadata_manager_set):
9825         * shell/ev-metadata-manager.h:
9826
9827         Add an _init functions that enabled metadata management
9828         at runtime.
9829
9830         * shell/ev-window.c: (page_changed_cb),
9831         (setup_document_from_metadata), (ev_window_setup_document),
9832         (setup_view_from_metadata), (ev_window_open_uri),
9833         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9834         (ev_window_run_presentation), (ev_window_stop_presentation),
9835         (save_sizing_mode), (ev_window_zoom_changed_cb),
9836         (ev_window_continuous_changed_cb),
9837         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9838         (window_configure_event_cb):
9839
9840         Remove all ugly metadata define since we deal with it
9841         at runtime now.
9842
9843         * shell/main.c: (load_files_remote), (main):
9844
9845         Add support for dbus cvs head. Hopefully didnt break one
9846         of the other versions now!
9847
9848         If we dont get a response from the dbus server just
9849         give up with it and not enable metadata.
9850
9851 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * Makefile.am:
9854         * backend/Makefile.am:
9855         * configure.ac:
9856         * cut-n-paste/recent-files/Makefile.am:
9857         * cut-n-paste/toolbar-editor/Makefile.am:
9858         * cut-n-paste/zoom-control/Makefile.am:
9859         * lib/Makefile.am:
9860         * pdf/Makefile.am:
9861         * pixbuf/Makefile.am:
9862         * properties/Makefile.am:
9863         * ps/Makefile.am:
9864         * shell/Makefile.am:
9865         * thumbnailer/Makefile.am:
9866         * tiff/Makefile.am:
9867
9868         Make frontends depend on just libev.
9869         Rework and group CFLAGS/LIBS definitions.
9870         Cleanups.
9871
9872 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9873
9874         * shell/ev-window:
9875
9876         do not unnecessarily save zoom
9877
9878         * configure.ac:
9879         * lib/ev-file-helpers.c: (ev_dot_dir):
9880         * shell/Makefile.am:
9881         * shell/dummy.cc:
9882
9883         Some cleanups
9884
9885 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9886
9887         * configure.ac:
9888         
9889         Remove unnecessary dependencies
9890
9891 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9892
9893         * properties/Makefile.am:
9894         * thumbnailer/Makefile.am:
9895         * tiff/Makefile.am:
9896
9897         Some more cleanups. Was really necessary
9898         but I probably introduced bugs, feel free
9899         to flame :)
9900
9901 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9902
9903         * backend/Makefile.am:
9904         * configure.ac:
9905         * cut-n-paste/recent-files/Makefile.am:
9906         * cut-n-paste/toolbar-editor/Makefile.am:
9907         * cut-n-paste/zoom-control/Makefile.am:
9908         * lib/Makefile.am:
9909         * pdf/Makefile.am:
9910         * pixbuf/Makefile.am:
9911         * properties/Makefile.am:
9912         * ps/Makefile.am:
9913         * shell/Makefile.am:
9914         * thumbnailer/Makefile.am:
9915         * tiff/Makefile.am:
9916
9917         Use gnome-common macros when possible.
9918         Cleanup dependencies.
9919         Actually disable deprecated where possible.
9920
9921 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9922
9923         * Makefile.am:
9924         * backend/Makefile.am:
9925         * properties/Makefile.am:
9926         * shell/Makefile.am:
9927         * thumbnailer/Makefile.am:
9928
9929         This should solve the circular dep without
9930         requiring dir reorg!
9931
9932         * shell/ev-window.c: (setup_view_from_metadata):
9933
9934         Never restore window size/position when the
9935         window is already visible.
9936
9937 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9938
9939         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9940
9941         Return a boolean from timeout func. Fix ported from gedit.
9942
9943 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9944
9945         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9946
9947 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9948
9949         * shell/ev-document-types.c: set "All Documents" as default filter in
9950         open dialog
9951
9952 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9953
9954         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9955         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9956         (ev_metadata_manager_set_boolean): fix value/val thinko.
9957
9958 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9959
9960         * shell/ev-window.c: (setup_view_from_metadata),
9961         (window_state_event_cb), (window_configure_event_cb),
9962         (ev_window_init):
9963
9964         Remember window position and maximized state
9965
9966 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9967
9968         * configure.ac:
9969
9970         Fix DBUS configure checks.
9971
9972         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9973         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9974         (ev_metadata_manager_set_boolean):
9975
9976         Plug mem leaks.
9977
9978         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9979         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9980         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9981         (ev_window_continuous_changed_cb),
9982         (ev_window_dual_mode_changed_cb), (ev_window_new):
9983
9984         Fix the build without DBUS.
9985
9986 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9987
9988         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9989         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9990         (ev_metadata_manager_set_string),
9991         (ev_metadata_manager_set_boolean):
9992         * shell/ev-metadata-manager.h:
9993
9994         Add support for some more types
9995
9996         * shell/ev-view.c: (scroll_to_current_page),
9997         (ev_view_get_continuous), (ev_view_set_continuous),
9998         (ev_view_get_dual_page):
9999         * shell/ev-view.h:
10000         * shell/ev-window.c: (page_changed_cb),
10001         (setup_document_from_metadata), (ev_window_setup_document),
10002         (setup_view_from_metadata), (ev_window_open_uri),
10003         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10004         (ev_window_run_presentation), (ev_window_stop_presentation),
10005         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
10006         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
10007         (ev_window_update_dual_page_action),
10008         (ev_window_continuous_changed_cb),
10009         (ev_window_dual_mode_changed_cb), (ev_window_init):
10010
10011         Remember a bunch of view/document properties. Prolly some
10012         are still missing but it's getting interesting.
10013
10014 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
10015
10016         * configure.ac: check if dbus-binding-tool is installed. Not the
10017         case on current Ubuntu breezy, it seems.
10018
10019 2005-07-05  Luca Ferretti <elle.uca@libero.it>
10020
10021         * data/evince.desktop.in.in:
10022         
10023         Allow open uri lists and add TryExec field.
10024
10025 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10026
10027         * configure.ac:
10028
10029         Enable dbus when available, do not require a configure
10030         option.
10031
10032 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10033
10034         * configure.ac:
10035
10036         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
10037         disabled.
10038
10039 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
10040         Marco Pesenti Gritti  <mpg@redhat.com>
10041
10042         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
10043         
10044         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
10045         functions to the format required by dbus
10046
10047         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
10048         errors. Use the RPC parameters in the expected way
10049
10050 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10051
10052         * Makefile.am:
10053         * properties/Makefile.am:
10054         * properties/ev-properties-main.c: (ev_properties_get_pages):
10055
10056         Support all mime types
10057
10058         * shell/Makefile.am:
10059         * thumbnailer/Makefile.am:
10060         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
10061         (evince_thumbnail_pngenc_get):
10062
10063         Use the document factory
10064
10065 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10066
10067         * backend/Makefile.am:
10068         * backend/ev-document-factory.c:
10069         (mime_type_supported_by_gdk_pixbuf),
10070         (ev_document_type_get_from_mime),
10071         (ev_document_factory_get_document),
10072         (ev_document_factory_get_backend),
10073         (ev_document_factory_get_mime_types),
10074         (ev_document_factory_get_all_mime_types):
10075         * backend/ev-document-factory.h:
10076         * shell/Makefile.am:
10077         * shell/ev-document-types.c: (get_document_from_uri),
10078         (ev_document_types_get_document),
10079         (file_filter_add_mime_list_and_free),
10080         (ev_document_types_add_filters):
10081         * shell/ev-document-types.h:
10082         * shell/ev-job-xfer.c: (ev_job_xfer_run):
10083         * shell/ev-properties-dialog.c:
10084         (ev_properties_dialog_set_document):
10085         * shell/ev-window.c: (ev_window_cmd_file_open),
10086         (ev_window_cmd_save_as):
10087         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10088
10089         Rework document types managing to avoid code duplication
10090         and actually abstract from backend implementations.
10091         Also provide a minimal factory api that can be used by
10092         thumbnailer/properties.
10093
10094 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
10095
10096         * properties/ev-properties-view.c: (ev_properties_view_set_info):
10097         Plug a mem leak.
10098         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
10099         HIG spacings.
10100
10101 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10102
10103         * shell/ev-properties-dialog.c
10104         (ev_properties_dialog_set_document): only call
10105         ev_properties_fonts_set_document() if the document implements the
10106         fonts interface
10107
10108 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
10109
10110         * configure.ac:
10111         * properties/Makefile.am:
10112         * properties/ev-properties-view.c:
10113         (ev_properties_view_register_type):
10114         * properties/ev-properties-view.h:
10115         * properties/ev-properties-main.h:
10116
10117         Implement nautilus plugin for properties.
10118         Works only for pdf atm, I need to rework the
10119         document types stuff to get this to work
10120         for all backends...
10121
10122 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10123
10124         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
10125         (ev_properties_fonts_set_document): use
10126         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
10127
10128 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10129
10130         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
10131         them
10132         (PlaceImage, tiff2ps_process_page): use
10133         g_ascii_dtostr to convert floats to strings in a locale-safe way.
10134
10135
10136 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
10137
10138         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
10139         (main): to call gnome_authentication_manager_init. Should fix
10140         Bug #308510
10141
10142         * configure.ac: that requires libgnomeui 2.6.0.
10143
10144 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10145
10146         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10147         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
10148         use the new tiff2ps interfaces
10149
10150         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
10151         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
10152
10153         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
10154         structure instead of global variables.  Remove use of static
10155         variables in functions.
10156
10157 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
10158
10159         * shell/ev-page-action.c: unref the completion after setting it to the
10160         entry
10161
10162 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10163
10164         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
10165         postscript files
10166
10167 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
10168
10169         * shell/ev-window.c (update_action_sensitivity): disable
10170         File->Print if the document does not implement the ps exporter
10171         interface
10172
10173 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
10174
10175         * Makefile.am:
10176         * configure.ac:
10177         * data/evince-properties.glade:
10178         * properties/.cvsignore:
10179         * properties/Makefile.am:
10180         * properties/ev-properties-view.c: (ev_properties_view_dispose),
10181         (ev_properties_view_class_init), (ev_properties_view_format_date),
10182         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
10183         (ev_properties_view_init), (ev_properties_view_new):
10184         * properties/ev-properties-view.h:
10185         * shell/Makefile.am:
10186         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
10187         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
10188         (ev_properties_dialog_new):
10189         * shell/ev-properties-dialog.h:
10190         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
10191         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
10192         (update_progress_label), (job_fonts_finished_cb),
10193         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
10194         * shell/ev-properties-fonts.h:
10195         * shell/ev-properties.c:
10196         * shell/ev-properties.h:
10197         * shell/ev-window.c: (ev_window_setup_document),
10198         (ev_window_cmd_file_properties):
10199
10200         Split the properties pages in two different objects, depend
10201         only on the backend where possible, use widgets instead
10202         of gobject for the glade part, reimplement the dialog
10203         itself with gtk.
10204         I need this to implement nautilus properties page.
10205
10206 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
10207
10208         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
10209         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
10210         (tiff_document_document_ps_exporter_iface_init): implement the ps
10211         exporter interface for tiff documents
10212
10213         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10214         libtiff to implement TIFF postscript export
10215
10216         * tiff/tiff2ps.h: added a header file for external tiff2ps
10217         functions.
10218
10219         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10220         tiff2ps.h
10221
10222 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10223
10224         * shell/ev-view.c: (scroll_to_current_page),
10225         (ev_view_set_fullscreen), (ev_view_set_presentation):
10226         
10227         Scroll to current page when exit from presentation
10228
10229 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10230
10231         * shell/ev-window.c: (update_document_mode),
10232         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10233         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10234         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10235         
10236         Exit from fullscreen mode when switch to presentation. Fix for
10237         bug 309365
10238
10239 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10240
10241         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10242         return NULL if the document does not implement the selection
10243         interface.
10244
10245 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10246
10247         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10248         reported height by using the resolution aspect ratio
10249         (tiff_document_render_pixbuf): scale the pixbuf using the
10250         resolution aspect ratio
10251
10252 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10253
10254         * configure.ac:
10255         
10256         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10257         <kiltedaco@gmail.com>
10258         
10259         * djvu/djvu-document.c: (djvu_document_get_orientation),
10260         (djvu_document_set_orientation), (djvu_document_get_page_size),
10261         (rotate_pixbuf), (djvu_document_render_pixbuf),
10262         (djvu_document_document_iface_init):
10263         * dvi/dvi-document.c: (dvi_document_get_orientation),
10264         (dvi_document_set_orientation), (dvi_document_get_page_size),
10265         (rotate_pixbuf), (dvi_document_render_pixbuf),
10266         (dvi_document_document_iface_init):
10267         
10268         Dvi and djvu backends are ported to new API
10269
10270 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10271
10272         * backend/ev-selection.c: (ev_selection_get_selection_region),
10273         (ev_selection_get_selection_map):
10274         * backend/ev-selection.h:
10275         * pdf/ev-poppler.cc:
10276         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10277         * shell/ev-jobs.h:
10278         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10279         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10280         (ev_pixbuf_cache_get_text_mapping):
10281         * shell/ev-pixbuf-cache.h:
10282         * shell/ev-view.c: (location_in_text),
10283         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10284         support to EvView.  Now we can see where we can select!  Sweet!
10285
10286 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10287
10288         * shell/ev-view.c (ev_view_button_press_event): Fix
10289         event->y + view->scroll_x typo.
10290
10291 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10292
10293         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10294         sub-GdkPixbuf instead of passing dest_x and dest_y.
10295         
10296         * shell/ev-view.c: (view_point_to_doc_point),
10297         (view_rect_to_doc_rect), (ev_view_button_press_event),
10298         (ev_view_motion_notify_event), (compute_new_selection_rect),
10299         (gdk_rectangle_point_in), (compute_new_selection_text),
10300         (compute_selections): Update selection code to keep the selection
10301         around as two points and not as a normalized rectangle, and fix
10302         page level selection in two-column mode.
10303
10304 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10305
10306         * shell/ev-window.c: (window_configure_event_cb): 
10307         
10308         Fix compilation
10309         
10310 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10311
10312         * pdf/ev-poppler.cc:
10313
10314         Fix compilation
10315
10316 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10317
10318         * shell/Makefile.am:
10319         * shell/ev-metadata-manager.c: (item_free),
10320         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10321         (parse_value), (parseItem), (load_values),
10322         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10323         (save_values), (save_item), (get_oldest), (resize_items),
10324         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10325         * shell/ev-metadata-manager.h:
10326
10327         Metadata manager from gedit but modified to use GValue, so that
10328         we dont need to keep converting from strings.
10329
10330         * configure.ac:
10331
10332         ENABLE_METADATA conditional, on when dbus is on
10333
10334         * shell/ev-application.c: (ev_application_open_uri):
10335
10336         Show the window after load so that we can initialize
10337         window size before it's showed.
10338
10339         * shell/ev-window.c: (ev_window_setup_from_metadata),
10340         (ev_window_open_uri), (window_configure_event_cb),
10341         (ev_window_init):
10342
10343         Save and load metadata information about window size.
10344         Not yet keeping states in account.
10345
10346         * shell/main.c: (main):
10347
10348         Shutdown metadata manager.
10349
10350 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10351
10352         * shell/ev-application-service.xml:
10353         * configure.ac:
10354         * shell/Makefile.am:
10355         * shell/ev-application.c:
10356         * shell/ev-application.h:
10357         * shell/ev-window.c:
10358         * shell/ev-window.h:
10359         * shell/main.c:
10360
10361         Add an optional dbus interface (--enable-dbus).
10362         Rework application code, mainly to be easier to
10363         use "remotely".
10364         Do not open multiple windows with the same document,
10365         spatial evince!
10366
10367 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10368
10369         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10370         pixbuf iff it exists.
10371
10372 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10373
10374         * shell/*:
10375         * backend/ev-render-context.[ch]:
10376         * backend/ev-selection.[ch]:
10377
10378         Massive changes.  We now support text selection of pdfs, and not
10379         just rectangular selection.  This is pretty broken still, but I
10380         want to get something into CVS.
10381
10382 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10383
10384         * pdf/ev-poppler.cc:
10385         
10386         Fix for Bug 309080: crash on window close.
10387         
10388         * shell/ev-page-action.c: (page_changed_cb):
10389         
10390         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10391         jensgr@gmx.net (Jens Granseuer).
10392
10393 2005-06-25  Marcel Telka  <marcel@telka.sk>
10394
10395         * configure.in (ALL_LINGUAS): Added sk.
10396
10397 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10398
10399         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10400         not a document open
10401
10402 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10403
10404         * NEWS:
10405         * configure.ac:
10406
10407         Release 0.3.2
10408
10409         * cut-n-paste/recent-files/Makefile.am:
10410
10411         Fix make distcheck
10412
10413 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10414
10415         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10416         (pixbuf_document_set_orientation), (rotate_pixbuf),
10417         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10418         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10419
10420         Implement rotation and cleanup the code a bit.
10421
10422         * tiff/tiff-document.c: (tiff_document_get_page_size),
10423         (tiff_document_get_orientation), (tiff_document_set_orientation),
10424         (rotate_pixbuf), (tiff_document_render_pixbuf),
10425         (tiff_document_document_iface_init), (tiff_document_init):
10426
10427         Implement rotation. Was the quicker solution for the release
10428         but we really need to share this code in the shell.
10429
10430 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10431
10432         * pdf/ev-poppler.cc:
10433
10434         Enable rotation, require poppler cvs. Fix a leak.
10435
10436 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10437
10438         * shell/ev-window.c: (update_action_sensitivity):
10439         
10440         Make properties unsensitive if document backend doesn't provide
10441         any info
10442
10443 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10444
10445         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10446         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10447         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10448         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10449         (bitmap_flip_rotate_counter_clockwise):
10450         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10451         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10452         (buff_gets):
10453         * dvi/mdvi-lib/common.h:
10454         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10455         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10456         (opendvi), (mdvi_reload), (mdvi_init_context),
10457         (mdvi_destroy_context), (mdvi_dopage), (special):
10458         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10459         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10460         (file_hash_free), (register_encoding), (parse_spec),
10461         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10462         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10463         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10464         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10465         (mdvi_register_font_type), (mdvi_unregister_font_type),
10466         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10467         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10468         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10469         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10470         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10471         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10472         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10473         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10474         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10475         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10476         (mdvi_unregister_special), (mdvi_flush_specials):
10477         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10478         (t1_font_remove):
10479         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10480         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10481         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10482         (free_font_metrics), (flush_font_metrics):
10483         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10484         (tt_font_remove):
10485         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10486         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10487         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10488         (dstring_insert), (dstring_new), (dstring_reset):
10489         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10490         
10491         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10492         avoid conflict with libtool on FC4
10493         
10494         * shell/ev-window.c: (ev_window_cmd_help_about):
10495         
10496         Update copyright year. Fix for bug 308828.
10497
10498 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10499
10500         * shell/ev-view.c: (add_scroll_binding_keypad),
10501         (ev_view_binding_activated), (ev_view_class_init),
10502         (on_adjustment_value_changed):
10503         
10504         Bug 170874: Arrow keys switch pages in presentation mode
10505
10506 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10507
10508         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10509         
10510         Fix for Bug 308265: Sidebar dissappears coming out of 
10511         Presentation mode
10512
10513 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10514
10515         * shell/ev-application.c: (ev_application_open):
10516         * shell/ev-document-types.c: (ev_document_types_add_filters),
10517         (ev_document_types_add_filters_for_type):
10518         * shell/ev-document-types.h:
10519         * shell/ev-window.c: (ev_window_cmd_save_as):
10520         
10521         Suggest basename as template when saving, provide filters
10522         for save dialog. It's bug 308402
10523
10524 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10525
10526         * pdf/ev-poppler.cc:
10527         * shell/ev-sidebar-links.c: (job_finished_callback):
10528         * shell/ev-view.c: (update_find_status_message):
10529         
10530         Some leaks fixed
10531
10532 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10533
10534         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10535         (egg_recent_view_uimanager_set_list):
10536
10537         Fix buglet in !show_numbers case.
10538
10539 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10540
10541         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10542         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10543
10544         Use pango ellipsisation.
10545
10546         * pdf/ev-poppler.cc:
10547
10548         Fix refcount leak, from nsh.
10549
10550 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10551
10552         * cut-n-paste/recent-files/Makefile.am:
10553         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10554         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10555         
10556         Removed EggRecentViewGtk
10557         
10558         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10559         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10560         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10561         (ev_window_setup_recent):
10562         
10563         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10564         with other projects
10565
10566 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10567
10568         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10569         (egg_recent_view_gtk_finalize):
10570
10571         Fix memory leak
10572
10573         * cut-n-paste/toolbar-editor/Makefile.am:
10574         
10575         Fix location of cursor icon.
10576         
10577         * pdf/ev-poppler.cc:
10578         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10579         (display_completion_text), (match_completion):
10580         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10581         (selection_changed_callback), (create_loading_model),
10582         (print_section_cb), (links_page_num_func),
10583         (update_page_callback_foreach):
10584         * shell/ev-window.c: (ev_window_dispose):
10585         
10586         Small memory fixes. Links model now store objects instead
10587         of pointers to improve memory management. 
10588
10589 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10590
10591         * shell/ev-window.c: (zoom_control_changed_cb):
10592         
10593         Fix update of zoom control (bug 308268).
10594
10595 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10596
10597         * shell/ev-properties.c (set_property): escape the text correctly.
10598         Handles non-UTF-8 properties and escaped properties.  Also, sets
10599         the text to "<i>None</i>" if the property isn't set.
10600
10601         * data/evince-properties.glade: Change the label to be ellipsized,
10602         and give it a minimum size.
10603
10604 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10605
10606         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10607         * shell/ev-sidebar-links.c: (create_loading_model):
10608         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10609         * shell/ev-view.c: (ev_view_set_document):
10610         * shell/ev-window.c: (ev_window_dispose):
10611         
10612         Various small fixes, mostly memory leaks. Thanks to valgrind.
10613
10614 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10615
10616         * ps/ps-document.c: remove the locale.h include again ;-). And
10617         kill the (bogus) setlocale/savelocale business.
10618
10619 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10620
10621         * ps/ps-document.c:
10622         
10623         Include locale.h to fix build
10624         
10625         * shell/ev-sidebar.c:
10626         
10627         Remove unnecessary includes
10628
10629 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10630
10631         * dvi/dvi-document.c: (dvi_document_load):
10632         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10633         * po/POTFILES.in:
10634         
10635         Check for incorrect dvi files. Fix parsing dvi on AMD64
10636         platform. Thanks to tester@tester.ca (Olivier Crete).
10637
10638 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10639
10640         * shell/ev-page-action.c: (match_selected_cb),
10641         (display_completion_text), (match_completion), (update_model):
10642         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10643         (expand_open_links):
10644         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10645         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10646         (ev_sidebar_set_document):
10647         * shell/ev-window.c: (ev_window_xfer_job_cb),
10648         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10649         
10650         Fixed lot's of memory leaks, for example, memory leak on reload, 
10651         described in bug 307793.
10652
10653 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10654
10655         * pdf/ev-poppler.cc:
10656         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10657         (update_visible_range), (adjustment_changed_cb),
10658         (ev_sidebar_thumbnails_fill_model),
10659         (ev_sidebar_thumbnails_refresh),
10660         (ev_sidebar_tree_selection_changed),
10661         (ev_sidebar_icon_selection_changed),
10662         (ev_sidebar_thumbnails_use_icon_view),
10663         (ev_sidebar_thumbnails_set_document):
10664         * shell/ev-sidebar-thumbnails.h:
10665         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10666         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10667
10668         Refresh thumbnails when changing orientation. Not fully
10669         working yet becuase of a sidebar bug.
10670
10671         Set page orientation to poppler page everywhere. This sucks
10672         really need to fix poppler.
10673
10674 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10675
10676         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10677         (egg_recent_view_gtk_new_menu_item),
10678         (egg_recent_view_gtk_set_property),
10679         (egg_recent_view_gtk_get_property),
10680         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10681         (egg_recent_view_gtk_set_tooltip_func),
10682         (egg_recent_view_gtk_set_label_width),
10683         (egg_recent_view_gtk_get_label_width):
10684         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10685
10686         Sync with libegg (ellipsize labels)
10687
10688 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10689
10690         * data/evince-ui.xml:
10691         * shell/ev-window.c: (ev_window_cmd_go_forward),
10692         (ev_window_cmd_go_backward):
10693         
10694         Shift + PageUp moves 10 Pages. Fix for 306125
10695
10696 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10697
10698         * pdf/ev-poppler.cc:
10699
10700         Add a flag to check if orientation has been overriden
10701
10702 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10703
10704         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10705         field if necessary.
10706
10707         * ps/ps.h: add creator field to document.
10708
10709         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10710         set creator field.
10711
10712 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10713
10714         * data/evince-properties.glade:
10715         * shell/ev-properties.c: (ev_properties_set_document):
10716
10717         s/PDF Version/Format
10718
10719 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10720
10721         * shell/ev-properties.c: (ev_properties_set_document):
10722
10723         Remove unnecessary translations
10724
10725 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10726
10727         * cut-n-paste/toolbar-editor/Makefile.am:
10728
10729         Correct library name    
10730
10731 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10732
10733         * configure.ac:
10734         * cut-n-paste/recent-files/egg-recent-model.c:
10735         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10736         (egg_recent_model_unlock_file):
10737         * cut-n-paste/recent-files/egg-recent-util.c:
10738         (egg_recent_util_get_unique_id):
10739         * cut-n-paste/recent-files/update-from-egg.sh:
10740         * cut-n-paste/toolbar-editor/Makefile.am:
10741         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10742         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10743         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10744         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10745         (egg_toolbars_model_get_type):
10746         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10747
10748         Better makefile for toolbar editor and update everything
10749         to latest libegg.
10750
10751 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10752
10753         * shell/ev-window.c: (update_document_mode):
10754
10755         Prefer presentation mode when the document
10756         require fullscreen.
10757
10758 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10759
10760         * data/evince-ui.xml:
10761         * shell/ev-window.c:
10762
10763         Add control-equal for zooming
10764
10765 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10766
10767         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10768
10769 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10770
10771         * backend/ev-document.c: (ev_document_get_orientation):
10772         * backend/ev-document.h:
10773         * pdf/ev-poppler.cc:
10774         * ps/ps-document.c: (ps_document_get_orientation),
10775         (ps_document_set_orientation), (ps_document_document_iface_init):
10776
10777         Add a get_orientation api. Improve set_orientation.
10778
10779         * data/evince-ui.xml:
10780         * shell/ev-view.c: (ev_view_set_orientation),
10781         (ev_view_rotate_right), (ev_view_rotate_left):
10782         * shell/ev-view.h:
10783         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10784         (ev_window_cmd_edit_rotate_right):
10785
10786         Better ui for changing document orientation
10787
10788 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10789
10790         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10791         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10792         * shell/ev-sidebar-links.h:
10793         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10794         (ev_sidebar_page_iface_init):
10795         * shell/ev-sidebar-page.h:
10796         * shell/ev-sidebar-thumbnails.c:
10797         (ev_sidebar_thumbnails_get_property),
10798         (ev_sidebar_thumbnails_class_init),
10799         (ev_sidebar_thumbnails_set_document):
10800         * shell/ev-sidebar-thumbnails.h:
10801         * shell/ev-view.c: (ev_view_motion_notify_event):
10802         * shell/ev-window.c: (update_chrome_visibility),
10803         (ev_window_cmd_focus_page_selector),
10804         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10805         (sidebar_page_main_widget_update_cb), (ev_window_init):
10806         
10807         Autoraise toolbar on GoToPage binding and fix bindings in
10808         EvSidebarThumbnails page.
10809
10810 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10811
10812         * shell/ev-properties.c: (update_progress_label):
10813
10814         Hide the progress label when finished; bug #307697.
10815
10816 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10817
10818         * pdf/ev-poppler.cc:
10819
10820         Enable is_open for links, you will need poppler cvs
10821
10822         * shell/ev-properties.c: (job_fonts_finished_cb):
10823
10824         Get a lock on the document when filling the tree view
10825
10826 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10827
10828         * backend/ev-document-links.h:
10829         * pdf/ev-poppler.cc:
10830         * shell/ev-sidebar-links.c: (create_loading_model),
10831         (expand_open_links), (job_finished_callback):
10832
10833         Expand links when specified by the document.
10834         Depend on a poppler api (defined out for now)
10835
10836 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10837
10838         * shell/ev-properties.c: (ev_properties_dispose),
10839         (ev_properties_class_init), (dialog_destroy_cb),
10840         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10841         (ev_properties_set_document), (ev_properties_new),
10842         (ev_properties_show):
10843         * shell/ev-properties.h:
10844
10845         Make it an object, cleanup the code, api to show it as transient
10846         and to set the document.
10847
10848         * shell/ev-window.c: (ev_window_setup_document),
10849         (ev_window_cmd_file_properties):
10850
10851         Adapt to EvProperties changes, do not show multiple
10852         times, update it when document changes.
10853
10854 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10855
10856         * ps/gstypes.h:
10857         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10858         (ps_document_set_orientation), (ps_document_document_iface_init):
10859         * ps/ps-document.h:
10860
10861         Implement orientation here too
10862
10863         * shell/ev-properties.c: (ev_properties_new):
10864         * data/evince-properties.glade:
10865
10866         Hide the fonts page for backends that doesnt
10867         support it.     
10868
10869 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10870
10871         * backend/ev-document.c: (ev_document_set_orientation):
10872         * backend/ev-document.h:
10873         * pdf/ev-poppler.cc:
10874
10875         Add orientation api. Currently poppler api is not optimal,
10876         we need to set orientation every time we _get a page.
10877         I will try to fix that at some point.
10878
10879         * data/evince-ui.xml:
10880         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10881         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10882
10883         Add orientation menu items
10884
10885         * shell/ev-page-cache.c: (ev_page_cache_clear):
10886         * shell/ev-page-cache.h:
10887
10888         Add api to clear the cache
10889
10890         * shell/ev-view.c: (setup_caches), (clear_caches),
10891         (ev_view_set_document), (ev_view_zoom_out),
10892         (ev_view_set_orientation):
10893         * shell/ev-view.h:
10894
10895         Implement orientation changing
10896
10897 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10898
10899         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10900         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10901         * backend/ev-document-fonts.h:
10902
10903         Separate scan and fill so that we can incrementally fill from
10904         the main thread. Add a progress api.
10905
10906         * data/evince-properties.glade:
10907         * pdf/ev-poppler.cc:
10908         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10909         * shell/ev-jobs.h:
10910         * shell/ev-properties.c: (update_progress_label),
10911         (job_fonts_finished_cb), (setup_fonts_view):
10912
10913         Incrementally feel the list and show the progress
10914         percentage in a label like acrobat does.
10915
10916         You are going to need poppler cvs
10917
10918 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10919
10920         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10921         * backend/ev-document-fonts.h:
10922         * pdf/ev-poppler.cc:
10923
10924         Make fonts model fill incrementally.
10925
10926         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10927         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10928         (ev_job_queue_remove_job):
10929         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10930         (ev_job_fonts_new), (ev_job_fonts_run):
10931         * shell/ev-jobs.h:
10932
10933         New job for fonts scanning
10934
10935         * shell/ev-properties.c: (job_fonts_finished_cb),
10936         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10937         * shell/ev-properties.h:
10938         * shell/ev-window.c: (ev_window_cmd_file_properties):
10939
10940         Incrementally feel the treeview using the new job. Show Loading...
10941         message until scanning is completed.
10942
10943         Hopefully I didnt break the build without the poppler patch.
10944
10945 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10946
10947         * shell/ev-application.c: (ev_application_open):
10948         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10949         (ev_document_type_get_type), (ev_document_type_lookup):
10950         * shell/ev-document-types.h:
10951         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10952         * shell/ev-job-xfer.h:
10953         * shell/ev-window.c: (ev_window_clear_local_uri),
10954         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10955         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10956         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10957         
10958         Transfer remote documents to tmp directory to display them later.
10959
10960 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10961
10962         * backend/ev-document-info.h:
10963         * shell/ev-properties.c: (ev_properties_new):
10964
10965         s/GTime*/GTime. Not sure why we was using a pointer
10966         at all there!
10967
10968 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10969
10970         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10971         situations.  That situation is that you're using GTK+-HEAD with
10972         the patch at #306726 is applied, and you have a document with <
10973         1500 pages in it.  It's not quite as uniformly nice as the
10974         TreeView, but should be better in the long run.
10975
10976         I'm pretty sure I guarded against breaking compilation with
10977         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10978         I missed some.
10979
10980         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10981         widget yet, so I commented that code out
10982         enable_view_actions_for_widget() for now.  Need to figure this
10983         out.
10984
10985         * shell/ev-page-action.c (match_selected_cb): emit the right
10986         signals.  Our cool C-l completion now works.
10987
10988 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10989
10990         * backend/Makefile.am:
10991         * backend/ev-document-fonts.c:
10992         * backend/ev-document-links.c:
10993         * backend/ev-document.c: (ev_document_load):
10994         * backend/ev-document.h:
10995         * backend/ev-job-queue.c:
10996         * backend/ev-job-queue.h:
10997         * backend/ev-jobs.c:
10998         * backend/ev-jobs.h:
10999         * backend/ev-page-cache.c:
11000         * backend/ev-page-cache.h:
11001
11002         EvPageCache and EvJobs are moved to shell.
11003
11004         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
11005         (ev_tmp_filename):
11006         * lib/ev-file-helpers.h:
11007         
11008         New helper to work with temporary files
11009         
11010         * shell/Makefile.am:
11011         * shell/ev-application.c: (ev_application_open):
11012         * shell/ev-application.h:
11013         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
11014         (remove_job_from_async_queue), (add_job_to_async_queue),
11015         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
11016         (handle_job), (search_for_jobs_unlocked),
11017         (no_jobs_available_unlocked), (ev_render_thread),
11018         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11019         (ev_job_queue_add_job), (move_job_async), (move_job),
11020         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11021         * shell/ev-job-queue.h:
11022         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
11023         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
11024         * shell/ev-job-xfer.h:
11025         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11026         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11027         (ev_job_links_class_init), (ev_job_render_init),
11028         (ev_job_render_dispose), (ev_job_render_class_init),
11029         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11030         (ev_job_thumbnail_class_init), (ev_job_load_init),
11031         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
11032         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11033         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
11034         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
11035         * shell/ev-jobs.h:
11036         * shell/ev-page-action.c: (ev_page_action_set_document):
11037         * shell/ev-page-cache.c: (ev_page_cache_init),
11038         (ev_page_cache_class_init), (ev_page_cache_finalize),
11039         (ev_page_cache_new), (ev_page_cache_get_n_pages),
11040         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11041         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
11042         (ev_page_cache_get_title), (ev_page_cache_get_size),
11043         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
11044         (ev_page_cache_get_height_to_page),
11045         (ev_page_cache_get_max_label_chars),
11046         (ev_page_cache_get_page_label),
11047         (ev_page_cache_has_nonnumeric_page_labels),
11048         (ev_page_cache_get_info), (ev_page_cache_next_page),
11049         (ev_page_cache_prev_page), (ev_page_cache_get):
11050         * shell/ev-page-cache.h:
11051         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
11052         (ev_pixbuf_cache_clear_job_sizes),
11053         (ev_pixbuf_cache_add_jobs_if_needed),
11054         (ev_pixbuf_cache_set_page_range):
11055         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
11056         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
11057         * shell/ev-sidebar-thumbnails.c:
11058         (ev_sidebar_tree_selection_changed),
11059         (ev_sidebar_thumbnails_set_document):
11060         * shell/ev-statusbar.c: (ev_statusbar_destroy),
11061         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
11062         (ev_statusbar_get_context_id), (ev_statusbar_push),
11063         (ev_statusbar_pop), (ev_statusbar_set_maximized),
11064         (ev_statusbar_pulse), (ev_statusbar_show_progress),
11065         (ev_statusbar_set_progress):
11066         * shell/ev-statusbar.h:
11067         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
11068         (ev_view_find_previous):
11069         * shell/ev-window.c: (ev_window_is_empty),
11070         (ev_window_setup_document), (password_dialog_response),
11071         (ev_window_clear_jobs), (ev_window_load_job_cb),
11072         (ev_window_xfer_job_cb), (ev_window_open_uri),
11073         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
11074         (ev_window_print), (ev_window_print_range),
11075         (ev_window_state_event), (ev_window_cmd_view_reload),
11076         (menu_item_select_cb), (menu_item_deselect_cb),
11077         (view_status_changed_cb), (ev_window_dispose),
11078         (drag_data_received_cb), (ev_window_init):
11079         * shell/ev-window.h:
11080         * shell/main.c: (load_files):
11081         
11082         New statusbar to show progress on idle. Two new jobs - 
11083         xfer job and load job to load document in background. And update
11084         of page_cache clients to new location of code.
11085
11086 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
11087
11088         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
11089         selection in open dialog. It also remembers the last visited directory 
11090         in the current session.
11091
11092 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11093
11094         * shell/ev-properties.c: (ev_properties_new):
11095         * shell/ev-properties.h:
11096         * shell/ev-window.c: (ev_window_cmd_file_properties):
11097         
11098         Get document info from page cache instead of document itself.
11099         This should fix crash related to race conditions described in
11100         bug 306545.
11101
11102 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11103
11104         * ps/ps-document.c: (ps_document_init),
11105         (send_ps), (get_page_box), (output), (catchPipe), (input),
11106         (stop_interpreter), (file_length), (file_readable),
11107         (check_filecompressedb), (ps_document_enable_interpreter),
11108         (document_load), (ps_async_renderer_render_pixbuf):
11109         * ps/ps-document.h:
11110
11111         Big cleanup of the ps code
11112
11113 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
11114
11115         * backend/Makefile.am:
11116         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
11117         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
11118         * backend/ev-async-renderer.h:
11119
11120         Add an async renderer interface (method + callback) which
11121         is useful for backends like ps.
11122
11123         * backend/ev-job-queue.c: (remove_job_from_async_queue),
11124         (add_job_to_async_queue), (job_finished_cb), (handle_job),
11125         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
11126         (ev_job_queue_add_job), (move_job_async), (move_job),
11127         (ev_job_queue_update_job), (ev_job_queue_remove_job):
11128
11129         Add queues for async renderer, these are executed on the
11130         main thread.
11131
11132         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
11133         (ev_job_render_run):
11134         * backend/ev-jobs.h:
11135
11136         If the backend support async renderer interface use it.
11137
11138         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
11139         (setup_pixmap), (ps_document_get_type),
11140         (ps_async_renderer_render_pixbuf),
11141         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
11142
11143         Implement async renderer interface.
11144
11145 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11146
11147         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
11148
11149         Cleanup links job on exit.
11150
11151 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11152
11153         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11154         (drag_data_get_cb), (drag_data_received_cb):
11155         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11156         (drag_data_get_cb), (parse_item_list),
11157         (egg_toolbar_editor_load_actions):
11158         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11159         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
11160         (parse_item_list), (parse_toolbars):
11161         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
11162         (dvi_pixbuf_put_pixel):
11163         
11164         Fix gcc 4.0 warnings
11165
11166 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11167
11168         * ps/ps-document.c: (start_interpreter):
11169
11170         Fix warning when loading ps
11171
11172 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11173
11174         * ps/ps-document.c: (output):
11175
11176         Fix crash when priting gs error messages.
11177
11178 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11179
11180         * backend/ev-page-cache.c: (_ev_page_cache_new):
11181         * backend/ev-page-cache.h:
11182
11183         Use a const to return title so that we dont double
11184         free it. Small cleanup and fix a leak.
11185
11186         * shell/ev-window.c: (update_window_title):
11187
11188         strdup value from get_title.
11189
11190 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
11191
11192         * shell/ev-sidebar-links.c: (job_finished_callback),
11193         (ev_sidebar_links_set_document):
11194
11195         Cleanup the old job when changing document
11196
11197 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11198
11199         * shell/ev-stock-icons.c:
11200         * shell/ev-stock-icons.h:
11201         * shell/ev-window.c:
11202         
11203         Add stock icons for actions that can appear in toolbar. Fix for
11204         bug 306566.
11205
11206 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11207
11208         * backend/ev-page-cache.c: (ev_page_cache_finalize),
11209         (_ev_page_cache_new), (ev_page_cache_get_max_width),
11210         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
11211         * backend/ev-page-cache.h:
11212         * shell/ev-view.c: (scroll_to_current_page),
11213         (view_update_range_and_current_page), (get_page_y_offset),
11214         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11215         (ev_view_size_request_continuous),
11216         (ev_view_zoom_for_size_continuous_and_dual_page),
11217         (ev_view_zoom_for_size_continuous):
11218         
11219         More compact EvView layout in document with pages of different size.
11220
11221 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11222
11223         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11224         compilation.
11225
11226 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11227
11228         * shell/ev-view.c: (view_set_adjustment_values):
11229         * shell/ev-window.c: (ev_window_cmd_file_properties):
11230         
11231         A bit different fix for rounding problem but it has no
11232         problems on startup. Make properties window transient to parent.
11233
11234 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11235
11236         * pdf/ev-poppler.cc:
11237         
11238         More commenting of font stuff.
11239
11240 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11241
11242         * pdf/ev-poppler.cc:
11243
11244         Comment out some more fonts stuff. Should really
11245         work without the poppler patch now.
11246
11247 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11248
11249         * pdf/ev-poppler.cc:
11250
11251         Adapt to api change
11252
11253 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11254
11255         * data/evince-properties.glade:
11256         * pdf/ev-poppler.cc:
11257         * shell/ev-properties.c: (setup_fonts_view):
11258
11259         Set the column title. Show the dialog only
11260         once everything is setup.
11261         Getting font info can be very slow... will
11262         prolly need to make this threaded too.
11263
11264 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11265
11266         * backend/Makefile.am:
11267         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11268         (ev_document_fonts_get_fonts_model):
11269         * backend/ev-document-fonts.h:
11270         * data/evince-properties.glade:
11271         * pdf/ev-poppler.cc:
11272         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11273         * shell/ev-properties.h:
11274         * shell/ev-window.c: (ev_window_cmd_file_properties):
11275
11276         Implement fonts list. Defined out for now, since it depends
11277         on a not yet committed poppler patch.
11278
11279 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11280
11281         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11282         page + 1.
11283
11284         * shell/ev-window.c: Make sure we add the timeout when we get a
11285         focus-in event.
11286
11287         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11288         adjustment->value before calculating the zoom factor to average
11289         out all of our rounding errors.  The page no longer 'drifts' when
11290         resizing.
11291
11292 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11293
11294         * data/evince-properties.glade:
11295         * shell/ev-properties.c: (ev_properties_format_date),
11296         (set_property):
11297         
11298         Labels don't expand when the dialogue is resized.
11299         strftime result needs to be converted to UTF-8. Thanks
11300         to Christian Persch <chpe@gnome.org>.
11301
11302 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11303
11304         * data/evince-properties.glade:
11305
11306         Hide the fonts tab
11307
11308 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11309
11310         * backend/ev-document-info.h:
11311         * backend/ev-document.c: (ev_document_info_free):
11312         * data/evince-properties.glade:
11313         * pdf/ev-poppler.cc:
11314         * ps/ps-document.c: (ps_document_get_info):
11315         * shell/ev-properties.c: (ev_properties_format_date),
11316         (set_property), (ev_properties_new):
11317         * shell/ev-properties.h:
11318         * shell/ev-window.c: (ev_window_cmd_file_properties):
11319
11320         Rework properties code to take only EvPropertyInfo
11321         in the constructor so that it can be useful for
11322         nautilus plugin too.
11323
11324         Deal with backends that doesnt support some properties.
11325         Make set property code generic.
11326
11327 2005-06-04  Christian Persch <chpe@gnome.org>
11328
11329         * data/evince-properties.glade:
11330
11331         fix spacings, make resizeable, and make data labels
11332         selectable + ellipsised
11333
11334 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11335
11336         * backend/ev-document-info.h:
11337         * data/Makefile.am:
11338         * data/evince-ui.xml:
11339         * pdf/ev-poppler.cc:
11340         * shell/Makefile.am:
11341         * shell/ev-window.c: (update_action_sensitivity),
11342         (ev_window_cmd_file_properties):
11343
11344         Initial go at file properties. Patch by
11345         Emil Soleyman-Zomalan <emil@soleyman.com>.
11346         Needs love see #169583
11347
11348 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11349
11350         * ps/ps-document.c: (output):
11351         * ps/ps.c: (psscan):
11352
11353         Try to render even if psscan fails.
11354
11355 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11356
11357         * ps/ps.c: (psscan), (pscopydoc):
11358
11359         Port buffered reading code from gv
11360
11361 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11362
11363         * ps/ps-document.c: (interpreter_message), (output):
11364
11365         Do not fail on interpreter messages
11366
11367 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11368
11369         * backend/ev-document-misc.c:
11370         (ev_document_misc_get_thumbnail_frame):
11371
11372         Pages can be 0 x 0, dont assert on this case
11373
11374 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11375
11376         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11377         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11378
11379         Correctly manage our reference on document. Finally the reload
11380         huge leak is gone...
11381
11382 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11383
11384         * ps/ps-document.c: (ps_document_dispose):
11385
11386         Forgot to chain it to the parent. Thanks chpe.
11387
11388 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11389
11390         * ps/ps-document.c: (ps_document_dispose),
11391         (ps_document_class_init), (stop_interpreter), (document_load):
11392
11393         Cleanup dispose a bit. Dont leak the whole pixmap.
11394
11395 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11396
11397         * pdf/ev-poppler.cc:
11398
11399         Release the poppler document on dispose
11400
11401 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11402
11403         * shell/ev-view.c: (ev_view_set_document):
11404
11405         Release ref on the pixbuf cache when changing
11406         document.
11407
11408 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11409
11410         * ps/ps-document.c: (ps_document_get_info):
11411
11412         Fix a double free
11413
11414 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11415
11416         * backend/ev-page-cache.c: (ev_page_cache_init),
11417         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11418         * backend/ev-page-cache.h:
11419         * shell/ev-page-action.c: (page_changed_cb):
11420         
11421         Set page action entry width depending on labels width. Fix
11422         for bug 305202.
11423
11424 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11425
11426         * backend/ev-link.c: (ev_link_class_init):
11427
11428         Allow -1 as page value (error)
11429
11430 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11431
11432         * shell/ev-sidebar-thumbnails.c:
11433         (ev_sidebar_thumbnails_set_document):
11434         * shell/ev-view.c: (scroll_to_current_page),
11435         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11436         (page_changed_cb), (on_adjustment_value_changed),
11437         (ev_view_set_document):
11438
11439         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11440         Fix bug 305377
11441
11442 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11443
11444         * configure.ac:
11445         * djvu/djvu-document.c: (djvu_document_get_page_size):
11446
11447         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11448         bug 301993.
11449
11450 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11451
11452         * shell/ev-view.c (draw_one_page): modify the expose handling to
11453         get the shadows.
11454
11455         * shell/ev-window.c (update_action_sensitivity): Respect
11456         permissions field.  Kowtow to the man.
11457
11458         * pdf/ev-poppler.cc: Get the permissions field.
11459
11460         * tiff/*c: Make a tiny bit more robust.
11461
11462 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11463
11464         * djvu/djvu-document.c:
11465         
11466         Pop messages from djvu context message queue.
11467
11468 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11469
11470         * configure.ac, Makefile.am, shell/Makefile.am:
11471         * tiff/Makefile.am, shell/ev-document-types.c:
11472         
11473         Cleanup tiff configure checks. Fix for bug 305218.
11474
11475 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11476
11477         * configure.ac: Added "uk" to ALL_LINGUAS.
11478
11479 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11480
11481         * cut-n-paste/zoom-control/ephy-zoom.c:
11482         (ephy_zoom_get_changed_zoom_level):
11483         * cut-n-paste/zoom-control/ephy-zoom.h:
11484         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11485         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11486         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11487         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11488         (zoom_control_changed_cb), (ev_window_init):
11489         
11490         Fix minor points related to moving best fit up. Introduce
11491         "zoom" property and make zoom control change it's value on
11492         notify::zoom signals. Fix for 305080.
11493
11494 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11495
11496         * data/evince-ui.xml:
11497         * shell/ev-window.c: (set_view_actions_sensitivity):
11498         
11499         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11500
11501 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11502
11503         * configure.ac:
11504
11505         Depends on poppler 0.3.2
11506
11507 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11508
11509         * cut-n-paste/recent-files/egg-recent-item.c:
11510         (egg_recent_item_get_short_name):
11511         * cut-n-paste/toolbar-editor/Makefile.am:
11512         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11513         (new_pixbuf_from_widget):
11514         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11515         * cut-n-paste/toolbar-editor/egg-marshal.c:
11516         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11517         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11518
11519         Sync
11520
11521 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11522
11523         * tiff/tiff-document.c: Rough TIFF backend.
11524
11525 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11526
11527         * NEWS:
11528         * configure.ac:
11529         * cut-n-paste/toolbar-editor/Makefile.am:
11530
11531         Release 0.3.1
11532
11533 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11534
11535         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11536         (ev_view_find_next), (ev_view_find_previous):
11537
11538         Remove the locks around get_n_results   
11539
11540 2005-05-21  Juerg Billeter  <j@bitron.ch>
11541
11542         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11543
11544         Pass correct number of pages to poppler.
11545
11546 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11547
11548         * configure.ac:
11549         * data/Makefile.am:
11550         * data/evince.desktop.in: 
11551         * data/evince.desktop.in.in:
11552         * po/POTFILES.in:
11553         
11554         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11555
11556 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11557
11558         * shell/ev-view.c: (view_update_adjustments),
11559         (view_set_adjustment_values): cast adjustmen->value to (int)
11560         before using it.  Otherwise, we get off by a pixel in some
11561         situations.
11562
11563         (draw_one_page): Draw the border on expose.
11564
11565 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11566
11567         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11568         adjustment when the mode changes, #304923
11569
11570 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11571
11572         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11573         flickering on resize but still use gdk_window_scroll on
11574         scrolling
11575
11576 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11577
11578         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11579         option, #170458
11580
11581 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11582
11583         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11584         second page on page_changed if possible, #304669
11585
11586 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11587
11588         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11589         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11590
11591 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11592
11593         * .cvsignore:
11594         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11595         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11596         (ev_view_zoom_for_size_presentation),
11597         (ev_view_zoom_for_size_continuous_and_dual_page),
11598         (ev_view_zoom_for_size_continuous),
11599         (ev_view_zoom_for_size_dual_page),
11600         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11601         * shell/ev-view.h:
11602         * shell/ev-window.c: (update_view_size),
11603         (ev_window_sizing_mode_changed_cb):
11604
11605         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11606         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11607         an infinite loop, #304769
11608
11609
11610 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11611
11612         * data/evince-ui.xml:
11613         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11614         * shell/ev-window.c: (set_view_actions_sensitivity):
11615
11616         Make PgUp/Down behave like Space
11617
11618 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11619
11620         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11621         * backend/ev-ps-exporter.h:
11622         * pdf/ev-poppler.cc:
11623         * ps/ps-document.c: (ps_document_ps_export_begin):
11624         * shell/ev-print-job.c: (idle_print_handler):
11625
11626         Adapt to new poppler api
11627
11628 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11629
11630         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11631         (ephy_zoom_control_init):
11632
11633         Translate zoom levels
11634
11635 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11636
11637         * cut-n-paste/zoom-control/ephy-zoom.c:
11638         (ephy_zoom_get_zoom_level_index):
11639
11640         Fix current zoom -> zoom control match
11641
11642 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11643
11644         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11645         rather than the scrolled_window that it's in. Fixes bug #304655.
11646
11647 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11648
11649         * shell/ev-view.c: (view_update_adjustments),
11650         (view_set_adjustment_values), (view_update_range_and_current_page),
11651         (view_scroll_to_page), (set_scroll_adjustment),
11652         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11653         (ev_view_scroll), (ev_view_scroll_view),
11654         (ensure_rectangle_is_visible), (find_page_at_location),
11655         (get_link_at_location), (go_to_link), (status_message_from_link),
11656         (ev_view_size_request_continuous_dual_page),
11657         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11658         (ev_view_unrealize), (ev_view_expose_event),
11659         (ev_view_button_press_event), (ev_view_motion_notify_event),
11660         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11661         (draw_rubberband), (highlight_find_results), (draw_one_page),
11662         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11663         (ev_view_init), (find_changed_cb), (page_changed_cb),
11664         (on_adjustment_value_changed), (ev_view_new),
11665         (ev_view_set_document), (ev_view_set_zoom),
11666         (ev_view_set_continuous), (ev_view_set_dual_page),
11667         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11668         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11669         (ev_view_zoom_for_size_presentation),
11670         (ev_view_zoom_for_size_continuous_dual_page),
11671         (ev_view_zoom_for_size_continuous),
11672         (ev_view_zoom_for_size_dual_page),
11673         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11674         (ev_view_get_status), (ev_view_set_status),
11675         (update_find_status_message), (ev_view_get_find_status),
11676         (ev_view_set_find_status), (jump_to_find_result),
11677         (jump_to_find_page), (compute_selections), (clear_selection),
11678         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11679         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11680         (ev_view_update_primary_selection),
11681         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11682         * shell/ev-view.h:
11683         * shell/ev-window.c: (ev_window_open_page_label),
11684         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11685         (ev_window_init):
11686         * shell/ev-window.h:
11687         * shell/main.c: (load_files):
11688
11689         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11690         when resizing.  Remove the bin_window().  Also, patch from James
11691         Bowes to fix command line page, #300641
11692         
11693 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11694
11695         * data/evince-ui.xml:
11696         * shell/ev-view.c:
11697         * shell/ev-view.h:
11698         * shell/ev-window.c: (update_action_sensitivity):
11699
11700         Get rid of View->Normal Size, it's just confusing
11701
11702 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11703
11704         * backend/ev-document-info.h:
11705         * backend/ev-document.c: (ev_document_info_free): Free the
11706         EvDocumentInfo.
11707
11708         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11709         (clear_range), (add_range), (update_visible_range),
11710         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11711         (ev_sidebar_thumbnails_set_document):
11712         * shell/ev-window.c: (ev_window_setup_document): Only render the
11713         visible thumbnails.  It takes an instant to render, but it uses
11714         much less memory.
11715
11716 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11717
11718         * shell/ev-sidebar-links.c: (popup_menu_cb):
11719
11720         Select first item
11721
11722 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11723
11724         * lib/Makefile.am:
11725         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11726         (button_press_cb), (ev_sidebar_links_construct):
11727
11728         Show the popup menu also on keybindings
11729
11730 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11731
11732         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11733         * shell/ev-window.h:
11734
11735         Expose api to print a range (with dialog). Make private _print use
11736         it.
11737
11738         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11739         (ev_sidebar_links_construct):
11740
11741         Show a print context menu on linkx, it prints the selected
11742         section.
11743
11744 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11745
11746         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11747         button.
11748
11749 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11750
11751         * AUTHORS:
11752
11753         Update
11754
11755         * shell/ev-window.c: (build_comments_string),
11756         (ev_window_cmd_help_about):
11757
11758         Show poppler version/backend and authors
11759
11760 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11761
11762         * cut-n-paste/zoom-control/ephy-zoom.c:
11763         (ephy_zoom_get_zoom_level_index):
11764         * cut-n-paste/zoom-control/ephy-zoom.h:
11765
11766         Move the best fit items at the top of the list
11767
11768 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11769
11770         * shell/ev-marshal.list:
11771         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11772         (activate_cb), (match_selected_cb), (activate_link_cb),
11773         (connect_proxy), (ev_page_action_class_init):
11774         * shell/ev-page-action.h:
11775
11776         Use signals to notify action activation. Hopefully
11777         I did not break completion since I cant test...
11778
11779         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11780         (register_custom_actions):
11781
11782         Connect to page selector actions and also grab focus on
11783         the view when activated.
11784
11785 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11786
11787         * pdf/ev-poppler.cc:
11788         * backend/ev-page-cache.c: make page size calculation consistent
11789         and set it to (int)( width * scale + 0.5).  This makes the weird
11790         line going through the middle of the page go away.
11791
11792         * shell/ev-view.c: move painting the background page after
11793         checking the expose area covers us.
11794
11795 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11796
11797         * data/evince-password.glade:
11798         
11799         Mark labels as not translatable. Fix for bug 302842.
11800
11801 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11802
11803         * configure.ac: Added "es" to ALL_LINGUAS.
11804
11805 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11806
11807         * data/evince-toolbar.xml:
11808         * shell/ev-window.c: (update_action_sensitivity),
11809         (ev_window_setup_document), (ev_window_set_page_mode),
11810         (ev_window_init):
11811
11812         Remove some leftover code from jrb first continous
11813         attempt. Use the new actions, we still need good icons
11814         though...
11815
11816 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11817
11818         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11819
11820         Update label when connecting proxy. Fix a warning with NULL
11821         page_cache.
11822
11823 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11824
11825         * data/evince-ui.xml:
11826         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11827         * shell/ev-page-action.h:
11828         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11829
11830         Add mnemonic for edit toolbar.
11831         ctrl+l focus the page entry.
11832
11833 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11834
11835         * lib/Makefile.am:
11836         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11837         (ev_window_init):
11838         * shell/main.c: (main):
11839
11840         Put the toolbar xml in evince own dot dir
11841
11842 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11843
11844         * shell/ev-window.c: (ev_window_init):
11845
11846         Make the toolbar not removable
11847
11848 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11849
11850         * data/evince-ui.xml:
11851         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11852         * shell/ev-sidebar-links.h:
11853         * shell/ev-sidebar-thumbnails.c:
11854         (ev_sidebar_thumbnails_get_treeview):
11855         * shell/ev-sidebar-thumbnails.h:
11856         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11857         (ev_view_class_init):
11858         * shell/ev-view.h:
11859         * shell/ev-window.c: (update_action_sensitivity),
11860         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11861         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11862         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11863         (ev_window_init):
11864
11865         This is evil... Make space/backspace global accelerators but
11866         enable them only for some widgets (sidebars and view).
11867         I dont like it, but I dont know a better way... :/
11868
11869 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11870
11871         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11872         (ev_page_action_widget_finalize),
11873         (ev_page_action_widget_class_init), (update_page_cache):
11874
11875         Keep a weak reference on proxy->page_cache so that we
11876         dont try to disconnect the signal if the object is already
11877         gone. Maybe there is a better way to cleanup reference handling
11878         in page action though...
11879
11880 2005-05-10  Juerg Billeter  <j@bitron.ch>
11881
11882         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11883         * backend/ev-ps-exporter.h:
11884         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11885         * ps/ps-document.c: (ps_document_ps_export_begin):
11886         
11887         Change api to pass print range to ps_exporter_begin. The pdf backend
11888         requires this information.
11889         
11890         * shell/ev-print-job.c: (idle_print_handler):
11891         
11892         Adapt to api change
11893
11894 2005-05-10  Juerg Billeter  <j@bitron.ch>
11895
11896         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11897         (idle_print_handler)
11898         * shell/ev-window.c: (ev_window_print):
11899
11900         Support printing page range, based on patch by Amaury Jacquot
11901
11902 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11903
11904         * data/evince-toolbar.xml:
11905
11906         Add zoom control to available items
11907
11908 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11909
11910         * shell/ev-window.c: (update_action_sensitivity):
11911
11912         Set slash action insensitive when appropriate
11913
11914 2005-05-10  Christian Persch <chpe@gnome.org>
11915
11916         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11917
11918         Fix warning on the overflow menu
11919
11920 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11921
11922         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11923
11924         Check for uri correctness/existence
11925
11926 2005-05-09  Juerg Billeter  <j@bitron.ch>
11927
11928         * shell/ev-window.c: (using_postscript_printer):
11929
11930         LPD printers use postscript, too
11931
11932 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11933
11934         * shell/ev-window.c: (register_custom_actions):
11935
11936         The zoom one is actually sort of useful,
11937         put it back
11938
11939 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11940
11941         * shell/ev-window.c: (register_custom_actions):
11942
11943         Hide page/zoom controls from overflow, they
11944         are useless.
11945
11946 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11947
11948         * cut-n-paste/update-from-egg.sh:
11949         
11950         Share it between all cut-n-paste subdirs
11951
11952         * cut-n-paste/recent-files/Makefile.am:
11953
11954         Fix to use "global" update-from-egg.sh
11955
11956         * cut-n-paste/recent-files/egg-recent-model.c:
11957         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11958         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11959         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11960         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11961
11962         Update from libegg
11963
11964         * cut-n-paste/toolbar-editor/Makefile.am:
11965
11966         Fix to use "global" update-from-egg.sh
11967
11968         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11969
11970         Update from libegg
11971
11972 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11973
11974         * configure.ac:
11975         * cut-n-paste/Makefile.am:
11976         * cut-n-paste/recent-files/Makefile.am:
11977         * cut-n-paste/toolbar-editor/.cvsignore:
11978         * cut-n-paste/toolbar-editor/Makefile.am:
11979         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11980         (egg_editable_toolbar_get_type), (get_toolbar_position),
11981         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11982         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11983         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11984         (set_item_drag_source), (create_item_from_action), (create_item),
11985         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11986         (popup_toolbar_context_menu_cb), (free_dragged_item),
11987         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11988         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11989         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11990         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11991         (item_added_cb), (item_removed_cb),
11992         (egg_editable_toolbar_construct),
11993         (egg_editable_toolbar_disconnect_model),
11994         (egg_editable_toolbar_deconstruct),
11995         (egg_editable_toolbar_set_model),
11996         (egg_editable_toolbar_set_ui_manager),
11997         (egg_editable_toolbar_set_property),
11998         (egg_editable_toolbar_get_property),
11999         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
12000         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
12001         (egg_editable_toolbar_new_with_model),
12002         (egg_editable_toolbar_get_edit_mode),
12003         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
12004         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
12005         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
12006         (new_pixbuf_from_widget), (new_separator_pixbuf),
12007         (update_separator_image), (style_set_cb),
12008         (_egg_editable_toolbar_new_separator_image),
12009         (egg_editable_toolbar_get_model):
12010         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
12011         * cut-n-paste/toolbar-editor/egg-marshal.c:
12012         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
12013         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
12014         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
12015         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
12016         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
12017         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
12018         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
12019         (editor_drag_data_delete_cb), (drag_data_get_cb),
12020         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
12021         (editor_create_item), (update_editor_sheet), (setup_editor),
12022         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
12023         (parse_item_list), (model_has_action), (update_actions_list),
12024         (egg_toolbar_editor_load_actions):
12025         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
12026         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
12027         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
12028         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
12029         (toolbars_item_new), (free_toolbar_node), (free_item_node),
12030         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
12031         (egg_toolbars_model_add_separator), (impl_add_item),
12032         (parse_item_list), (egg_toolbars_model_add_toolbar),
12033         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
12034         (impl_get_item_data), (impl_get_item_type),
12035         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
12036         (egg_toolbars_model_init), (free_toolbar),
12037         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
12038         (egg_toolbars_model_remove_toolbar),
12039         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
12040         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
12041         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
12042         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
12043         (egg_toolbars_model_get_item_data),
12044         (egg_toolbars_model_get_item_type):
12045         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
12046         * cut-n-paste/toolbar-editor/eggmarshalers.list:
12047         * data/Makefile.am:
12048         * data/evince-toolbar.xml:
12049         * data/evince-ui.xml:
12050         * data/hand-open.png:
12051         * po/POTFILES.in:
12052         * shell/Makefile.am:
12053         * shell/ev-window.c: (update_chrome_visibility),
12054         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
12055         (ev_window_dispose), (ev_window_init):
12056
12057         Implement epiphany like toolbar editor. Based on patch by
12058         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12059
12060 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12061
12062         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
12063
12064         Use set_cursor instead of set_selection, so that
12065         the keyboard focus moves too.
12066
12067 2005-05-09  Aleksey Kliger <akliger@gmail.com>
12068
12069         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
12070
12071         Fix infinite loop when loading Type1 fonts
12072
12073 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12074
12075         * data/evince-ui.xml:
12076         * shell/ev-window.c:
12077
12078         Slash -> Find
12079
12080 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
12081
12082         * configure.ac:
12083
12084         Make --disable really disable
12085
12086 2005-05-07  Juerg Billeter  <j@bitron.ch>
12087
12088         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
12089
12090         Compare page labels even without has_labels set, fixes setting page
12091         with entry
12092
12093 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
12094
12095         * shell/ev-view.c: (ev_view_create_invisible_cursor),
12096         (ev_view_set_cursor), (ev_view_button_press_event),
12097         (ev_view_motion_notify_event), (ev_view_button_release_event),
12098         (ev_view_init):
12099
12100         Implement middle button scrolling. Based on a patch
12101         by Tommi Komulainen <tommi.komulainen@iki.fi>.
12102
12103 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
12104
12105         * shell/ev-document-types.c: (get_slow_mime_type),
12106         (get_document_type_from_mime), (ev_document_type_lookup):
12107         * shell/ev-document-types.h:
12108
12109         Change api to lookup from uri. Do fast lookup first, if the
12110         type is unknown try with data sniffing.
12111
12112         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
12113         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12114
12115         Adapt to api change
12116
12117 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12118
12119         * thumbnailer/Makefile.am:
12120
12121         Fix distcheck
12122
12123 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12124
12125         * NEWS:
12126         * configure.ac:
12127
12128         Release 0.3.0
12129
12130         * data/evince-ui.xml:
12131
12132         Hide presentation mode for now
12133
12134         * shell/ev-view.c: (highlight_find_results):
12135
12136         Show current find selection only on current page
12137
12138 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12139
12140         * shell/ev-view.c: (ev_view_select_all):
12141
12142         Compute size of the actual page, not of
12143         the current one.
12144
12145 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12146
12147         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
12148         (view_rect_to_doc_rect), (compute_selections),
12149         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
12150         (ev_view_copy), (ev_view_primary_get_cb),
12151         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
12152         (ev_view_button_press_event), (ev_view_motion_notify_event),
12153         (ev_view_button_release_event), (page_changed_cb):
12154
12155         Fix text selection
12156
12157 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
12158
12159         * shell/ev-view.c: (compute_border), (get_page_extents),
12160         (doc_rect_to_view_rect), (highlight_find_results),
12161         (ev_view_bin_expose), (ev_view_select_all),
12162         (ev_view_motion_notify_event), (update_find_status_message),
12163         (jump_to_find_result), (jump_to_find_page):
12164
12165         First go at fixing search, still buggy
12166
12167 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
12168
12169         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
12170         dropdown box and button at the top of the sidebar.
12171
12172 2005-05-02  James Bowes  <bowes@cs.dal.ca>
12173
12174         * configure.ac: Output zoom-control Makefile.
12175         * cut-n-paste/Makefile.am: build zoom-control subdir.
12176         * cut-n-paste/zoom-control/ephy-zoom-action.c:
12177         * cut-n-paste/zoom-control/ephy-zoom-action.h:
12178         * cut-n-paste/zoom-control/ephy-zoom-control.c:
12179         * cut-n-paste/zoom-control/ephy-zoom-control.h:
12180         * cut-n-paste/zoom-control/ephy-zoom.c:
12181         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
12182         from epiphany, and modified to add a separator into the menu.
12183         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
12184         * data/evince-ui.xml: Replace old zoom toolbar actions with new
12185         zoom-control action.
12186         * shell/Makefile.am: Include zoom-control flags.
12187         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
12188         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
12189         (ev_view_zoom_for_size_presentation),
12190         (ev_view_zoom_for_size_continuous_and_dual_page),
12191         (ev_view_zoom_for_size_continuous),
12192         (ev_view_zoom_for_size_dual_page),
12193         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
12194         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
12195         ev_view_get_zoom and ev_view_get_sizing_mode.
12196         * shell/ev-view.h:
12197         * shell/ev-window.c: (update_action_sensitivity),
12198         (update_sizing_buttons), (zoom_control_changed_cb),
12199         (register_custom_actions): Initialize and use the zoom-control 
12200         widget.
12201
12202 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
12203
12204         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
12205         preview cache back to 1.  Don't know when it got set to 0.
12206         
12207         * shell/ev-view.c: (compute_border), (ev_view_realize),
12208         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
12209         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
12210         (ev_view_get_fullscreen), (ev_view_set_presentation),
12211         (ev_view_get_presentation), (ev_view_set_sizing_mode),
12212         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
12213         * shell/ev-view.h:
12214         * shell/ev-window.c:
12215         (update_chrome_visibility),
12216         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12217         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12218         (update_document_mode), (ev_window_update_fullscreen_action),
12219         (ev_window_fullscreen), (ev_window_unfullscreen),
12220         (ev_window_cmd_view_fullscreen),
12221         (ev_window_update_presentation_action),
12222         (ev_window_run_presentation), (ev_window_stop_presentation),
12223         (ev_window_cmd_view_presentation), (ev_window_state_event),
12224         (ev_window_focus_in_event), (ev_window_focus_out_event),
12225         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12226         * data/evince-ui.xml: Initial presentation mode.  We should
12227         probably hide this until it's done, as it's quite rough.  Also,
12228         change full-screen to fullscreen and add two getters to EvView.
12229
12230 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12231
12232         * shell/ev-page-action.c: (update_page_cache),
12233         (ev_page_action_dispose):
12234         * shell/ev-window.c: (destroy_fullscreen_popup),
12235         (ev_window_create_fullscreen_popup):
12236
12237         Use connect_object rather than explicitly
12238         disconnect on dispose.
12239
12240 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12241
12242         * shell/ev-page-action.c: (update_page_cache),
12243         (ev_page_action_dispose):
12244
12245 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12246
12247         * backend/ev-page-cache.c: (_ev_page_cache_new),
12248         (ev_page_cache_set_page_label),
12249         (ev_page_cache_has_nonnumeric_page_labels):
12250         * backend/ev-page-cache.h:
12251         * shell/ev-page-action.c: (update_pages_label):
12252         
12253         If all page labels are numeric, fallback to default
12254         way to display number of pages. See bug 173185.
12255
12256 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12257
12258         * shell/ev-page-action.c: (ev_page_action_dispose):
12259         * shell/ev-view.c: (view_update_range_and_current_page):
12260         * shell/ev-window.c: (ev_window_dispose):
12261         
12262         Set page on scroll in continuous mode. Fixes bug 301986.
12263         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12264
12265 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12266
12267         * configure.ac:
12268
12269         Require poppler 0.3.0
12270
12271 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12272         
12273         * shell/Makefile.am, configure.ac: Fix build problems
12274         with t1lib. Bug 301996.
12275
12276 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12277
12278         * shell/ev-view.c: (ev_view_scroll_event):
12279         
12280         Scroll up increase zoom
12281
12282 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12283
12284         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12285         (ev_view_set_sizing_mode),
12286         (ev_view_zoom_for_size_continuous_and_dual_page),
12287         (ev_view_zoom_for_size_continuous):
12288         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12289         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12290         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12291         (ev_window_init):
12292
12293         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12294         Fix for 165473 and 165472.
12295
12296 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12297
12298         * po/POTFILES.in:
12299         * thumbnailer/Makefile.am:
12300         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12301         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12302         * thumbnailer/evince-thumbnailer.schemas.in:
12303         
12304         Make thumbnailer schemas translatable. Fix for bug 301773
12305         
12306         * thumbnailer/evince-thumbnailer-djvu.schemas:
12307         * thumbnailer/evince-thumbnailer-dvi.schemas:
12308         * thumbnailer/evince-thumbnailer.schemas:
12309
12310         Removed files
12311
12312 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12313
12314         * shell/ev-view.c (ev_view_init): forgot to set this.
12315
12316 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12317
12318         * shell/ev-view.c: (find_page_at_location),
12319         (get_link_at_location),
12320         (ev_view_set_show_border), (ev_view_set_spacing),
12321         (ev_view_zoom_for_size_continuous_and_dual_page),
12322         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12323         Also, add a quick fix measuring of widths.  Also, removed
12324         ev_view_set_spacing and ev_view_set_show_border.
12325         
12326         * shell/ev-window.c: (ev_window_unfullscreen),
12327         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12328
12329 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12330
12331         * shell/ev-view.c: (view_update_range_and_current_page),
12332         (page_changed_cb):
12333         
12334         Fix crash on exit and scrolling to page in continuous view.
12335
12336 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12337
12338         * TODO:
12339         * backend/ev-page-cache.c: (_ev_page_cache_new),
12340         (ev_page_cache_get_max_width_size),
12341         (ev_page_cache_get_max_height_size):
12342         * backend/ev-page-cache.h:
12343         * data/evince-ui.xml:
12344         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12345         * shell/ev-view.c: (view_update_adjustments),
12346         (view_update_range_and_current_page), (get_bounding_box_size),
12347         (ev_view_size_request_continuous_and_dual_page),
12348         (ev_view_size_request_continuous),
12349         (ev_view_size_request_dual_page),
12350         (ev_view_size_request_single_page), (ev_view_size_request),
12351         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12352         (ev_view_bin_expose), (ev_view_expose_event),
12353         (ev_view_set_property), (ev_view_get_property),
12354         (ev_view_class_init), (ev_view_init), (ev_view_new),
12355         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12356         (ev_view_set_dual_page), (ev_view_set_full_screen),
12357         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12358         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12359         (ev_view_zoom_out), (zoom_for_size_fit_width),
12360         (zoom_for_size_best_fit),
12361         (ev_view_zoom_for_size_continuous_and_dual_page),
12362         (ev_view_zoom_for_size_continuous),
12363         (ev_view_zoom_for_size_dual_page),
12364         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12365         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12366         * shell/ev-view.h:
12367         * shell/ev-window.c: (update_action_sensitivity),
12368         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12369         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12370         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12371         (ev_window_cmd_view_zoom_out), (update_view_size),
12372         (ev_window_set_sizing_mode), (ev_window_init):
12373
12374         Add Continuous and Dual page modes.
12375
12376 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12377
12378         * dvi/dvi-document.c: (dvi_document_load),
12379         (dvi_document_thumbnails_get_thumbnail),
12380         (dvi_document_init_params): Fix up some mixups between
12381         width and height to correct thumbnail rendering.
12382
12383 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12384
12385         * dvi/mdvi-lib/private.h:
12386         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12387         
12388         Suppess output for kpathsea during font generation. Thanks to
12389         James Bowes
12390
12391 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12392
12393         * NEWS:
12394         * configure.ac:
12395
12396         Release 0.2.1
12397
12398         * Makefile.am: fix distcheck.
12399
12400 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12401
12402         * shell/ev-sidebar-links.c: (selection_changed_callback),
12403         (update_page_callback), (row_activated_callback),
12404         (job_finished_callback), (ev_sidebar_links_set_document):
12405         
12406         Fix for bug #169901. Double click on links expands tree.
12407
12408 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12409
12410         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12411         hard-coded style. Fix for bug 170111
12412
12413 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12414
12415         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12416         locking.
12417
12418 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12419
12420         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12421
12422 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12423
12424         * pdf/ev-poppler.cc:
12425         * shell/ev-view.c: (highlight_find_results):
12426
12427         Fix find on single page documents
12428
12429 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12430
12431         * data/evince.schemas.in: fix for bug 301390
12432
12433 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12434
12435         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12436         (ev_view_zoom_out), (ev_view_zoom_normal):
12437         * shell/ev-view.h:
12438         * shell/ev-window.c: (update_action_sensitivity),
12439         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12440         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12441         (ev_window_cmd_view_normal_size):
12442
12443         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12444         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12445         better than oom. 
12446
12447 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12448
12449         * configure.ac:
12450
12451         Depend on 2.57, 2.59 doesnt seem to be necessary
12452
12453 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12454
12455         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12456         (create_tool_item):
12457
12458         Put back total number of pages as (1 of 1234)
12459
12460 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12461
12462         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12463         remove the job.
12464
12465         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12466         function.  This helps debugging.
12467
12468 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12469
12470         * djvu/djvu-document.c: (djvu_document_class_init),
12471         (djvu_document_get_info), (djvu_document_document_iface_init):
12472         * dvi/dvi-document.c: (dvi_document_class_init),
12473         (dvi_document_get_info), (dvi_document_document_iface_init):
12474
12475         Dummy implementation of get_info method for dvi and
12476         djvu. Fix crashes with those backends
12477
12478 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12479
12480         * data/evince.desktop.in:
12481
12482         Add application/x-gzpostscript
12483
12484 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12485
12486         * data/evince.schemas.in: Added real long descriptions, 
12487         closes bug 172496 
12488
12489         * README: Added actual text, closes bug 171869
12490
12491 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12492
12493         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12494
12495         Thumbnail page 0
12496
12497 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12498
12499         * backend/ev-document-info.h:
12500
12501         s/GDate */GDate so we can just use g_free
12502
12503 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12504
12505         * shell/ev-window.c: (update_document_mode),
12506         (ev_window_setup_document):
12507
12508         Show the window in fullscreen when specified by
12509         the document
12510
12511 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12512
12513         * backend/ev-document.c: (ev_document_class_init),
12514         (ev_document_get_info), (ev_document_render_pixbuf):
12515         * backend/ev-document.h:
12516         * backend/ev-page-cache.c: (_ev_page_cache_new):
12517         * pdf/ev-poppler.cc:
12518         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12519         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12520         * ps/ps-document.c: (ps_document_class_init), (document_load),
12521         (ps_document_get_info), (ps_document_document_iface_init):
12522
12523         Remove get_title from the interface, we can just use document info
12524
12525 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12526
12527         * backend/Makefile.am:
12528         * backend/ev-document.c: (ev_document_render_get_info):
12529         * backend/ev-document.h:
12530         * pdf/ev-poppler.cc:
12531
12532         Initial support for document info. Based on jrb patch.
12533
12534 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12535
12536         * shell/ev-window.c: (ev_window_state_event),
12537         (ev_window_class_init), (ev_window_init):
12538         
12539         Doesn't show resize grip when maximized. See bug #301053
12540
12541 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12542
12543         * po/POTFILES.in:
12544         
12545         ev-sidebar-thumbnails now has translatable labels
12546         
12547         * shell/Makefile.am:
12548         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12549         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12550         (ev_sidebar_links_page_iface_init):
12551         * shell/ev-sidebar-links.h:
12552         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12553         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12554         (ev_sidebar_page_get_label):
12555         * shell/ev-sidebar-page.h:
12556         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12557         (ev_sidebar_thumbnails_set_document),
12558         (ev_sidebar_thumbnails_support_document),
12559         (ev_sidebar_thumbnails_get_label),
12560         (ev_sidebar_thumbnails_page_iface_init):
12561         * shell/ev-sidebar-thumbnails.h:
12562         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12563         (ev_sidebar_set_document):
12564         * shell/ev-sidebar.h:
12565         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12566         
12567         Small rework of sidebar code. Now sidebar pages should implement
12568         EvSidebarPage interface. That makes page management in EvSidebar
12569         easier. See bug #164811 for details
12570
12571 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12572
12573         * shell/ev-application.c: (ev_application_open):
12574         * shell/ev-document-types.c:
12575         
12576         Fix build error and small problem with application exit
12577
12578 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12579
12580         * thumbnailer/Makefile.am:
12581         * thumbnailer/evince-thumbnailer-djvu.schemas:
12582         * thumbnailer/evince-thumbnailer-dvi.schemas:
12583         
12584         Conditionally install schemas for djvu/dvi thumbnailer
12585
12586 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12587
12588         * shell/ev-document-types.h: 
12589         * shell/ev-document-types.c: 
12590         New files, handling the mapping from mimetypes to backends
12591         
12592         * shell/ev-window.c: 
12593         * thumbnailer/evince-thumbnailer.c:     
12594         Use the ev-document-types code
12595         
12596         * shell/Makefile.am: 
12597         Added new convenience library libevbackendfactory_la, containing
12598         the new mimetype->backend logic; moved the backends into it.
12599
12600         * thumbnailer/Makefile.am:
12601         Make the thumbnailer link with the libevbackend.la convenience
12602         library, rather than having a duplicate of the backend logic here.
12603
12604 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12605
12606         * shell/ev-stock-icons.c: constify some vars.
12607         * shell/ev-window.c: ditto.
12608
12609 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12610
12611         * ps/ps-document.c (get_page_orientation):
12612
12613         Respect document orientation 
12614
12615 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12616
12617         * djvu/Makefile.am:
12618         * dvi/Makefile.am:
12619         * shell/Makefile.am:
12620         
12621         Move library dependencies to components.
12622         
12623         * shell/ev-window.c: (update_window_title),
12624         (start_loading_document):
12625         
12626         Fix display of uris with spaces. Bug 168358.
12627
12628 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12629
12630         * shell/ev-sidebar-links.c: (selection_changed_cb):
12631         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12632         (ev_view_button_release_event), (ev_view_set_document):
12633         * shell/ev-view.h:
12634         * shell/ev-window.c: (find_bar_search_changed_cb):
12635         * shell/ev-window.h: Minor cleanups removing some dead code.
12636
12637 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12638
12639         * backend/ev-page-cache.c: (_ev_page_cache_new):
12640         
12641         Set current page to 0 if document has pages.
12642
12643 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12644
12645         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12646
12647         Initialize GError to NULL, fix a crash when loading fails.
12648
12649 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12650
12651         * shell/ev-window.c: (update_view_size):
12652
12653         Calculate shadow size only when there is actually
12654         a shadow.
12655
12656 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12657
12658         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12659         * shell/ev-view.h:
12660
12661         Allow setting view spacing, default to 0
12662
12663         * shell/ev-window.c: (ev_window_unfullscreen),
12664         (ev_window_cmd_view_fullscreen), (ev_window_init):
12665
12666         Remove spacing in fullscreen mode
12667
12668 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12669
12670         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12671         (ev_view_size_request), (expose_bin_window),
12672         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12673         * shell/ev-view.h:
12674         * shell/ev-window.c: (ev_window_unfullscreen),
12675         (ev_window_cmd_view_fullscreen):
12676
12677         Do not draw the border in fulscreen
12678
12679 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12680
12681         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12682         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12683         (find_page_at_location), (page_changed_cb):
12684
12685         Rework border calculation, so that I can more easily disable it.
12686         Code somewhat cleaner too.
12687
12688 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12689
12690         * backend/ev-page-cache.c: (ev_page_cache_init),
12691         (_ev_page_cache_new):
12692
12693         Remove some assertions, documents can have 0 pages.
12694         Make initial current page -1.
12695
12696         * shell/ev-page-action.c: (page_changed_cb):
12697
12698         Show "" if current page is -1
12699
12700         * shell/ev-window.c: (update_action_sensitivity),
12701         (ev_window_setup_document):
12702
12703         When document has 0 pages do not set the view
12704         and make nearly everything insensitive.
12705
12706 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12707
12708         * shell/ev-page-view.c:
12709         * shell/ev-page-view.h:
12710
12711         Remove unused files.
12712         
12713         * shell/ev-sidebar-thumbnails.c:
12714         (ev_sidebar_thumbnails_set_document):
12715         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12716         (ev_sidebar_supports_document):
12717         * shell/ev-sidebar.h:
12718         * shell/ev-window.c: (ev_window_setup_document):
12719         
12720         Doesn't show thumbnails if document has 1 page. Make
12721         sidebar menu entries sensitive only if if they have 
12722         sense. Fix bug 164811. 
12723
12724 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12725
12726         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12727         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12728         (ev_view_zoom_out), (ev_view_set_size):
12729
12730         Rework sizing to deal with documents with not uniform page
12731         size.
12732
12733 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12734
12735         * backend/ev-page-cache.c: (_ev_page_cache_new):
12736
12737         Fix several page size caching bugs
12738
12739 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12740
12741         * shell/ev-window.c: (set_action_properties):
12742
12743         Make all toolbar items translatable
12744
12745 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12746
12747         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12748         (save_page_list), (ps_document_save),
12749         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12750         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12751         (ps_document_ps_exporter_iface_init):
12752         * ps/ps-document.h:
12753
12754         Based on a patch by J�rg Billeter <j@bitron.ch>
12755         
12756         Implement print and save a copy for the ps backend.
12757
12758 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12759
12760         * backend/ev-document.h:
12761         * djvu/djvu-document.c: (djvu_document_can_get_text),
12762         (djvu_document_document_iface_init):
12763         * dvi/dvi-document.c: (dvi_document_can_get_text),
12764         (dvi_document_document_iface_init):
12765         * pdf/ev-poppler.cc:
12766         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12767         (pixbuf_document_document_iface_init):
12768         * ps/ps-document.c: (ps_document_can_get_text),
12769         (ps_document_document_iface_init):
12770         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12771         * shell/ev-window.c: (update_action_sensitivity):
12772
12773         Fix the crash when trying to copy in backends that doesnt
12774         support it. We can implement a better solution once we
12775         do real text selection.
12776
12777 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12778
12779         * data/evince-ui.xml:
12780         * shell/ev-window.c: (ev_window_cmd_escape):
12781         
12782         Work around the Escape conflict (find bar and unfullscreen)
12783
12784 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12785
12786         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12787         
12788         Fix for #300233. Next page correctly handles document end.
12789         
12790         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12791         (ev_sidebar_thumbnails_class_init),
12792         (ev_sidebar_thumbnails_set_document),
12793         (ev_sidebar_thumbnails_clear_job),
12794         (ev_sidebar_thumbnails_clear_model):
12795         
12796         Cleanup thumbnail jobs on document changes.
12797         
12798         * shell/ev-view.c: (add_scroll_binding_keypad),
12799         (add_scroll_binding_shifted), (ev_view_class_init):
12800         
12801         Shift + Space scrolls up. Fix for #173184
12802         
12803         * shell/ev-window.c: (ev_window_open_page),
12804         (ev_window_cmd_view_reload):
12805         
12806         Fix reload (Bug #300094)
12807
12808 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12809
12810         
12811         * dvi/mdvi-lib/assoc.c:
12812         * dvi/mdvi-lib/assoc.h: Removed garbage files
12813         
12814         * dvi/mdvi-lib/bitmap.c:
12815         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12816         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12817         * dvi/mdvi-lib/color.h: Antialias of rules
12818         
12819         * dvi/mdvi-lib/common.h:
12820         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12821         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12822         * dvi/mdvi-lib/files.c:
12823         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12824         * dvi/mdvi-lib/mdvi.h:
12825         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12826         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12827         * dvi/mdvi-lib/util.c: Fix compile warnings
12828         
12829         * dvi/dvi-document.c:
12830         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12831         (dvi_document_thumbnails_get_thumbnail),
12832         (dvi_document_document_thumbnails_iface_init):
12833         * dvi/mdvi-lib/Makefile.am:
12834         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12835         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12836         
12837         Dvi backend now renders thumbnails
12838
12839 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12840
12841         * shell/main.c: (main): 
12842         
12843         Save accelerators on exit. Fixes bug #172095.
12844
12845 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12846
12847         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12848         update priority" comment.
12849
12850         * backend/ev-job-queue.c: Give a way to change priority.
12851
12852 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12853
12854         * shell/ev-page-action.c: Fix logic.
12855
12856 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12857
12858         * shell/ev-view.c: (ev_view_can_find_next):
12859         * shell/ev-window.c: (ev_window_setup_document):
12860
12861         Check that the document supports find
12862
12863 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12864
12865         * data/evince-ui.xml:
12866         * shell/ev-view.c: (ev_view_can_find_next):
12867         * shell/ev-view.h:
12868         * shell/ev-window.c: (update_action_sensitivity),
12869         (find_changed_cb), (ev_window_setup_document),
12870         (ev_window_cmd_edit_find_next):
12871
12872         Add Edit->Find Next
12873
12874 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12875
12876         * pdf/ev-poppler.cc:
12877         * shell/ev-print-job.c: (idle_print_handler):
12878
12879         Make printing work again
12880
12881 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12882
12883         * shell/ev-page-action.h:
12884         * shell/ev-page-action.c: (ev_page_action_widget_init),
12885         (ev_page_action_widget_class_init), (page_changed_cb),
12886         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12887         (get_filter_model_from_model), (match_selected_cb),
12888         (display_completion_text), (match_completion), (update_model),
12889         (connect_proxy), (ev_page_action_set_property),
12890         (ev_page_action_get_property), (ev_page_action_set_document),
12891         (ev_page_action_set_model), (ev_page_action_class_init): Big
12892         reworking to make completions work iff we have >= GTK-2.7.0
12893                 
12894         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12895         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12896         (job_finished_cb): We now have a 'model' property that is set when
12897         the links are loaded.  This can be caught with "notify::model"
12898
12899         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12900         listen for the model to be set, and propagate it to the action.
12901
12902 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12903
12904         * cut-n-paste/recent-files/egg-recent-item.c:
12905         (egg_recent_item_set_uri), (make_valid_utf8),
12906         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12907         * cut-n-paste/recent-files/egg-recent-item.h:
12908         
12909         Update egg-recent from libegg. This should fix long
12910         startup problem. For details see
12911         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12912
12913 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12914
12915         * cut-n-paste/recent-files/Makefile.am:
12916         * data/evince-ui.xml, shell/Makefile.am:
12917         * shell/ev-application.c, shell/ev-application.h:
12918         * shell/ev-window.c: Recent files support.
12919         
12920         * configure.ac: Added "ru" to ALL_LINGUAS.
12921         
12922         * dvju: new backend to support DJVU files.
12923         * dvi: new backend to support DVI.
12924
12925         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12926         * ev-application.c: Support for new backends.
12927         
12928         * help, ev-window.c, main.c shell/Makefile.am: 
12929         Evince user documentation.
12930
12931 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12932
12933         * po/POTFILES.in:
12934         * shell/ev-window.c:
12935         * thumbnailer/evince-thumbnailer.c:
12936
12937         s/pdf-document/ev-poppler
12938
12939 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12940
12941         * NEWS:
12942         * configure.ac:
12943
12944         Release 0.2.0
12945
12946         * ps/ps-document.c: (setup_pixmap):
12947
12948         Remove debug code
12949
12950 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12951
12952         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12953         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12954         (ev_window_cmd_go_first_page): Fix of by one errors.
12955
12956 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12957
12958         * ps/ps-document.c: (get_page_box):
12959
12960         Fix page size calculation
12961
12962 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12963
12964         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12965         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12966         (get_page_orientation), (setup_page), (document_load),
12967         (ps_document_get_page_size), (render_pixbuf_idle):
12968         * ps/ps-document.h:
12969
12970         More refactoring to adapt to EvDocument changes
12971
12972 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12973
12974         * ps/ps-document.c: (start_interpreter):
12975
12976         Actually add alpha args
12977
12978 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12979
12980         * pdf/ev-poppler.cc:
12981
12982         Make clipboard work again
12983
12984 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12985
12986         Make searching work again.
12987         
12988         * backend/ev-document.c:
12989         * backend/ev-document.h:
12990         * backend/ev-document-find.c:
12991         * backend/ev-document-find.h: Change EvDocumentIface so we no
12992         longer store the current page or zoom level in the document.  The
12993         consequence is that all calls that operate on the current page now
12994         instead take the page number as an extra argument, and all
12995         coordinates are now doubles in document coordinate system.
12996
12997         * pdf/ev-poppler.cc:
12998         * pixbuf/pixbuf-document.c:
12999         * ps/ps-document.c: Update backends accordingly.
13000
13001 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
13002
13003         * autogen.sh:
13004
13005         Add required gettext version
13006
13007 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
13008
13009         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
13010         make F1 bring up non-existent help.
13011
13012         * shell/eggfindbar.c: Patch from Christian Persch to sync to
13013         epiphany's find bar, #167477
13014
13015         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
13016         <emil@nishra.com> to add space-bar scrolling, 
13017
13018         * shell/ev-window.c (static GtkActionEntry entries): add default
13019         keybinding for Help (F1)
13020         Fixes #171068
13021
13022         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
13023         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
13024         170110
13025
13026 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
13027
13028         * Makefile.am: 
13029         * pixbuf/pixbuf-document.c: 
13030
13031         Got pixbuf backend working again
13032
13033 2005-04-01  Steve Murphy  <murf@e-tools.com>
13034
13035         * configure.in: Added "rw" to ALL_LINGUAS.
13036
13037 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
13038
13039         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
13040         model types, noticed by Martin Kretzschmar.
13041
13042 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
13043
13044         * pdf/ev-poppler.cc: Implement search based on
13045         poppler_page_find_text().  Currently a bit crude since we remember
13046         all matches from all pages.  Also, we grab the big document lock
13047         when we search since searching changes the underlying stream and
13048         thus conflicts with the rendering thread.
13049         
13050         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13051         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
13052         (ev_view_find_previous): Fix some page indexes to be 0 based,
13053         offset rubber band by view offset,
13054
13055 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
13056
13057         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
13058
13059 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
13060
13061         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
13062         completely because I didn't understand GtkActions.  I should
13063         read Marco's code more carefully in the future.
13064
13065         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
13066         function
13067
13068 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
13069
13070         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
13071         PopplerRectangle change from poppler CVS.
13072
13073 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
13074
13075         * backend/ev-document.c: (ev_document_get_page_label):
13076         * backend/ev-document.h:
13077         * backend/ev-page-cache.c: (_ev_page_cache_new),
13078         (ev_page_cache_get_page_label):
13079         * backend/ev-page-cache.h:
13080         * pdf/ev-poppler.cc:
13081         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
13082         (links_page_num_func):
13083         * shell/ev-sidebar-thumbnails.c:
13084         (ev_sidebar_thumbnails_set_document):
13085         * shell/ev-view.c: (status_message_from_link),
13086         (ev_view_motion_notify_event):
13087         * shell/ev-window.c: (document_supports_sidebar): Add in page
13088         label support.  It's not perfect yet, but it's the first 'feature'
13089         in a while.
13090         Also, fix a bogus comment noticed by crispin. 
13091
13092 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
13093
13094         * Makefile.am: Remove pixbuf backend for now
13095
13096         * configure.ac: Require poppler-glib instead of just poppler.
13097
13098         * backend/ev-document-thumbnails.h: Add a comment
13099
13100         * backend/ev-document.h:
13101         * backend/ev-document.c: (ev_document_class_init),
13102         (ev_document_load), (ev_document_get_link),
13103         (ev_document_get_links): Remove 3 methods and add get_links.
13104         Also, made 0 based.
13105
13106         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
13107         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
13108
13109         * backend/ev-link.c: (ev_link_set_title),
13110         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
13111         (ev_link_mapping_find):
13112         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
13113         
13114         * backend/ev-page-cache.c: (ev_page_cache_init),
13115         (_ev_page_cache_new), (ev_page_cache_set_current_page),
13116         (ev_page_cache_get_size), (ev_page_cache_next_page),
13117         (ev_page_cache_prev_page): Fix to be 0 based.
13118
13119         * pdf/Makefile.am: 
13120         * pdf/ev-poppler.h:
13121         * pdf/ev-poppler.cc: New backend.
13122         
13123         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
13124         (ps_document_get_page), (ps_document_document_iface_init):
13125
13126         * shell/ev-pixbuf-cache.h:
13127         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13128         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
13129         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
13130         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
13131         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
13132         Fix up code to grab a page cache per each doc.  Also, fix to be 0
13133         based.
13134         
13135         * shell/ev-sidebar-thumbnails.c:
13136         (ev_sidebar_tree_selection_changed), (page_changed_cb),
13137         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
13138
13139         * shell/ev-view.c: (status_message_from_link),
13140         (find_page_at_location), (get_link_at_location),
13141         (ev_view_motion_notify_event), (ev_view_button_release_event),
13142         (ev_view_init): Use the new link code.  Fix to be 0 based.
13143
13144         * shell/ev-window.c: (update_action_sensitivity),
13145         (document_supports_sidebar): 0 based.
13146
13147 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
13148
13149         * pdf/pdf-document.cc: Patch from Fernando Herrera
13150         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
13151         *blush*
13152
13153 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
13154
13155         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
13156         1 to the page, as this seems to be 1 based.  I thought we has this
13157         fixed.  grump.
13158
13159 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
13160
13161         * TODO:
13162         * backend/Makefile.am:
13163         * backend/ev-document-links.c:
13164         (ev_document_links_has_document_links),
13165         (ev_document_links_get_links_model):
13166         * backend/ev-document-links.h:
13167         * backend/ev-document.c: (ev_document_get_page_cache),
13168         (ev_document_get_doc_mutex), (ev_document_load),
13169         (ev_document_save), (ev_document_get_title),
13170         (ev_document_get_n_pages), (ev_document_set_page),
13171         (ev_document_get_page), (ev_document_set_target),
13172         (ev_document_set_scale), (ev_document_set_page_offset),
13173         (ev_document_get_page_size), (ev_document_get_text),
13174         (ev_document_get_link), (ev_document_render),
13175         (ev_document_render_pixbuf), (ev_document_scale_changed):
13176         * backend/ev-document.h:
13177         * backend/ev-job-queue.c: (remove_object_from_queue),
13178         (notify_finished), (handle_job), (search_for_jobs_unlocked),
13179         (no_jobs_available_unlocked), (ev_render_thread),
13180         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
13181         (ev_job_queue_remove_job):
13182         * backend/ev-job-queue.h:
13183         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
13184         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
13185         (ev_job_links_class_init), (ev_job_render_init),
13186         (ev_job_render_dispose), (ev_job_render_class_init),
13187         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
13188         (ev_job_thumbnail_class_init), (ev_job_finished),
13189         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
13190         (ev_job_render_run), (ev_job_thumbnail_new),
13191         (ev_job_thumbnail_run):
13192         * backend/ev-jobs.h:
13193         * backend/ev-link.c:
13194         * backend/ev-link.h:
13195         * backend/ev-page-cache.c: (ev_page_cache_init),
13196         (ev_page_cache_class_init), (ev_page_cache_finalize),
13197         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
13198         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
13199         (ev_page_cache_set_link), (ev_page_cache_get_title),
13200         (ev_page_cache_get_size), (ev_page_cache_next_page),
13201         (ev_page_cache_prev_page):
13202         * backend/ev-page-cache.h:
13203         * pdf/pdf-document.cc:
13204         * ps/gsdefaults.c:
13205         * ps/gsdefaults.h:
13206         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13207         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
13208         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
13209         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
13210         (is_interpreter_ready), (output), (catchPipe), (input),
13211         (start_interpreter), (check_filecompressed), (compute_dimensions),
13212         (ps_document_enable_interpreter), (document_load),
13213         (ps_document_next_page), (render_page), (ps_document_set_page),
13214         (ps_document_set_scale), (render_pixbuf_idle),
13215         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13216         * ps/ps-document.h:
13217         * shell/Makefile.am:
13218         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13219         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13220         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13221         (ev_pixbuf_cache_new), (job_finished_cb),
13222         (check_job_size_and_unref), (move_one_job),
13223         (ev_pixbuf_cache_update_range), (find_job_cache),
13224         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13225         (ev_pixbuf_cache_add_jobs_if_needed),
13226         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13227         * shell/ev-pixbuf-cache.h:
13228         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13229         (idle_print_handler):
13230         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13231         (selection_changed_cb), (create_loading_model),
13232         (ev_sidebar_links_construct), (links_page_num_func),
13233         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13234         (update_page_callback), (job_finished_cb),
13235         (ev_sidebar_links_set_document):
13236         * shell/ev-sidebar-thumbnails.c:
13237         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13238         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13239         (page_changed_cb), (thumbnail_job_completed_callback),
13240         (ev_sidebar_thumbnails_set_document):
13241         * shell/ev-sidebar-thumbnails.h:
13242         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13243         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13244         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13245         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13246         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13247         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13248         (ev_view_button_release_event), (ev_view_scroll_view),
13249         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13250         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13251         (ev_view_new), (job_finished_cb), (page_changed_cb),
13252         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13253         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13254         (ev_view_find_previous):
13255         * shell/ev-view.h:
13256         * shell/ev-window.c: (update_action_sensitivity),
13257         (ev_window_open_page), (update_window_title), (update_total_pages),
13258         (page_changed_cb), (ev_window_setup_document),
13259         (password_dialog_response), (ev_window_cmd_save_as),
13260         (ev_window_print), (ev_window_cmd_go_previous_page),
13261         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13262         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13263         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13264         * shell/main.c: (main):
13265
13266         Merge evince-threads branch
13267
13268 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13269
13270         * configure.ac: Added "lt" to ALL_LINGUAS.
13271
13272 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13273
13274         * NEWS:
13275         * configure.ac:
13276
13277         Release 0.1.9
13278
13279 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13280
13281         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13282
13283         Fix here also the thumbnails 1-basedness :)
13284
13285 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13286
13287         * NEWS:
13288         * configure.ac:
13289
13290         Release 0.1.8
13291
13292 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13293
13294         * pdf/pdf-document.cc:
13295         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13296         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13297
13298         Fix the mess we did with thumbnails and 1-basedness
13299
13300 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13301
13302         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13303
13304 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * NEWS:
13307         * configure.ac:
13308
13309         Release 0.1.7
13310
13311 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13312
13313         * ps/Makefile.am:
13314         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13315         (gtk_gs_defaults_get_alpha_parameters),
13316         (gtk_gs_defaults_get_ungzip_cmd),
13317         (gtk_gs_defaults_get_unbzip2_cmd):
13318         * ps/gsdefaults.h:
13319         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13320         (ps_document_get_orientation), (document_load),
13321         (ps_document_goto_page), (ps_document_set_page_size):
13322         * ps/ps-document.h:
13323
13324         Some more sanitization of the ps backend. Remove a lot
13325         of unused code and do not base our defaults on ggv
13326         preferences (ugh!)
13327
13328 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13329
13330         * thumbnailer/evince-thumbnailer.schemas:
13331         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13332         (main): add -s option for thumbnail size.
13333
13334 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13335
13336         * configure.ac:
13337
13338         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13339         remove it.
13340
13341 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13342
13343         * pdf/pdf-document.cc:
13344
13345         Remove 4 pixels of useless border from the
13346         thumbnail.
13347
13348 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13349
13350         * backend/ev-document-thumbnails.c:
13351         (ev_document_thumbnails_get_thumbnail):
13352         * backend/ev-document-thumbnails.h:
13353
13354         Rework API a bit. Add a border flag and
13355         change sizing logic (now the size we specify
13356         applies to the bigger dimension).
13357
13358         * pdf/pdf-document.cc:
13359         * pixbuf/pixbuf-document.c:
13360         (pixbuf_document_thumbnails_get_thumbnail):
13361         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13362         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13363
13364         Adapt to the new API and do not draw a border for nautilus
13365         thumbnailer.
13366
13367 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13368
13369         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13370         take thumbnails from page "0" instead of "1". Added a copyright header.
13371
13372 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13373
13374         * ps/ps-document.c: (set_up_page), (start_interpreter):
13375
13376         Make it C89 compliant
13377
13378 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13379
13380         * Makefile.am:
13381         * configure.ac:
13382         * pdf/.cvsignore:
13383         * pdf/pdf-document.cc:
13384         * thumbnailer/Makefile.am:
13385         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13386         (main):
13387         * thumbnailer/evince-thumbnailer.schemas:
13388         * thumbnailer/pdf-icon.png:
13389
13390         Add a nautilus thumbnailer.
13391         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13392
13393 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13394
13395         * NEWS:
13396         * configure.ac:
13397         * po/POTFILES.in:
13398
13399         Release 0.1.6
13400
13401 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13402
13403         Use poppler instead of including xpdf source code.  Poppler is a
13404         fork of xpdf to build it as a shared library. See
13405         http://freedesktop.org/wiki/Software/poppler.
13406
13407         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13408         xpdf fork.
13409         
13410         * pdf/Makefile.am: Build libpdfdocument.a here.
13411         
13412         * pdf/GDKSplashOutputDev.cc:
13413         * pdf/GDKSplashOutputDev.h:
13414         * pdf/GnomeVFSStream.cc:
13415         * pdf/GnomeVFSStream.h:
13416         * pdf-document.cc:
13417         * pdf-document.h:
13418         * test-gdk-output-dev.cc
13419         * Thumb.cc:
13420         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13421         against poppler.
13422
13423 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13424
13425         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13426
13427         Clear idle stack before unsetting the document
13428
13429 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13430
13431         * ps/ps-document.c: (ps_document_widget_event),
13432         (ps_document_set_target), (ps_document_finalize),
13433         (ps_document_get_page):
13434
13435         Disconnect the widget event signal on finalize.
13436         Some code cleanups.
13437
13438 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13439
13440         * ps/ps-document.c: (set_up_page):
13441
13442         If there is no bpixmap create one, even if size
13443         is not changed.
13444
13445 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13446
13447         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13448         (set_up_page), (document_load), (ps_document_set_zoom):
13449
13450         Default page is 0. Calculate size even when we have no
13451         target yet.
13452
13453 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13454
13455         * shell/ev-sidebar.c: expand the selection widget to be always as
13456         wide as the sidebar
13457
13458 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13459
13460         * shell/ev-sidebar-thumbnails.c:
13461         (ev_sidebar_thumbnails_set_document):
13462
13463         Clear the list store when setting document
13464
13465 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13466
13467         * shell/ev-page-action.c: (update_entry), (sync_entry),
13468         (activate_cb), (entry_size_request_cb), (create_tool_item),
13469         (connect_proxy):
13470
13471         Use an entry for the page control instead of spinbuttons
13472
13473 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13474
13475         * data/evince.schemas.in:
13476
13477         Correct confusing string
13478
13479 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13480
13481         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13482         for real.  Gosh, how long has this been broken.
13483
13484         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13485         check for a NULL link.  We crash otherwise.
13486
13487 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13488
13489         * NEWS:
13490         * configure.ac:
13491
13492         Release 0.1.5
13493
13494 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13495
13496         * configure.ac: add the french translation.
13497
13498 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13499
13500         * shell/ev-window.c:
13501
13502         Remove unused header -> fix distcheck
13503
13504 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13505
13506         * shell/ev-window.c: (update_window_title),
13507         (ev_window_popup_password_dialog):
13508
13509         Unescape filename for display
13510
13511 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13512
13513         * pdf/xpdf/pdf-document.cc:
13514
13515         In get_page_size deal with rotation. Also
13516         cleanup the function a bit.
13517
13518 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13519
13520         * pdf/xpdf/pdf-document.cc:
13521
13522         Fix crash when opening in new window
13523
13524 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13525
13526         * configure.ac:
13527
13528         Check ghostscript >= 7
13529
13530 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13531
13532         * shell/ev-window.c:
13533
13534         Make page width the default sizing mode
13535
13536 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13537         Marco Pesenti Gritti <marco@gnome.org>
13538
13539         * shell/ev-window.c: Remember the sidebar size
13540
13541         * data/evince.schemas.in: Add a new gconf key to store the size of
13542         the sidebar
13543
13544 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13545
13546         * data/evince-ui.xml:
13547         * shell/ev-window.c: (update_action_sensitivity),
13548         (ev_window_cmd_view_reload):
13549         
13550         Add a "Reload" action and menu entry
13551
13552 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13553
13554         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13555         iff the type doesn't support thumbnailing and indexing.
13556
13557 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13558
13559         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13560
13561 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13562
13563         * pdf/splash/Splash.cc:
13564
13565         Port fix for a crasher from kde bug
13566         http://bugs.kde.org/show_bug.cgi?id=97131
13567
13568 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13569
13570         * pdf/xpdf/pdf-document.cc:
13571
13572         Return a link even if it's of an unrecognized
13573         type. Otherwise we go in an infinte cycle.
13574
13575 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13576
13577         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13578         (size_allocate_cb), (ev_window_set_sizing_mode):
13579
13580         Update size when switching mode
13581
13582 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13583
13584         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13585         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13586         (ev_window_cmd_view_normal_size):
13587
13588         Fix size toggle buttons behavior
13589
13590 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13591
13592         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13593         (doc_rect_to_view_rect), (ev_view_size_allocate),
13594         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13595         (scale_changed_callback):
13596
13597         Do not cache offsets in size_allocate.
13598
13599 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13600
13601         * shell/ev-view.c: (ev_view_size_allocate):
13602
13603         Calculate offsets before calling the parent
13604         class (which does a redraw)
13605
13606 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13607
13608         * pdf/xpdf/pdf-document.cc:
13609
13610         Fix a crasher on exit. Unused code, put a TODO
13611
13612 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13613
13614         * backend/ev-document.c: (ev_document_class_init),
13615         (ev_document_page_changed), (ev_document_scale_changed):
13616         * backend/ev-document.h:
13617
13618         Separate page/scale notifications
13619
13620         * pdf/xpdf/pdf-document.cc:
13621
13622         Emit the new signals.
13623         Do not display the pdf page in _render, do it
13624         when scale/page are requested.
13625
13626         * ps/ps-document.c: (ps_document_set_zoom),
13627         (ps_document_widget_event):
13628         * ps/ps-document.h:
13629
13630         Emit the new signals.
13631
13632         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13633         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13634         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13635         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13636         * shell/ev-view.h:
13637         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13638         (ev_window_cmd_view_page_width), (size_allocate_cb),
13639         (ev_window_set_sizing_mode):
13640
13641         Rework sizing to be pixel based.
13642         There are bugs but should be already way better.
13643
13644 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13645
13646         * shell/ev-window.c: (ev_window_init):
13647
13648         Do not allow to shrink sidebar smaller then
13649         child requisition
13650
13651 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13652
13653         * shell/ev-sidebar.[ch]
13654         * shell/ev-window.c:
13655
13656         Improved sidebar widget. Fixes #166683
13657
13658 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13659
13660         * shell/ev-view.c (update_find_status_message): Give translators
13661         more flexibility with ngettext plural handling.
13662
13663 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13664
13665         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13666         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13667         page when we get the page size.
13668
13669 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13672
13673         ps pages are 0 based, convert 
13674
13675 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13678
13679         Initialize correct parent class. Set GError on document load
13680
13681 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13682
13683         * pdf/xpdf/pdf-document.cc:
13684
13685         Fixup selection offset calculation
13686
13687         * shell/ev-view.c: (view_rect_to_doc_rect),
13688         (doc_rect_to_view_rect), (ev_view_size_allocate),
13689         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13690         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13691
13692         Store selection as document relative, so that zooming
13693         and offset changing doesnt break it.
13694
13695 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13696
13697         * shell/ev-view.c: (ev_view_best_fit):
13698
13699         Do not try to best fit if the view is not realized
13700
13701 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13702           
13703         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13704
13705 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13706
13707         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13708
13709 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13710
13711         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13712         the popup window.  That prevents it resizing when in full screen
13713         mode.
13714
13715         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13716         multiple rerenders.  This pretty much sucks.
13717
13718         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13719         rest of the toolbar.
13720
13721 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13722
13723         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13724
13725 2005-02-17  Alexander Shopov  <ash@contact.bg>
13726
13727         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13728
13729 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13730
13731         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13732
13733 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13734
13735         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13736         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13737         (set_document_page), (document_changed_callback),
13738         (ev_view_set_document), (ev_view_find_previous),
13739         (ev_view_hide_cursor), (ev_view_show_cursor):
13740         * shell/ev-view.h:
13741         * shell/ev-window.c: (update_chrome_visibility),
13742         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13743         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13744         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13745         (ev_window_unfullscreen):
13746         * shell/main.c: (main):
13747
13748         Automatically hide the fullscreen button.
13749         Patch by Kristian Høgsberg <krh@redhat.com>
13750
13751 2005-02-16  Vincent Noel  <vnoel@cox.net>
13752
13753         * shell/main.c (main): Specify an icon for the window. Patch by
13754         Jaap A. Haitsma. Fixes #166177.
13755
13756 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13757
13758         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13759
13760 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13761
13762         * backend/ev-document-misc.h:
13763         * backend/ev-document-misc.c:
13764         (ev_document_misc_get_page_border_size),
13765         (ev_document_misc_paint_one_page): New function to canonicalize
13766         sizing/painting a border.
13767
13768         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13769         used.
13770
13771         * pdf/xpdf/pdf-document.cc: use new function
13772
13773         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13774         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13775         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13776         shell/ev-window.c: (update_sizing_buttons),
13777         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13778         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13779         (ev_window_cmd_view_page_width), (size_allocate_cb),
13780         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13781         and "fit width" values act as toggle buttons so they stay
13782         toggled.  It's not 100% perfect, and it's a little slow, but it's
13783         good enough to commit I think.
13784
13785 2005-02-15  David Lodge  <dave@cirt.net>
13786
13787         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13788
13789 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13790
13791         * shell/ev-window.c (update_window_title): replace newlines in
13792         the title by spaces. Bug #166107.
13793
13794 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13795
13796         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13797         parameters providing allocation width and height without
13798         scrollbars and width of a possible vertical scrollbar. With this
13799         additional information the functions can work as
13800         intended. Unfortunately they're not idempotent. We should
13801         transform these commands to toggles. Fixes Bug #164976
13802         Initial patch by Stephane Loeuillet, then heavily modified.
13803
13804         * shell/ev-view.h: update prototypes.
13805
13806         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13807         (ev_window_cmd_view_page_width): provide EvView fit functions with
13808         all the information they need. Formulas to calculate this
13809         information taken from GtkScrolledWindow.
13810
13811 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13812
13813         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13814         created a thumbnail, the list store is updated to know
13815         that the thumbnail is set. Fixes bug #166792
13816
13817 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13818
13819         * shell/ev-window.c: fixed typo, closes bug 166897
13820
13821         * TODO: updated TODO with bug numbers that are relevant
13822
13823 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13824
13825         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13826
13827 2005-02-09  Vincent Noel  <vnoel@cox.net>
13828
13829         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13830         and "Next" toolbar buttons as important to make them stand out.
13831
13832 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13833
13834         * lib/ev-debug.c:
13835         * lib/ev-debug.h:
13836         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13837         (start_interpreter), (stop_interpreter), (document_load),
13838         (ps_document_next_page), (ps_document_goto_page),
13839         (ps_document_set_page_size), (ps_document_widget_event),
13840         (ps_document_render):
13841         * shell/ev-page-view.c: (ev_page_view_dispose):
13842         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13843
13844         Fix compilation on non-gcc platforms
13845
13846 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13847
13848         * NEWS:
13849         * configure.ac:
13850
13851         Release 0.1.4
13852
13853         * pdf/xpdf/Catalog.cc:
13854         * pdf/xpdf/XRef.cc:
13855
13856         Fix the fix for CAN-2004-0888
13857
13858 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13859
13860         * data/Makefile.am:
13861         * data/evince-ui.xml:
13862         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13863         * shell/ev-stock-icons.h:
13864         * shell/ev-window.c: (update_action_sensitivity),
13865         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13866         (set_action_properties):
13867
13868         Improve toolbar layout/icons
13869
13870 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13871
13872         * pdf/xpdf/pdf-document.cc:
13873
13874         Add warnings about unimplemented/unknown link
13875         types.
13876
13877 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13878
13879         * ps/ps-document.c: (set_up_page):
13880
13881         Log gs property
13882
13883 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13884
13885         * ps/ps-document.c: (start_interpreter):
13886
13887         Log gs env var
13888
13889 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13890
13891         * shell/ev-page-view.c: (ev_page_view_dispose):
13892         * shell/ev-view.c: (ev_view_finalize):
13893         * shell/ev-window.c: (ev_window_setup_document),
13894         (ev_window_dispose), (ev_window_init):
13895
13896         Solve more refs issues.
13897
13898         I commented out the page_view initialization for now:
13899         it was never destroyed (because it's never added
13900         to a container). Because of that we was leaking
13901         gs processes. Couldnt think to a clean fix.
13902         We need to figure this out, password view has the
13903         same issue probably.
13904
13905 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13906
13907         * ps/ps-document.c: (ps_document_finalize),
13908         (ps_document_get_n_pages), (ps_document_get_page):
13909
13910         Some cleanups, stop the interpreter on finalize
13911
13912         * shell/ev-page-view.c: (ev_page_view_dispose),
13913         (ev_page_view_class_init):
13914
13915         Release our reference on the document
13916
13917 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13918
13919         * Makefile.am:
13920         * configure.ac:
13921         * doc/debugging.txt:
13922         * lib/.cvsignore:
13923         * lib/Makefile.am:
13924         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13925         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13926         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13927         * lib/ev-debug.h:
13928
13929         Add debugging helpers
13930
13931         * ps/Makefile.am:
13932         * ps/ps-document.c: (set_up_page), (start_interpreter),
13933         (stop_interpreter), (document_load), (ps_document_next_page),
13934         (ps_document_goto_page), (ps_document_set_page_size),
13935         (ps_document_widget_event), (ps_document_render):
13936         * shell/Makefile.am:
13937         * shell/ev-view.c: (expose_bin_window):
13938         * shell/main.c: (main):
13939
13940         Add some logs
13941         
13942 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13943
13944         * ps/ps-document.c: (ps_document_widget_event):
13945
13946         Initialize message_window, this should make ps
13947         rendering really work! (Never noticed because I was
13948         testing with a ps that is causing gs to exit every time!)
13949
13950 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13951
13952         * data/evince.schemas.in: updated simple error in applyto closing tag
13953
13954 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13955
13956         * Makefile.am:
13957         * configure.ac:
13958         * data/.cvsignore:
13959         * data/Makefile.am:
13960         * data/evince-ui.xml:
13961         A data/evince.schemas.in:
13962         * po/POTFILES.in:
13963         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13964         * shell/ev-stock-icons.h:
13965         * shell/ev-window.c: (update_chrome_visibility),
13966         (update_chrome_flag), (ev_window_cmd_edit_find),
13967         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13968         (ev_window_unfullscreen), (ev_window_focus_in_event),
13969         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13970         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13971         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13972         (ev_window_dispose), (ev_window_class_init),
13973         (set_action_properties), (set_chrome_actions), (load_chrome),
13974         (ev_window_init):
13975
13976         Implement fullscreen mode changes from bug #164776.
13977         Also implement persistent chrome toggles.
13978
13979 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13980
13981         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13982
13983 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13984
13985         * NEWS:
13986         * configure.ac:
13987         * shell/ev-view.c:
13988
13989         Add another check for find interface
13990
13991         Release 0.1.3
13992
13993 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13994
13995         * shell/ev-application.c: (ev_application_open):
13996         * shell/ev-window.c: (ev_window_open):
13997
13998         Open gzipped ps documents
13999
14000 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14001
14002         * TODO:
14003         * shell/ev-view.c: (set_document_page):
14004
14005         Clamp page number, dont try to move to
14006         not existant pages.
14007
14008 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
14009
14010         * backend/ev-document-find.c: (ev_document_find_changed):
14011         * backend/ev-document-find.h:
14012         * pdf/xpdf/pdf-document.cc:
14013         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
14014         * shell/ev-window.c: (find_bar_search_changed_cb):
14015
14016         Fix several bugs with find
14017
14018 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
14019
14020         * shell/ev-sidebar-thumbnails.c
14021         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
14022         document. Prevents warning from scroll_to_cell.
14023
14024 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
14025
14026         * configure.ac: Add «nb» to ALL_LINGUAS too.
14027
14028 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
14029
14030         * NOTES: New file with some random thoughts.
14031
14032         * TODO: Update.
14033
14034         * backend/ev-document-misc.c:
14035         (ev_document_misc_get_page_border_size): New function to
14036         canonicalize shadow drawing sizes.  Possibly goofy.
14037
14038         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
14039         (ev_view_best_fit), (ev_view_fit_width):
14040         * pdf/xpdf/pdf-document.cc:
14041         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14042         * ps/ps-document.c: (ps_document_get_page_size):
14043         * backend/ev-document-misc.h:
14044         * backend/ev-document.c: (ev_document_get_page_size):
14045         * backend/ev-document.h: get_page_size now takes a page number
14046         parameter.  Made all the backends/frontends honor it.
14047
14048         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
14049         see.  Doesn't work yet.
14050
14051         * shell/Makefile.am:
14052         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
14053         Doesn't do anything yet.
14054
14055         * shell/ev-sidebar-thumbnails.c:
14056         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
14057         [0..n_pages-1]
14058
14059         * shell/ev-window.c: (update_action_sensitivity),
14060         (ev_window_setup_document), (ev_window_set_page_mode),
14061         (ev_window_page_mode_cb), (ev_window_init): Clean up the
14062         view-swapping code a bit so we can have multiple views on a
14063         document.  Add the multi-page view, though it can't be turned on
14064         yet.
14065
14066 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14067
14068         * shell/ev-application.c: (ev_application_open):
14069         * shell/ev-view.c: (expose_bin_window):
14070         * shell/ev-window.c: (ev_window_open):
14071
14072         Support eps and check document supports find
14073         before drawing highlightings in expose.
14074
14075 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14076
14077         * pixbuf/pixbuf-document.c:
14078         (pixbuf_document_thumbnails_get_dimensions),
14079         (pixbuf_document_document_thumbnails_iface_init):
14080
14081         implement get_dimensions
14082
14083 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
14084
14085         * NEWS:
14086         * configure.ac:
14087
14088         Release 0.1.2
14089
14090 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14091
14092         * shell/ev-view.c: (set_document_page):
14093
14094         Scroll at the top of the page when changing page
14095
14096 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14097
14098         * shell/ev-view.c: (ev_view_motion_notify_event):
14099
14100         Do not redraw unnecessarily
14101
14102 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14103
14104         * pdf/xpdf/pdf-document.cc:
14105         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14106         (expose_bin_window), (find_changed_cb):
14107
14108         Yay! find works now... Now to find bugs...
14109
14110 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
14111
14112         * backend/ev-document-find.c: (ev_document_find_base_init),
14113         (ev_document_find_changed):
14114         * backend/ev-document-find.h:
14115         * pdf/xpdf/pdf-document.cc:
14116         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
14117         (expose_bin_window), (ev_view_init), (set_document_page),
14118         (ensure_rectangle_is_visible), (jump_to_find_result),
14119         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
14120         (ev_view_find_next), (ev_view_find_previous):
14121         * shell/ev-view.h:
14122         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
14123
14124         More work on find implementation, mostly there now
14125
14126 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
14127
14128         * backend/ev-backend-marshalers.list:
14129         * backend/ev-document-find.c: (ev_document_find_base_init),
14130         (ev_document_find_cancel), (ev_document_find_page_has_results),
14131         (ev_document_find_get_n_results), (ev_document_find_get_result),
14132         (ev_document_find_get_progress), (ev_document_find_changed):
14133         * backend/ev-document-find.h:
14134
14135         Enanche the find interface to be really able to do
14136         multi page find.
14137
14138         * pdf/xpdf/pdf-document.cc:
14139
14140         Implement
14141
14142         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
14143         (expose_bin_window), (ev_view_init),
14144         (ev_view_get_find_status_message), (find_changed_cb),
14145         (ev_view_set_document), (set_document_page):
14146
14147         Adapt to the new interface. A few things are regressed sorry,
14148         I will finish it soon.
14149
14150 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
14151
14152         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
14153         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
14154         ev_sidebar_thumbnails_parent_class variable, don't define another
14155         parent_class variable.
14156
14157         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
14158         (ev_page_action_class_init): ditto.
14159
14160         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
14161         (pixbuf_document_class_init): ditto.
14162
14163         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
14164         ditto.
14165
14166         * .cvsignore: ignore various valgrind output files.
14167
14168 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14169
14170         * data/evince-ui.xml:
14171         * shell/Makefile.am:
14172         * shell/ev-history.c:
14173         * shell/ev-history.h:
14174         * shell/ev-navigation-action.c:
14175         * shell/ev-navigation-action.h:
14176         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
14177         (ev_view_set_page), (ev_view_fit_width):
14178         * shell/ev-view.h:
14179         * shell/ev-window.c: (update_action_sensitivity),
14180         (ev_window_setup_document), (register_custom_actions):
14181
14182         Kill session history
14183
14184 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
14185
14186         * shell/ev-window.c: (update_action_sensitivity):
14187
14188         Fix inverted up/down buttons
14189
14190 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
14191
14192         * shell/ev-sidebar-thumbnails.c
14193         (ev_sidebar_thumbnails_select_page): make sure the selected
14194         thumbnail stays visible.
14195
14196 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
14197
14198         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
14199         scrolled window for Federico.
14200
14201 2005-01-26  Ole Laursen  <olau@hardworking.dk>
14202
14203         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
14204
14205 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
14206
14207         * configure.ac:
14208         * pdf/splash/SplashFTFontEngine.cc:
14209
14210         Fix CID fonts with freetype 2.1.9
14211
14212 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
14213
14214         * TODO: added item for desktop icon thumbnailer
14215
14216 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14217
14218         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14219         unloaded docs when the title is accessed.
14220
14221         * shell/ev-password-view.[hc]: New widget for displaying password
14222         state.
14223
14224         * shell/ev-window.[ch]: Refactor password handling code to handle
14225         the new view.
14226
14227 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14228
14229         * NEWS:
14230         * configure.ac:
14231         * data/Makefile.am:
14232
14233         Release 0.1.1
14234
14235 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14236
14237         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14238         ignore page offset here, to make search results independent of it,
14239
14240         * shell/ev-view.c (expose_bin_window): but take offsets into
14241         account here. Bug #164932
14242
14243         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14244         scale at the right time. Bug #164996
14245
14246 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14247
14248         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14249         fix the problem. Now I just removed the Adobe font names and hope
14250         that the URW fonts are always in outline format. Bug #164934
14251
14252         * shell/ev-window.c (update_window_title): empty titles are
14253         useless, use filename in that case too.
14254
14255         * NEWS: Add some content.
14256
14257 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14258
14259         * TODO: added one more TODO item and a TODONE section :)
14260
14261 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14262
14263         * ps/ps-document.h: add page_[xy]_offset fields.
14264
14265         * ps/ps-document.c (ps_document_set_page_offset)
14266         (ps_document_render): Keep offset in consideration in a few
14267         places. Bug #164752 "postscript documents are not centered in
14268         window"
14269
14270         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14271         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14272
14273         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14274         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14275         stub out missing methods for complete EvDocument implementation.
14276         Fixes segfaults with Save A Copy and Copy actions.
14277
14278         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14279         (ps_document_document_iface_init): ditto.
14280         
14281 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14282
14283         * data/.cvsignore:
14284         * data/Makefile.am:
14285         * data/evince.desktop.in:
14286
14287         Add desktop file
14288
14289 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14290
14291         * shell/ev-view.c: (ev_view_button_press_event),
14292         (ev_view_motion_notify_event):
14293
14294         Make selection work in any direction
14295
14296 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14297
14298         * TODO:
14299         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14300
14301         Use shorter labels for some of the toolbars items
14302
14303 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14304
14305         * pdf/xpdf/pdf-document.cc:
14306
14307         Check the links info is initialized before
14308         using it. Should fix a crash on startup.
14309
14310 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14311
14312         * pixbuf/pixbuf-document.c
14313         (pixbuf_document_thumbnails_get_dimensions): force floating point
14314         division to calculate page_ratio. Fixes crash with landscape
14315         format pixbufs.
14316
14317 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14318
14319         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14320
14321 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14322
14323         * shell/ev-view.c (set_document_page): unset has_selection when
14324         the page changes.
14325         (set_document_page): handle paper size changes when the page
14326         changes (test with Free Culture, page 2).
14327
14328 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14329
14330         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14331         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14332
14333         Use normal style color for the widget background and
14334         draw a black box around the page.
14335
14336 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14337
14338         * pdf/xpdf/pdf-document.cc:
14339
14340         Keep offset in consideration in a few places
14341
14342         * shell/ev-view.c: (expose_bin_window):
14343
14344         Set the offsets so that the document is ever centered
14345
14346 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14347
14348         * TODO: Added TODO items and finished off the first todo item
14349
14350         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14351         reflect current authors
14352
14353 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14354
14355         * pdf/xpdf/pdf-document.cc:
14356         * shell/ev-view.c: (ev_view_set_cursor),
14357         (ev_view_motion_notify_event), (document_changed_callback),
14358         (set_document_page):
14359
14360         Show a wait cursor while the page is rendering
14361
14362 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14363
14364         * shell/ev-sidebar-thumbnails.c:
14365         (ev_sidebar_tree_selection_changed),
14366         (ev_sidebar_thumbnails_select_page):
14367         * shell/ev-sidebar-thumbnails.h:
14368         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14369         (ev_view_can_go_forward):
14370         * shell/ev-window.c: (ev_window_open_page),
14371         (ev_window_setup_document), (update_current_page),
14372         (view_page_changed_cb), (ev_window_init):
14373         * shell/ev-window.h:
14374
14375         Ensure thumbnails selection, toolbar page control and
14376         current page are in sync.
14377
14378 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14379
14380         * pdf/xpdf/XRef.cc:
14381
14382         Fix CAN-2005-0064
14383
14384 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14385
14386         * backend/Makefile.am:
14387         * backend/ev-document-links.h:
14388         * backend/ev-document-security.c: (ev_document_security_get_type),
14389         (ev_document_security_has_document_security),
14390         (ev_document_security_set_password):
14391         * backend/ev-document-security.h:
14392         * backend/ev-document.c: (ev_document_error_quark):
14393         * backend/ev-document.h:
14394         * data/Makefile.am:
14395         * data/evince-password.glade:
14396         * pdf/xpdf/pdf-document.cc:
14397         * shell/Makefile.am:
14398         * shell/ev-password.c: (ev_password_set_bad_password_label),
14399         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14400         (ev_password_dialog_get_password),
14401         (ev_password_dialog_set_bad_pass):
14402         * shell/ev-password.h:
14403         * shell/ev-window.c: (ev_window_get_attribute),
14404         (ev_window_set_property), (update_action_sensitivity),
14405         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14406         (ev_window_setup_document), (ev_window_get_password),
14407         (ev_window_open), (ev_window_cmd_save_as),
14408         (using_postscript_printer), (ev_window_print),
14409         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14410         (update_fullscreen_popup), (ev_window_fullscreen),
14411         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14412         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14413         (menu_item_select_cb), (find_bar_search_changed_cb),
14414         (ev_window_dispose), (ev_window_init):
14415
14416         Add initial support for password-supported dialogs.  This could be
14417         a lot cooler, but it'll do for now.
14418
14419 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14420
14421         * pdf/xpdf/pdf-document.cc:
14422         * shell/ev-view.c: (status_message_from_link),
14423         (ev_view_set_status), (ev_view_set_cursor),
14424         (ev_view_motion_notify_event), (ev_view_init):
14425         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14426
14427         Fix bugs in the links implementation and change cursor
14428         when hovering a link.
14429
14430 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14431
14432         * viewer/.cvsignore: added cvsignore file for viewer directory
14433
14434         * TODO: created TODO document
14435
14436 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14437
14438         * shell/ev-view.h:
14439         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14440         new functions to help with implementation of sensitivity code
14441         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14442         of all actions that might require it.  Fixes a crash when you
14443         click on the Zoom actions in a window lacking a document.
14444
14445 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14446
14447         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14448         of the Find action
14449
14450 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14451
14452         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14453         (pixbuf_document_document_iface_init):
14454         * ps/ps-document.c: (ps_document_get_link),
14455         (ps_document_document_iface_init):
14456         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14457         (status_message_from_link), (ev_view_set_status),
14458         (ev_view_set_find_status), (ev_view_motion_notify_event),
14459         (ev_view_button_release_event), (ev_view_set_property),
14460         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14461         (ev_view_get_find_status_message), (update_find_results),
14462         (ev_view_get_status), (ev_view_get_find_status):
14463         * shell/ev-view.h:
14464         * shell/ev-window.c: (view_status_changed_cb),
14465         (view_find_status_changed_cb), (ev_window_init):
14466
14467         View status message support, use it to show the links.
14468         Needs work...
14469
14470 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14471
14472         * backend/ev-document.c: (ev_document_get_link):
14473         * backend/ev-document.h:
14474         * pdf/xpdf/pdf-document.cc:
14475         * shell/ev-application.c: (ev_application_open):
14476         * shell/ev-application.h:
14477         * shell/ev-sidebar-links.c: (selection_changed_cb):
14478         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14479         (ev_view_go_to_link):
14480
14481         Add support for document links
14482
14483 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14484
14485         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14486         (create_tool_item):
14487         Set the spin button limits correctly.
14488         
14489         * shell/ev-sidebar-thumbnails.c:
14490         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14491         Support changing pages by clicking on the thumbnails.
14492         
14493 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14494
14495         * pixbuf/pixbuf-document.c:
14496         (pixbuf_document_thumbnails_get_dimensions),
14497         (pixbuf_document_document_thumbnails_iface_init):
14498
14499         implement get_dimensions
14500
14501 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14502
14503         * ps/ps-document.c: (ps_document_goto_page):
14504
14505         Fix page switching on multipage documents
14506
14507 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14508
14509         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14510         
14511         check for NULL before assigning to width and height parameters
14512
14513 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14514
14515         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14516         (pixbuf_document_set_property), (pixbuf_document_get_property):
14517
14518         implement get/set properties
14519
14520 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14521
14522         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14523         
14524         return NULL instead of "Unknown", letting the title get set to
14525         the filename when the pdf has no title.
14526
14527 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14528
14529         * ps/ps-document.c: (ps_document_get_page_count),
14530         (ps_document_goto_page):
14531
14532 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14533
14534         * shell/ev-history.c: (ev_history_get_property),
14535         (ev_history_set_property), (ev_history_class_init),
14536         (ev_history_add_page), (ev_history_set_current_index):
14537         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14538         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14539         (ev_navigation_action_finalize):
14540         * shell/ev-navigation-action.h:
14541         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14542         (ev_view_go_forward), (ev_view_get_find_status_message),
14543         (history_index_changed_cb), (ev_view_set_history):
14544         * shell/ev-view.h:
14545         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14546         (update_current_page), (register_custom_actions):
14547
14548         Implement history dropdowns
14549
14550 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14551
14552         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14553         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14554         (ev_view_go_forward):
14555         * shell/ev-window.c: (register_custom_actions):
14556
14557         Fix several history bugs
14558
14559 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14560
14561         * configure.ac: Add «nb» to ALL_LINGUAS.
14562
14563 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14564
14565         * backend/Makefile.am:
14566         * backend/ev-bookmark.c:
14567         * backend/ev-bookmark.h:
14568         * backend/ev-document-bookmarks.c:
14569         * backend/ev-document-bookmarks.h:
14570         * backend/ev-document-links.c: (ev_document_links_get_type),
14571         (ev_document_links_has_document_links),
14572         (ev_document_links_begin_read), (ev_document_links_get_link),
14573         (ev_document_links_get_child), (ev_document_links_next),
14574         (ev_document_links_free_iter):
14575         * backend/ev-document-links.h:
14576         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14577         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14578         (ev_link_get_link_type), (ev_link_set_link_type),
14579         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14580         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14581         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14582         (ev_link_new_external):
14583         * backend/ev-link.h:
14584         * pdf/xpdf/pdf-document.cc:
14585         * shell/Makefile.am:
14586         * shell/ev-application.c: (ev_application_open_link):
14587         * shell/ev-application.h:
14588         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14589         (ev_history_get_link_nth):
14590         * shell/ev-history.h:
14591         * shell/ev-sidebar-bookmarks.c:
14592         * shell/ev-sidebar-bookmarks.h:
14593         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14594         (ev_sidebar_links_class_init), (selection_changed_cb),
14595         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14596         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14597         (do_one_iteration), (populate_links_idle),
14598         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14599         * shell/ev-sidebar-links.h:
14600         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14601         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14602         (go_to_index):
14603         * shell/ev-view.h:
14604         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14605         * shell/ev-window.h:
14606
14607         Rename bookmark to link, and use "Index" for the sidebar panel.
14608
14609 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14610
14611         * shell/Makefile.am:
14612         * shell/ev-application.c: (ev_application_open_bookmark):
14613         * shell/ev-application.h:
14614         * shell/ev-history.c: (ev_history_init), (free_links_list),
14615         (ev_history_finalize), (ev_history_class_init),
14616         (ev_history_add_link), (ev_history_add_page),
14617         (ev_history_get_link_nth), (ev_history_get_n_links),
14618         (ev_history_get_current_index), (ev_history_set_current_index),
14619         (ev_history_new):
14620         * shell/ev-history.h:
14621         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14622         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14623         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14624         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14625         (ev_view_set_page):
14626         * shell/ev-view.h:
14627         * shell/ev-window.c: (ev_window_open_bookmark),
14628         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14629         (goto_page_cb), (register_custom_actions):
14630         * shell/ev-window.h:
14631
14632         Initial history implementation. Needs work.
14633
14634 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14635
14636         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14637
14638 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14639
14640         * cut-n-paste/recent-files/egg-recent-item.c:
14641         * cut-n-paste/recent-files/egg-recent-item.h:
14642         * cut-n-paste/recent-files/egg-recent-model.c:
14643         * cut-n-paste/recent-files/egg-recent-util.c:
14644         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14645         * cut-n-paste/recent-files/egg-recent-view.c:
14646
14647         Update
14648
14649 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14650
14651         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14652         (fillGlyph, fillImageMask, drawImage):
14653         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14654         pdf/splash/SplashTypes.h:
14655         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14656         packed mode for Splash.
14657
14658         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14659         RGB8 packed mode, eliminates the pixbuf data creation loop.
14660
14661         * shell/ev-print-job.c (ev_print_job_finalize)
14662         (ev_print_job_set_property, ev_print_job_get_property)
14663         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14664         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14665         (print_closure_finalize, ev_print_job_print): implement
14666         printing (for backends with EvPsExporter)
14667
14668         * shell/ev_print_job.h: update prototypes.
14669
14670         * shell/ev-window.c (ev_window_print): unref print job after
14671         printing.
14672
14673         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14674         unless the document implements the EvDocumentFind interface.
14675
14676 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14677
14678         * configure.ac: Added ja to ALL_LINGUAS.
14679
14680 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14681
14682         * pdf/xpdf/pdf-document.cc:
14683
14684         add a FIXME. We should probably not allocate
14685         a bookmark object every time
14686
14687 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14688
14689         * shell/ev-application.c: (ev_application_open),
14690         (ev_application_open_bookmark):
14691         * shell/ev-application.h:
14692         
14693         Add a way to open bookmarks
14694
14695         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14696         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14697         (ev_bookmark_set_property), (ev_bookmark_class_init),
14698         (ev_bookmark_new_title), (ev_bookmark_new_link),
14699         (ev_bookmark_new_external):
14700
14701         Support for external uris, better constructors.
14702
14703         * backend/ev-bookmark.h:
14704         * pdf/xpdf/pdf-document.cc:
14705         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14706
14707         Handle external uris
14708
14709 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14710
14711         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14712         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14713
14714         Hook up bookmarks navigation
14715
14716 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14717
14718         * backend/Makefile.am:
14719         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14720         (ev_bookmark_get_title), (ev_bookmark_set_title),
14721         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14722         (ev_bookmark_get_page), (ev_bookmark_set_page),
14723         (ev_bookmark_get_property), (ev_bookmark_set_property),
14724         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14725         (ev_bookmark_new):
14726         * backend/ev-bookmark.h:
14727         * backend/ev-document-bookmarks.c:
14728         (ev_document_bookmarks_get_bookmark):
14729         * backend/ev-document-bookmarks.h:
14730         * pdf/xpdf/pdf-document.cc:
14731         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14732
14733         Add a bookmark object to the backend and use it instead of get_values
14734
14735 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14736
14737         * data/evince-ui.xml:
14738
14739         Cleanup and add select all.
14740
14741         * shell/ev-view.c: (ev_view_select_all),
14742         (ev_view_button_press_event):
14743         * shell/ev-view.h:
14744         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14745
14746         Add select all.
14747         Clear selection on click.
14748
14749 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14750
14751         * shell/ev-sidebar-thumbnails.c
14752         (ev_sidebar_thumbnails_set_document): forgot to unref the
14753         loading_icon.
14754
14755 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14756
14757         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14758         at the visible page, not just linearly.  This makes it look fast.
14759
14760 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14761
14762         * backend/ev-document-misc.c
14763         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14764         white.
14765         * backend/ev-document-thumbnails.h: New interface to get the size
14766         of a page.
14767
14768 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14769
14770         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14771         make dist works
14772
14773 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14774
14775         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14776         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14777         things up a bit.
14778
14779         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14780
14781 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14782
14783         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14784         fonts. Should fix font problems on systems that have the base
14785         fonts in bitmap format. Reported by James Henstridge
14786         <james@jamesh.id.au>.
14787
14788 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14789
14790         * pdf/xpdf/Gfx.cc:
14791         * pdf/xpdf/GfxState.cc:
14792
14793         Fix for CAN-2004-1125
14794
14795 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14796
14797         * shell/ev-view.c: (ev_view_copy):
14798         * shell/ev-view.h:
14799         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14800
14801         Implement Edit->Copy
14802
14803 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14804
14805         * backend/ev-document.c: (ev_document_get_text):
14806         * backend/ev-document.h:
14807         * pdf/xpdf/pdf-document.cc:
14808         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14809         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14810         (ev_view_update_primary_selection), (ev_view_button_press_event),
14811         (ev_view_motion_notify_event), (ev_view_button_release_event):
14812
14813         Beginnings of clipboard support. Incomplete but primary sort
14814         of work.
14815
14816 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14817
14818         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14819         (expose_bin_window):
14820
14821         Nicer rubberband drawing, from GtkIconView.
14822
14823 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14824
14825         * backend/ev-document.c: (ev_document_save):
14826         * backend/ev-document.h:
14827         * data/evince-ui.xml:
14828         * pdf/xpdf/pdf-document.cc:
14829         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14830
14831         Implement "Save a copy..." menu item
14832
14833 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14834
14835         * shell/ev-view.c: (ev_view_zoom):
14836
14837         Queue a resize when zoom changes
14838
14839 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14840
14841         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14842         shadows.
14843
14844         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14845         thumbnails..
14846
14847 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14848
14849         * pdf/xpdf/pdf-document.cc
14850         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14851
14852 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14853
14854         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14855         It's slow, but I'll speed it up next!
14856
14857 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14858
14859         * shell/main.c (load_files):
14860
14861         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14862         from the command line and because it seems more appropriate.
14863
14864 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14865
14866         * data/evince-ui.xml:
14867         * shell/ev-window.c: (update_action_sensitivity),
14868         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14869
14870         s/next page/page down
14871         s/previous page/page up
14872
14873 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14874
14875         * data/evince-ui.xml:
14876
14877         Change the layout to match clarkbw design.
14878
14879         * shell/Makefile.am:
14880         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14881         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14882         (ev_navigation_action_finalize),
14883         (ev_navigation_action_set_property),
14884         (ev_navigation_action_get_property),
14885         (ev_navigation_action_class_init):
14886         * shell/ev-navigation-action.h:
14887
14888         Implement clarkbw toolbar navigation controls (incomplete)
14889
14890         * shell/ev-page-action.c: (update_label), (update_spin),
14891         (value_changed_cb), (create_tool_item), (connect_proxy),
14892         (ev_page_action_init), (ev_page_action_finalize),
14893         (ev_page_action_set_property), (ev_page_action_get_property),
14894         (ev_page_action_set_current_page),
14895         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14896         * shell/ev-page-action.h:
14897
14898         Implement a page switcher in the toolbar
14899
14900         * shell/ev-view.c: (ev_view_scroll_view):
14901         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14902         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14903         (register_custom_actions), (ev_window_init):
14904
14905         Change page on PageUp/Down.
14906
14907 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14908
14909         * pdf/xpdf/pdf-document.cc
14910         (pdf_document_thumbnails_get_thumbnail): initial stab at
14911         implementing thumbnail support for pdfs.  It only does documents
14912         with precached pdfs now.
14913
14914 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14915
14916         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14917         thumbnail code into a time-based idle as well.  Also, turn off the
14918         shadow temporarily as it's really slow.
14919
14920 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14921
14922         * backend/ev-document.c: (ev_document_class_init):
14923         * pdf/xpdf/pdf-document.cc:
14924         * shell/ev-window.c: (ev_window_open):
14925
14926         Fix document title bugs and fallback to
14927         filename when not available.
14928
14929 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14930
14931         * backend/ev-document.c: (ev_document_get_type),
14932         (ev_document_class_init), (ev_document_load),
14933         (ev_document_get_title):
14934         * backend/ev-document.h:
14935         * pdf/xpdf/pdf-document.cc:
14936         * ps/ps-document.c: (ps_document_set_property),
14937         (ps_document_get_property), (ps_document_class_init),
14938         (document_load):
14939         * ps/ps-document.h:
14940         * ps/ps.h:
14941         * shell/ev-window.c: (update_window_title), (ev_window_open),
14942         (ev_window_init):
14943
14944         Initial support for document title. Not working yet.
14945
14946 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14947
14948         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14949
14950         Grab focus on the view when clicking it
14951
14952 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14953
14954         * shell/ev-marshal.list:
14955         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14956         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14957
14958         Add key bindings to the view. Now if the focus would work
14959         right...
14960
14961 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14962
14963         * Makefile.am:
14964         * backend/Makefile.am:
14965         * data/Makefile.am:
14966         * dvi/Makefile.am:
14967         * dvi/dvilib/Makefile.am:
14968         * pdf/xpdf/Makefile.am:
14969         * po/POTFILES.in:
14970         * ps/Makefile.am:
14971
14972         Fix distcheck
14973
14974 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14975
14976         * shell/ev-view.c: (ev_view_realize):
14977
14978         Fix mouse wheel scrolling
14979
14980 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14981
14982         * ps/Makefile.am:
14983         * ps/gstypes.h:
14984         * ps/gtkgs.c:
14985         * ps/gtkgs.h:
14986         * ps/ps-document.c: (catchPipe), (ps_document_init),
14987         (ps_document_class_init), (ps_document_cleanup),
14988         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14989         (set_up_page), (close_pipe), (is_interpreter_ready),
14990         (interpreter_failed), (output), (input), (start_interpreter),
14991         (stop_interpreter), (file_length), (file_readable),
14992         (check_filecompressed), (check_pdf), (compute_xdpi),
14993         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14994         (ps_document_get_type), (ps_document_emit_error_msg),
14995         (document_load), (ps_document_next_page),
14996         (ps_document_get_current_page), (ps_document_get_page_count),
14997         (ps_document_goto_page), (ps_document_set_page_size),
14998         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14999         (ps_document_load), (ps_document_get_n_pages),
15000         (ps_document_set_page), (ps_document_get_page),
15001         (ps_document_widget_event), (ps_document_set_target),
15002         (ps_document_set_scale), (ps_document_set_page_offset),
15003         (ps_document_get_page_size), (ps_document_render),
15004         (ps_document_document_iface_init):
15005         * ps/ps-document.h:
15006         * ps/ps.c:
15007         * shell/ev-window.c: (ev_window_open):
15008
15009         Rename GtkGS to PSDocument
15010
15011 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15012
15013         * ps/gtkgs.c: (gtk_gs_class_init):
15014         * ps/gtkgs.h:
15015
15016         Some more leftover...
15017
15018 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15019
15020         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
15021         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
15022         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
15023         * ps/gtkgs.h:
15024
15025         Remove unused code and make a lot of stuff private
15026
15027 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15028
15029         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
15030         (gtk_gs_defaults_changed):
15031         * ps/gsdefaults.h:
15032         * ps/gtkgs.c:
15033         * ps/gtkgs.h:
15034         * ps/ps.h:
15035
15036         Cleanup headers dependencies
15037
15038 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
15039
15040         * ps/Makefile.am:
15041         * ps/ggvutils.c:
15042         * ps/ggvutils.h:
15043         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
15044         * ps/gsdefaults.h:
15045         * ps/gtkgs.c: (file_length), (file_readable),
15046         (check_filecompressed), (check_pdf), (gtk_gs_load),
15047         (gtk_gs_get_postscript):
15048
15049         Get rid of ggvutils
15050
15051 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15052
15053         * ps/ggvutils.c:
15054         * ps/ggvutils.h:
15055         * ps/gsio.h:
15056         * ps/gtkgs.c: (gtk_gs_set_zoom):
15057
15058         Cleanups
15059
15060 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15061
15062         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
15063
15064         Ensure the page is rerendered when changing zoom
15065
15066 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
15067
15068         * backend/ev-document.c: (ev_document_base_init),
15069         (ev_document_changed):
15070         * backend/ev-document.h:
15071
15072         Add a changed event that is emitted when the page content
15073         changes. This is necessary to deal with the fact that
15074         in ps backend rendering happen asycrounously.
15075         This makes the ps backend mostly work.
15076
15077         * pdf/xpdf/pdf-document.cc:
15078
15079         Emit changed event
15080
15081         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
15082         (ps_document_set_target):
15083
15084         Emit changed event
15085
15086         * shell/ev-view.c: (document_changed_callback),
15087         (ev_view_set_document), (ev_view_set_page):
15088
15089         Redraw on the changed signal
15090
15091 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
15092
15093         * configure.ac: Added pt_BR to ALL_LINGUAS.
15094
15095 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
15096
15097         * backend/ev-document-bookmarks.c:
15098         (ev_document_bookmarks_get_child): *
15099         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
15100         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
15101         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
15102         (ev_sidebar_bookmarks_destroy),
15103         (ev_sidebar_bookmarks_class_init),
15104         (ev_sidebar_bookmarks_construct), (stack_data_free),
15105         (do_one_iteration), (populate_bookmarks_idle),
15106         (ev_sidebar_bookmarks_clear_document),
15107         (ev_sidebar_bookmarks_set_document): *
15108         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
15109         (ev_sidebar_add_page),
15110         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
15111         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
15112         it displays both the topics and the page numbers.
15113
15114 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
15115
15116         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
15117         toggle.
15118         * shell/ev-window.c (toggle_entries): Set sidebar default value to
15119         visible.
15120
15121 2004-12-23  Adam Weinberger  <adamw@gnome.org>
15122
15123         * configure.ac: Added en_CA to ALL_LINGUAS.
15124
15125 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15126
15127         * ChangeLog: replace bottom of this ChangeLog (merged history of
15128         ggv and gpdf; where all paths were wrong and most of the files are
15129         not even in this tree) with ChangeLog (from arch) of the shell
15130         code.
15131
15132 2004-12-23  Havoc Pennington  <hp@redhat.com>
15133
15134         * shell/ev-window.c: hook up potentially-questionable "find
15135         results status text" feature - something involving the sidebar or
15136         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
15137         might be better in the end.
15138
15139         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
15140         with corresponding signal when it should be updated
15141
15142         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
15143
15144 2004-12-22  Havoc Pennington  <hp@redhat.com>
15145
15146         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
15147         find stuff on other pages, sort of (only returns one result on
15148         invisible pages, to show they have results; updates full results
15149         for a page when you view it). Currently repaints the current page
15150         every time a new result is found on any page, which isn't so nice.
15151
15152 2004-12-22  Havoc Pennington  <hp@redhat.com>
15153
15154         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
15155         the document doesn't support find (better ideas?)
15156         (find_bar_search_changed_cb): handle missing document or document
15157         that doesn't support find
15158
15159         * pdf/xpdf/pdf-document.cc: port to implement the new
15160         EvDocumentFindIface
15161
15162         * backend/ev-document-find.c: create a new interface for searching
15163
15164         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
15165
15166 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
15167
15168         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
15169         libevbackend.la.
15170
15171         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
15172         EvPrintJob constructor arguments.
15173
15174         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
15175         for documents that can export PostScript (page by page).
15176
15177         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
15178         
15179         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
15180         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
15181         (pdf_document_ps_exporter_iface_init:
15182         Implement EvPSExporter.
15183
15184         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
15185
15186 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15187
15188         * backend/Makefile.am:
15189         * backend/ev-document-thumbnails.c:
15190         (ev_document_thumbnails_get_type),
15191         (ev_document_thumbnails_get_thumbnail):
15192         * backend/ev-document-thumbnails.h:
15193         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15194         (pixbuf_document_thumbnails_get_thumbnail),
15195         (pixbuf_document_document_thumbnails_iface_init):
15196         * shell/Makefile.am:
15197         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
15198         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
15199         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
15200         * shell/ev-sidebar-thumbnails.h:
15201         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
15202         (ev_sidebar_set_document):
15203         * shell/ev-utils.c: (gaussian), (create_blur_filter),
15204         (create_shadow), (ev_pixbuf_add_shadow):
15205         * shell/ev-utils.h:
15206         Add thumbnail support.
15207         
15208 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15209
15210         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
15211         (using_postscript_printer): Set up a print dialog for "PostScript
15212         injection" method.
15213
15214         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15215         EvPrintJob.
15216
15217         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15218
15219 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15220
15221         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15222         (ps_document_set_target), (ps_document_get_page_size),
15223         (ps_document_render):
15224         * ps/gtkgs.h:
15225
15226         Fix a few bugs
15227
15228 2004-12-22  Christian Rose  <menthos@menthos.com>
15229
15230         * configure.ac: Added "sv" to ALL_LINGUAS.
15231
15232 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15233
15234         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15235         document supports bookmarks.
15236
15237 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15238
15239         * ps/ggvutils.c: (ggv_file_readable):
15240         * ps/ggvutils.h:
15241         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15242         (gtk_gs_get_postscript):
15243
15244         Remove unused utils
15245
15246 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15247
15248         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15249         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15250         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15251         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15252         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15253         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15254         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15255         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15256         (gtk_gs_set_antialiasing), (ps_document_load),
15257         (ps_document_render):
15258         * ps/gtkgs.h:
15259
15260         Another check point for the ps backend. Now I can get it to show
15261         pages!
15262
15263 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15264
15265         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15266         document setting code.
15267
15268 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15269
15270         * shell/eggfindbar.c: (entry_activate_callback):
15271         Animate the next button when activate is pressed.
15272         
15273 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15274
15275         * shell/ev-window.c: (ev_window_cmd_edit_find),
15276         (update_fullscreen_popup), (ev_window_fullscreen),
15277         (ev_window_unfullscreen), (ev_window_state_event_cb),
15278         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15279         Fix bugs in fullscreen code.
15280         
15281 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15282
15283         * Makefile.am:
15284         * configure.ac:
15285         * pixbuf/Makefile.am:
15286         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15287         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15288         (pixbuf_document_set_page), (pixbuf_document_get_page),
15289         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15290         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15291         (pixbuf_document_render), (pixbuf_document_begin_find),
15292         (pixbuf_document_end_find), (pixbuf_document_finalize),
15293         (pixbuf_document_class_init),
15294         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15295         * pixbuf/pixbuf-document.h:
15296         * shell/Makefile.am:
15297         * shell/ev-application.c: (ev_application_open):
15298         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15299         (ev_window_open):
15300         Add pixbuf backend.
15301         
15302 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15303
15304         * Makefile.am: 
15305         * dvi/dvilib/Makefile.am:
15306         * dvi/Makefile.am:
15307         * configure.ac: Auto*ify dvi and dvi/dvilib
15308
15309         * dvi/Makefile: Remove from CVS
15310         
15311         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15312         confusion.
15313
15314         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15315         
15316         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15317         
15318 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15319
15320         * ps/Makefile.am:
15321         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15322         (gtk_gs_value_adjustment_changed), (compute_size),
15323         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15324         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15325         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15326         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15327         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15328         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15329         (ps_document_load), (ps_document_get_n_pages),
15330         (ps_document_set_page), (ps_document_get_page),
15331         (ps_document_set_target), (ps_document_set_scale),
15332         (ps_document_set_page_offset), (ps_document_get_page_size),
15333         (ps_document_render), (ps_document_begin_find),
15334         (ps_document_end_find), (ps_document_document_iface_init):
15335         * ps/gtkgs.h:
15336         * shell/Makefile.am:
15337         * shell/ev-window.c: (ev_window_open):
15338
15339         Some work to integrate gtkgs with EvDocument
15340
15341 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15342
15343         * shell/ev-window.c: (update_fullscreen_popup),
15344         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15345         (exit_fullscreen_button_clicked_cb),
15346         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15347         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15348         (ev_window_state_event_cb), (ev_window_init):
15349         Add fullscreen support from Epiphany.
15350         
15351 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15352
15353         * data/ev-stock-zoom-fit-width.png: fit-width
15354         stock icon from gpdf.
15355         
15356         * shell/ev-stock-icons.[ch]: copied from gpdf.
15357         
15358         * shell/main.c: (main): init stock icons.
15359         
15360         * shell/ev-window.c: use the fit-width icon.
15361         
15362         * data/evince-ui.xml: add zooming toolbar items.
15363
15364 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15365
15366         * shell/ev-view.c: 
15367         (ev_view_best_fit), (ev_view_fit_width): because
15368         get_page_size() returns the scaled page size, we
15369         need to calculate the scale factor relative to
15370         the previous scale factor. Should really just
15371         add get_real_page_size().
15372
15373 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15374
15375         * shell/ev-view.[ch]:
15376         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15377         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15378         add zooming.
15379         
15380         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15381         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15382         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15383         hook it up.
15384         
15385         * pdf/xpdf/pdf-document.cc:
15386         (pdf_document_begin_find),
15387         (pdf_document_end_find): make static.
15388
15389 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15390
15391         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15392
15393         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15394         names to fontconfig patterns.
15395         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15396
15397         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15398         setupBaseFontsFc.
15399
15400 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15401
15402         * Makefile.am:
15403         * configure.ac:
15404         * ps/Makefile.am:
15405         * ps/ggvutils.c:
15406         * ps/ggvutils.h:
15407         * ps/gsdefaults.c:
15408         * ps/gsdefaults.h:
15409         * ps/gsio.c:
15410         * ps/gsio.h:
15411         * ps/gtkgs.c:
15412         * ps/gtkgs.h:
15413         * ps/ps.c:
15414         * ps/ps.h:
15415
15416         Import ggv backend. Not hooked up yet.
15417
15418 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15419
15420         * shell/main.c: (load_files), (main): load files
15421         from the command line.
15422
15423 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15424
15425         * configure.ac: don't require bonobo.
15426         
15427         * cut-n-paste/recent-files/*: kill bonobo recent
15428         view.
15429
15430         * shell/ev-window.c:
15431         (ev_window_is_empty): upd.
15432         (unable_to_load), (ev_window_open): load backend
15433         based on the mime type.
15434
15435 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15436
15437         * backend/.cvsignore: ignore generated marshalers source.
15438
15439         * shell/main.c (main): this is not epiphany.
15440
15441 2004-12-22  Havoc Pennington  <hp@redhat.com>
15442
15443         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15444         (expose_bin_window): draw find highlights
15445
15446         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15447         
15448         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15449         (pdf_document_end_find): implement this interface
15450
15451         * backend/ev-document.c (ev_document_found): add this to emit
15452         signal
15453
15454 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15455
15456         * data/evince-ui.xml: Add a few more toolbar items.
15457
15458         * shell/ev-window.c: Hook up page navigation toolbar 
15459         items.
15460
15461         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15462         a page-changed signal.
15463
15464         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15465         Add ev_document_get_page().
15466
15467         * shell/ev-window.c: Sensitize/desensitize navigation
15468         actions.
15469
15470 2004-12-21  Havoc Pennington  <hp@redhat.com>
15471
15472         * backend/ev-backend-marshal.c,
15473         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15474         marshaler-generator thingy. I'm sure there's a better way to do
15475         this in the modern world.
15476
15477         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15478         end_find methods and "found" signal.
15479
15480         * configure.ac: find glib-genmarshal
15481
15482 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15483
15484         * shell/ev-sidebar.c: Construct an actual sidebar.
15485         * shell/ev-sidebar-bookmarks.[ch]:
15486         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15487
15488 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15489
15490         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15491         Redo size handling.
15492         
15493         * shell/ev-view.c: Track the size from the document.
15494
15495 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15496
15497         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15498         constructor assumes ownership of the string passed in.
15499         
15500         * shell/ev-window.c (ev_window_open): Destroy the error
15501         dialog once we've displayed it.
15502
15503 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15504
15505         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15506         a bit, it works! (sort of)
15507
15508         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15509         Move to .cc since we need to use C++ in the implementation.
15510
15511         * shell/dummy.cc: Add a CC file to force evince
15512         to be linked as a C++ program.
15513
15514 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15515
15516         * shell/ev-view.[ch]: Start of content-area widget.
15517
15518         * shell/ev-window.c: Create a EvView, update it
15519         as we change documents.
15520
15521         * shell/Makefile.am shell/ev-marshal.list: Add
15522         generated marshalers.
15523
15524 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15525
15526         * Makefile.am (SUBDIRS): move shell.
15527
15528 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15529
15530         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15531         .a to libtool convenience libraries.
15532
15533         * shell/ev-window.c (ev_window_open): Hard code loading
15534         a PDF document.
15535         
15536         * backend/ev-document.h: Add a boolean return to load(),
15537         fix GError * to GError **.
15538
15539         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15540         object for a PDF backend EvDocument.
15541
15542 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15543
15544         * dvi/*: New directory with the beginning of a .dvi backend.
15545
15546 2004-12-21  Havoc Pennington  <hp@redhat.com>
15547
15548         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15549         previous/next instead of back/forward
15550
15551 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15552
15553         * backend/ev-document.[ch]: Fix a couple of problems so
15554         it compile.
15555
15556 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15557
15558         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15559         to backend/ directory, rename EvViewer to EvDocument.
15560
15561 2004-12-21  Havoc Pennington  <hp@redhat.com>
15562
15563         * shell/ev-window.c: hook up the find bar widget; now we just need
15564         a document to find things in
15565
15566         * shell/eggfindbar.c: a find bar widget
15567
15568 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15569
15570         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15571
15572 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15573
15574         * pdf/**: Import of xpdf code from gpdf. 
15575
15576         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15577
15578         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15579         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15580         Fix FreeType includes.
15581
15582         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15583         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15584         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15585         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15586         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15587         Include xpdfconfig.h
15588         
15589 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15590
15591         * shell/ev-window.c (ev_window_dispose): dispose can be called
15592         multiple times.
15593
15594 2004-12-21  Havoc Pennington  <hp@redhat.com>
15595
15596         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15597         rather than Evince
15598
15599         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15600         items; really they should be synced with the strings, etc. from
15601         current gpdf, but just getting the boring typing out of the way 
15602
15603 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15604
15605         * po/POTFILES.in:
15606         * shell/ev-application.c: (window_destroy_cb):
15607         * shell/ev-window.c:
15608         * shell/main.c: (main):
15609
15610         Actually show the window...
15611
15612 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15613
15614         * Makefile.am:
15615         * shell/Makefile.am:
15616         * shell/ev-application.c: (ev_application_class_init):
15617         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15618
15619         Make it build again
15620
15621 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15622
15623         Import to gnome cvs.
15624         
15625         * Remove copies of gpdf and ggv trees.
15626         * Rip out all the recursive configure code.
15627         * Remove bonobo machinery.
15628         * viewer/*: GInterfaces that backends should/can implement.
15629
15630 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15631
15632         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15633         typo
15634
15635 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15636
15637         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15638         (ev_application_finalize, ev_application_class_init)
15639         (ev_application_init): use GType instance private data for priv.
15640
15641         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15642         (ev_window_finalize, ev_window_class_init)
15643         (ev_window_init): ditto.
15644
15645 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15646
15647         * shell/ev-application.c (ev_application_new_window): make public
15648         (ev_application_show_initial_window): kill.
15649
15650         * shell/ev-application.h: update prototypes.
15651
15652         * shell/main.cc (main): inline ev_application_show_initial_window.
15653
15654 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * shell/ev-application.c (ev_application_new_window): impl.
15657         (ev_application_show_initial_window): use it.
15658         (is_window_empty, ev_application_get_empty_window): returns an
15659         existing empty window or a new one.
15660         (ev_application_open): from ev_window_cmd_file_open.
15661
15662         * shell/ev-application.h: update prototypes
15663
15664         * shell/ev-window.c (ev_window_is_empty): impl.
15665         (ev_window_open): make public.
15666         (ev_window_cmd_file_open): use ev_application_open
15667
15668         * shell/ev-window.h: update prototypes, remove unused.
15669
15670 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15671
15672         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15673         move destroy handler out of here...
15674
15675         * shell/ev-application.c, shell/ev-application.h: ...into this new
15676         class. Also handles initial window creation.
15677
15678         * shell/main.cc (main): use EvApplication to create initial
15679         window.
15680
15681 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15682
15683         * Makefile.am (SUBDIRS): add cut-n-paste
15684
15685         * cut-n-paste/Makefile.am: add
15686
15687         * configure.ac: generate Makefiles in cut-n-paste
15688
15689 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15690
15691         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15692         (ev_window_class_init): install ev_window_dispose.
15693
15694 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15695
15696         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15697         char (gchar looks stupid).
15698
15699 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15700
15701         * po/de.po: updated German translation.
15702
15703 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15704
15705         * configure.ac: add more pkg-config library checks for gnome-vfs,
15706         bonobo etc.
15707
15708         * gpdf/configure.in: temporarily disable libpaper
15709         checks. Otherwise I'd have to add the checks for the shell, too.
15710
15711 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15712
15713         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15714         and * file filters to the file choose.
15715
15716 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15717
15718         * po/de.po: Updated German translation.
15719
15720 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15721
15722         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15723
15724 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15725
15726         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15727
15728         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15729         (ev_window_init): implement those menuitems.
15730
15731 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15732
15733         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15734
15735         * shell/ev-window.c (ev_window_init): use the toolbar.
15736
15737 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15738
15739         * shell/ev-window.c (ev_window_init): use menu translations
15740
15741 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15742
15743         * configure.ac: add "de" to ALL_LINGUAS.
15744
15745         * po/de.po: add German translation.
15746
15747 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15748
15749         * Makefile.am (SUBDIRS): add po
15750
15751         * configure.ac: check intltool, glib-gettext etc, generate
15752         po/Makefile.in
15753
15754         * po, po/POTFILES.in, po/POTFILES.skip: new.
15755
15756 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15757
15758         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15759         already use (#ifdef ENABLE_NLS)
15760
15761         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15762         pointer indirection thinko.
15763
15764         * shell/main.c: include gi18n.h for bindtextdomain etc.
15765
15766 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15767
15768         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15769         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15770         tooltips for menu items in the statusbar.
15771
15772 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15773
15774         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15775         pkgdatadir drop UIDIR
15776
15777 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15778
15779         * data/evince-ui.xml: Add File->Open menu item
15780
15781         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15782         chooser), hook it up in the ui manager.
15783
15784 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15785
15786         * shell/ev-window.c: fix Help->About tooltip.
15787
15788 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15789
15790         * configure.ac: set CFLAGS for libevprivate.
15791
15792         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15793         definitions, factory etc.
15794
15795         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15796
15797         * shell/Makefile.am: link against libevprivate.a.
15798
15799         * shell/ev-window.c (entries): add stock icon to Help->About.
15800
15801         * shell/main.c (main): init stock icon code.
15802
15803 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15804
15805         * lib/recent-files: egg recent files code
15806
15807         * lib/Makefile.am: add.
15808
15809         * Makefile.am: add lib subdir.
15810
15811         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15812         set CFLAGS for recent-files.
15813
15814 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15815
15816         * configure.ac: disable -ansi and -pedantic gcc flags. They
15817         disable POSIX stuff in stdio.h, but egg-recent uses them.
15818
15819 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15820
15821         * configure.ac: add --disable-deprecated flag (defaults to on in
15822         "cvs" builds).
15823
15824         * shell/Makefile.am (INCLUDES): use it.
15825
15826 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15827
15828         * shell/main.c: add missing #include.
15829
15830         * shell/ev-window.c: fix for pedantic gcc.
15831         (ev_window_cmd_help_about): split license into paragraphs for
15832         translators and pedantic compilers.
15833
15834 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15835
15836         * configure.ac: add more warning flags if compiling with gcc from
15837         cvs (or explicitly requested with --enable-more-warnings).
15838
15839 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15840
15841         * data/evince-ui.xml: add File and File->Close menu.
15842
15843         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15844         (ev_window_destroy): quit after destroy.
15845         (ev_window_class_init): override GtkObject::destroy.
15846         (entries): install close_window callback.
15847
15848 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15849
15850         * Makefile.am (SUBDIRS): add data subdir.
15851
15852         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15853         gtk+ 2.5.0 for GtkAboutDialog.
15854
15855         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15856         main window.
15857
15858         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15859
15860         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15861         manager.
15862         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15863
15864 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15865
15866         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15867
15868 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15869
15870         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15871
15872 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15873
15874         * shell/*: Added shell directory boilerplate, build it.
15875
15876 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15877
15878         * configure.ac, Makefile.am: Added top-level configure.ac and
15879         Makefile.am