]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Use g_error_matches.
[evince.git] / ChangeLog
1 2009-02-14  Christian Persch  <chpe@gnome.org>
2
3         * shell/ev-window.c: (ev_window_load_job_cb): Use g_error_matches.
4
5 2009-02-14  Christian Persch  <chpe@gnome.org>
6
7         * backend/pdf/ev-poppler.cc: Plug a mem leak.
8
9 2009-02-14  Christian Persch  <chpe@gnome.org>
10
11         * backend/dvi/dvi-document.c: (dvi_document_load): Don't overwite
12         an error.
13
14 2009-02-14  Christian Persch  <chpe@gnome.org>
15
16         * backend/djvu/djvu-document.c: (djvu_document_load): Make sure
17         to always set @error when returning FALSE. Fix a typo.
18
19 2009-02-14  Christian Persch  <chpe@gnome.org>
20
21         * backend/tiff/tiff-document.c: (tiff_document_load): Make sure
22         to always set @error when returning FALSE.
23
24 2009-02-14  Christian Persch  <chpe@gnome.org>
25
26         * backend/comics/comics-document.c: (comics_document_load): Make sure
27         to always set @error when returning FALSE.
28
29 2009-02-14  Christian Persch  <chpe@gnome.org>
30
31         * backend/impress/impress-document.c: (impress_document_load): Plug a
32         mem leak.
33
34 2009-02-14  Christian Persch  <chpe@gnome.org>
35
36         * backend/impress/impress-document.c: (impress_document_load): Don't
37         overwrite an error.
38
39 2009-02-14  Christian Persch  <chpe@gnome.org>
40
41         * libdocument/ev-document.c: (ev_document_info_copy): Remove
42         unnecessary NULL check; g_strdup() is NULL-safe.
43
44 2009-02-14  Christian Persch  <chpe@gnome.org>
45
46         * libdocument/ev-document-factory.c: (get_document_from_uri): Document
47         that this returns either NULL and fills in error, or non-NULL. Use a
48         local GError so we can reliably check it.
49
50 2009-02-14  Christian Persch  <chpe@gnome.org>
51
52         * libdocument/ev-document-factory.c: (get_document_from_uri): Use the
53         content type to get the description, not the MIME type.
54
55 2009-02-14  Christian Persch  <chpe@gnome.org>
56
57         * libdocument/ev-file-helpers.c: (compression_run): Make sure to fill
58         in @error on failure. Also, since this is exported in public APIs,
59         cope with the passed-in GError** being NULL.
60
61 2009-02-13  Christian Persch  <chpe@gnome.org>
62
63         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri): NULL
64         safety.
65         (get_mime_type_from_data): Return the MIME type, not the content type.
66
67 2009-02-13  Christian Persch  <chpe@gnome.org>
68
69         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't leak
70         the input stream.
71
72 2009-02-13  Christian Persch  <chpe@gnome.org>
73
74         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Propagate
75         all errors upwards.
76
77 2009-02-13  Christian Persch  <chpe@gnome.org>
78
79         * libdocument/ev-file-helpers.c: (get_mime_type_from_data): Don't use
80         more bytes from buffer than were read from the file.
81
82 2009-02-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
83
84         * properties/ev-properties-view.c (set_property):
85         
86         Fixes bug #571787.
87
88 2009-02-14  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * shell/eggfindbar.c: (egg_find_bar_init):
91
92         Use gtk_tool_button_set_use_underline() for next/previous buttons
93         so that the underline is used for the mnemonic. Fixes bug #571547.
94         
95 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * shell/ev-window.c: (setup_document_from_metadata),
98         (setup_sidebar_from_metadata), (setup_document_from_metadata),
99         (setup_view_from_metadata), (ev_window_set_document),
100         (ev_window_load_job_cb), (ev_window_reload_job_cb),
101         (ev_window_reload_remote), (ev_window_init):
102
103         Do not use metadata when reloading the document, so that the
104         window is not resized when reloading. See bugs #571051 and
105         #304249.
106         
107 2009-02-09  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * configure.ac:
110         * cut-n-paste/smclient/Makefile.am:
111
112         Fix smclient libs on cycgwin. See bug #339172.
113         
114 2009-02-08  Christian Persch  <chpe@gnome.org>
115
116         * configure.ac:
117         * libdocument/Makefile.am:
118         * libview/Makefile.am: Add experimental introspection support.
119         Disabled by default; use --enable-introspection to enable it.
120         Bug #569083.
121
122 2009-02-08  Christian Persch  <chpe@gnome.org>
123
124         * libview/Makefile.am: Link libevdocument.la to libevview.la.
125
126 2009-02-05  Christian Persch  <chpe@gnome.org>
127
128         * backend/comics/comics-document.c: (comics_document_load):
129         * backend/djvu/djvu-document.c: (djvu_document_load):
130         * backend/dvi/dvi-document.c: (dvi_document_load):
131         * backend/impress/impress-document.c: (impress_document_load):
132         * backend/pdf/ev-poppler.cc:
133         * libdocument/ev-document-factory.c: (get_document_from_uri),
134         (ev_document_factory_get_document):
135         * shell/ev-print-operation.c:
136         (ev_print_operation_export_print_dialog_response_cb): Use
137         g_set_error_literal now that we depend on glib 2.18.
138
139 2009-02-05  Hib Eris  <hib@hiberis.nl>
140
141         * shell/ev-application.c:
142
143         Include gdkx.h only with X11. See bug #339172.
144         
145 2009-02-05  Hib Eris  <hib@hiberis.nl>
146
147         * backend/pdf/pdfdocument.evince-backend.in:
148
149         Add application/x-ext-pdf mime type for pdf backend. See bug
150         #339172.
151         
152 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
153
154         * configure.ac:
155         * cut-n-paste/smclient/Makefile.am:
156         * cut-n-paste/smclient/eggdesktopfile.c:
157         * cut-n-paste/smclient/eggsmclient-win32.c:
158         * shell/main.c:
159
160         Make session manager code compile for w32. These changes have been
161         taken from upstream libegg. Based on patch by Hib Eris. See bug
162         #339172.
163         
164 2009-02-05  Hib Eris  <hib@hiberis.nl>
165
166         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
167
168         Make screensaver code compile for w32. These changes have been
169         copied from upstream totem. See bug #339172.
170         
171 2009-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
172
173         * configure.ac:
174         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
175
176         Make use of GConf optional. Based on patch by Hib Eris. See bug
177         #339172.
178         
179 2009-02-04  Christian Persch  <chpe@gnome.org>
180
181         * libdocument/ev-init.c: (ev_init): Make ev_init() also bind the
182         evince gettext domain, so i18n works in the library.
183
184         * properties/ev-properties-main.c: (nautilus_module_initialize):
185         Remove extra bindtextdomain call.
186
187 2009-02-04  Christian Persch  <chpe@gnome.org>
188
189         * backend/comics/comics-document.c:
190         * backend/djvu/djvu-document.c:
191         * backend/dvi/dvi-document.c:
192         * backend/impress/impress-document.c:
193         * backend/pdf/ev-poppler.cc:
194         * backend/pixbuf/pixbuf-document.c:
195         * backend/ps/ev-spectre.c:
196         * backend/tiff/tiff-document.c:
197         * libdocument/ev-attachment.c:
198         * libdocument/ev-document-factory.c:
199         * libview/ev-jobs.c:
200         * libview/ev-view-accessible.c:
201         * libview/ev-view.c:
202         * properties/ev-properties-view.c: Include gi18n-lib.h instead of
203         gi18n.h.
204
205 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
206
207         * NEWS:
208         * configure.ac:
209
210         Update for release 2.25.90
211         
212 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
213
214         * cut-n-paste/zoom-control/ephy-zoom-control.c:
215         (ephy_zoom_control_finalize), (ephy_zoom_control_class_init):
216
217         Remove the old tooltips code and use G_DEFINE_TYPE().
218         
219 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
220
221         * configure.ac:
222         * help/reference/Makefile.am:
223         * help/reference/libdocument/Makefile.am:
224         * help/reference/libdocument/libevdocument-docs.sgml:
225         * help/reference/libdocument/libevdocument.types:
226         * help/reference/libdocument/version.xml.in:
227         * help/reference/libview/Makefile.am:
228         * help/reference/libview/libevview-docs.sgml:
229         * help/reference/libview/libevview.types:
230         * help/reference/libview/version.xml.in:
231         * help/reference/shell/Makefile.am:
232         * help/reference/shell/evince-docs.sgml:
233         * help/reference/shell/evince.types:
234         * help/reference/shell/tmpl/dummy.sgml:
235         * help/reference/shell/version.xml.in:
236
237         Split API documentation into libdocument, libview and
238         shell. Required gtk-doc files has been added, but API docs still
239         need to be completed and improved. Fixes bug #568465.
240         
241 2009-02-01  Christian Persch  <chpe@gnome.org>
242
243         * libdocument/ev-document.h: Don't make GTypeInfo static. Bug #570077.
244
245 2009-02-01  Christian Persch  <chpe@gnome.org>
246
247         * backend/Makefile.am:
248         A backend/backend.symbols:
249         * configure.ac: Only export the backend module entry point. Bug
250         #569998.
251
252 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * shell/eggfindbar.c: (egg_find_bar_init):
255
256         Add mnemonics to buttons in search bar. Fixes bug #569212.
257         
258 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
259         
260         * shell/ev-print-operation.c:
261         (ev_print_operation_export_print_dialog_response_cb):
262
263         Make sure pages_per_sheet is always >= 1. Fixes bug #569328.
264         
265 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
268
269         Clamp top/bottom values of destinations to make sure they are not
270         bigger than the page height. Fixes bug #569327.
271         
272 2009-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
273
274         * libdocument/ev-debug.h:
275
276         Fix build when debug mode is disabled.
277         
278 2009-01-30  Christian Persch  <chpe@gnome.org>
279
280         * libdocument/ev-backends-manager.c: (ev_backends_manager_load): Make
281         this return TRUE only if any backends were loaded, so the ev_init()
282         function works as documented.
283
284 2009-01-30  Christian Persch  <chpe@gnome.org>
285
286         * evince-document.h:
287         * libdocument/Makefile.am:
288         A libdocument/ev-init.[ch]: Add single init/shutdown method. Bug
289         #569117.
290
291         * libdocument/ev-backends-manager.c: (_ev_backends_manager_init):
292         * libdocument/ev-backends-manager.h:
293         * libdocument/ev-debug.c: (_ev_debug_init), (_ev_debug_shutdown):
294         * libdocument/ev-debug.h:
295         * libdocument/ev-file-helpers.c: (_ev_file_helpers_init),
296         (_ev_file_helpers_shutdown):
297         * libdocument/ev-file-helpers.h: Make these init/shutdown methods
298         private.
299
300         * properties/ev-properties-main.c: (nautilus_module_initialize),
301         (nautilus_module_shutdown):
302         * shell/main.c: (main):
303         * thumbnailer/evince-thumbnailer.c: (main): Use the new single
304         init/shutdown method.
305
306 2009-01-29  Christian Persch  <chpe@gnome.org>
307
308         * shell/main.c: (option_version_cb): Add --version which was lost in
309         the libgnome removal. Bug #562869.
310
311 2009-01-26  Christian Persch  <chpe@gnome.org>
312
313         * shell/ev-application.c: (ev_application_register_service),
314         (ev_application_shutdown):
315         * shell/main.c: (main): Move metadata manager initialisation and
316         shutdown into EvApplication. Follow-up from bug #569120.
317
318 2009-01-26  Christian Persch  <chpe@gnome.org>
319
320         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_string): Don't
321         copy the string twice. Bug #569231.
322
323 2009-01-26  Christian Persch  <chpe@gnome.org>
324
325         * libdocument/ev-file-helpers.c: (ev_dir_ensure_exists),
326         (ev_tmp_dir), (ev_file_helpers_init), (ev_file_helpers_shutdown):
327         * libdocument/ev-file-helpers.h:
328         * shell/ev-application.c: (ev_application_shutdown),
329         (ev_application_init), (ev_application_screensaver_disable),
330         (ev_application_save_print_settings),
331         (ev_application_set_page_setup):
332         * shell/ev-application.h:
333         * shell/ev-metadata-manager.c: (load_values),
334         (ev_metadata_manager_save): Move ev_dot_dir() from libdocument to
335         shell, since it shouldn't be public API. Bug #569120.
336
337         * libdocument/ev-file-helpers.c: (ev_tmp_filename): Use
338         g_get_prgname() instead of hardcoding "evince" for the tmpdir name.
339
340 2009-01-25  Christian Persch  <chpe@gnome.org>
341
342         Bug 569082 – use versioned directory for backends
343
344         * configure.ac: Define ev_binary_version and backenddir.
345         * evince-document.pc.in: Add backenddir variable.
346         * libdocument/Makefile.am:
347         * backend/*/Makefile.am: Remove backenddir definition, so it picks
348         up the one from configure.
349
350 2009-01-25  Christian Persch  <chpe@gnome.org>
351
352         * configure.ac:
353         * evince-document.pc.in: Renamed from evince-backend.pc.in.
354         * libdocument/Makefile.am: Renamed library to libevdocument.la.
355         * libview/Makefile.am:
356         * shell/Makefile.am:
357         * backend/*/Makefile.am: Adapt to changed library name.
358
359         * libdocument/Makefile.am:
360         * libview/Makefile.am: Change the installed headers path to match
361         the directory names in SVN.
362
363         * evince-document.h:
364         * evince-view.h: Add single headers. Bug #568227.
365
366         * libdocument/*.h:
367         * libview/*.h: Add single headers guards.
368
369         * libview/Makefile.am:
370         * libdocument/Makefile.am:
371         * backend/*/Makefile.am:
372         * help/reference/Makefile.am: Define EVINCE_COMPILATION, so we can
373         still include individual headers.
374
375         * properties/Makefile.am:
376         * properties/ev-properties-main.c:
377         * properties/ev-properties-view.h:
378         * thumbnailer/Makefile.am:
379         * thumbnailer/evince-thumbnailer.c: Include only evince-document.h.
380
381         * libdocument/Makefile.am:
382         * libview/Makefile.am: Generate type builtins from all installed headers.
383         * libdocument/ev-link-action.[ch]:
384         * libdocument/ev-link-dest.[ch]:
385         * libdocument/ev-transition-effect.[ch]:
386         * libview/ev-view.[ch]: Remove handcoded type builtins.
387
388         * libdocument/Makefile.am:
389         * evince-document.h: Add ev-document-factory.h to the public headers.
390
391 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
392
393         * shell/ev-sidebar-page.c:
394
395         Use EV_DEFINE_INTERFACE to define EvSidebarPage interface. See bug
396         #568228.
397         
398 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
399
400         * libdocument/ev-document.h:
401
402         Add EV_DEFINE_INTERFACE macro.
403         
404         * libdocument/ev-async-renderer.c:
405         * libdocument/ev-document-find.c:
406         * libdocument/ev-document-fonts.c:
407         * libdocument/ev-document-forms.c:
408         * libdocument/ev-document-images.c:
409         * libdocument/ev-document-layers.c:
410         * libdocument/ev-document-links.c:
411         * libdocument/ev-document-security.c:
412         * libdocument/ev-document-thumbnails.c:
413         * libdocument/ev-document-transition.c:
414         * libdocument/ev-document.c:
415         * libdocument/ev-file-exporter.c:
416         * libdocument/ev-selection.c:
417
418         Use EV_DEFINE_INTERFACE macro to define interfaces in
419         libdocument. See bug #568228.
420         
421 2009-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * libdocument/ev-document.[ch]:
424
425         Add EV_DEFINE_BOXED_TYPE macro to define boxed types. See bug
426         #568228.
427         
428 2009-01-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
429
430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
431         (drag_begin_cb), (drag_end_cb), (configure_item_tooltip),
432         (new_separator_pixbuf):
433         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
434         (egg_toolbar_editor_disconnect_model),
435         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
436         (egg_toolbar_editor_finalize):
437         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
438         * cut-n-paste/toolbar-editor/eggmarshalers.list:
439         
440         Sync EggToolbarEditor with libegg.
441
442 2009-01-22  Michael J. Chudobiak  <mjc@svn.gnome.org>
443
444         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
445         When saving a file, using the default permissions for the user/system,
446         respecting umask and any setgid bit on the directory. Uses the new
447         G_FILE_COPY_TARGET_DEFAULT_PERMS flag in glib 2.19.0, if available.
448         Bug #568593.
449         
450 2009-01-21  Christian Persch  <chpe@gnome.org>
451
452         * configure.ac:
453         * libdocument/Makefile.am:
454         * libview/Makefile.am: Add libtool versioning to libevbackend and
455         libevview. Bug #568229.
456
457 2009-01-21  Christian Persch  <chpe@gnome.org>
458
459         * Makefile.am:
460         * configure.ac:
461         A evince-{backend,view}.pc.in: Add pkgconfig files. Bug #568220.
462
463 2009-01-21  Christian Persch  <chpe@gnome.org>
464
465         * configure.ac:
466         * libdocument/Makefile.am:
467         A libdocument/ev-version.h.in: Add version defines and version check
468         macro. Bug #568224.
469
470 2009-01-21  Hiroyuki Ikezoe  <poincare@ikezoe.net>
471
472         * shell/ev-sidebar-links.c
473         * shell/ev-print-operation.c:
474         * shell/ev-history.c:
475         * shell/ev-file-monitor.c:
476         * shell/ev-window.c:
477         * shell/ev-password-view.c:
478         * shell/ev-sidebar-thumbnails.c:
479         * shell/ev-sidebar-attachments.c:
480         * libview/ev-pixbuf-cache.c:
481         * libview/ev-view.c: Remove needless G_OBJECT from g_signal_connect.
482         Bug #568386.
483
484 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
485
486         * libdocument/ev-document-info.h:
487
488         Add missing EV_TYPE_DOCUMENT_INFO. See bug #567790.
489         
490 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
491
492         * libview/Makefile.am:
493
494         Install ev-job-scheduler.h. See bug #567790.
495         
496 2009-01-20  Tomeu Vizoso  <tomeu@sugarlabs.org>
497
498         * libdocument/Makefile.am:
499
500         Install ev-backends-manager.h and
501         ev-document-type-builtins.h. Fixes bug #567787.
502         
503 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
504
505         * NEWS:
506         * configure.ac:
507
508         Update for release 2.25.5
509         
510 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * libview/ev-view.c: (ev_view_drag_data_get):
513
514         Fix second parameter passed to gtk_selection_data_set_uris(), 
515         it expects a gchar **.
516         
517 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
518
519         * libdocument/Makefile.am:
520         * libdocument/ev-document-info.h:
521         * libdocument/ev-document-type-builtins.c.template:
522         * libdocument/ev-document-type-builtins.h.template:
523         * libdocument/ev-document.c: (ev_document_info_get_type),
524         (ev_document_info_copy):
525
526         Make EvDocumentInfo and enums definded in ev-document-info.h
527         GTypes. Fixes bug #567789.
528         
529 2009-01-18  Michal Vaner <vorner+evince@ucw.cz>
530
531         * shell/main.c (arguments_parse): Fix for a minor code typo.
532
533 2009-01-18  Christian Persch  <chpe@gnome.org>
534
535         * help/reference/Makefile.am:
536         * help/reference/evince.types: Fix the API docs build. Bug #568171.
537
538 2009-01-18  Tomeu Vizoso  <tomeu@sugarlabs.org>
539
540         * libview/Makefile.am:
541         * libview/ev-view-type-builtins.c.template:
542         * libview/ev-view-type-builtins.h.template:
543
544         Make EvJobPriority a proper GType. Fixes bug #567788.
545         
546 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
547
548         * configure.ac:
549         * cut-n-paste/*/Makefile.am:
550         * libdocument/Makefile.am:
551
552         Rename LIB as LIBDOCUMENT and use SHELL_CORE for cut-n-paste
553         code.
554         
555 2009-01-18  Christian Persch  <chpe@gnome.org>
556
557         * libview/ev-view.c: (ev_view_drag_data_get),
558         (ev_view_drag_motion), (ev_view_update_primary_selection),
559         (clear_link_selected):
560         * shell/ev-sidebar-attachments.c:
561         (ev_sidebar_attachments_drag_data_get),
562         (ev_sidebar_attachments_get_property),
563         (ev_sidebar_attachments_init):
564         * shell/ev-window.c: Update drag handling code to use the
565         gtk_*_add_uri_targets and gtk_*_add_text_targets targets instead of
566         hardcoding the targets lists. Bug #558084.
567         
568 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * libdocument/Makefile.am:
571         * libdocument/ev-backend-marshal.c:
572         * libdocument/ev-backend-marshalers.list:
573         * libdocument/ev-document.c:
574
575         Remove unused marshalers stuff from libdocument.
576         
577 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
578
579         * po/POTFILES.in:
580
581         Update for the current source tree.
582         
583 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * configure.ac:
586         * Makefile.am:
587         * libdocument/Makefile.am:
588         * libview/Makefile.am:
589         * libview/ev-job-scheduler.[ch]:
590         * libview/ev-jobs.[ch]:
591         * libview/ev-page-cache.[ch]:
592         * libview/ev-pixbuf-cache.[ch]:
593         * libview/ev-timeline.[ch]:
594         * libview/ev-transition-animation.[ch]:
595         * libview/ev-view-accessible.[ch]:
596         * libview/ev-view-marshal.list:
597         * libview/ev-view.[ch]:
598         * shell/Makefile.am:
599
600         Move EvView specific code to a libeviview library so that it can
601         be embbeded in other applications. Based on patches by Tomeu
602         Vizoso. Fixes bug #567751.
603         
604 2009-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
605
606         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
607         * shell/ev-window.c: (ev_window_load_job_cb),
608         (ev_window_load_job_cb), (ev_window_open_uri),
609         (ev_window_reload_local), (ev_window_dispose):
610
611         Remove dest, mode and search_string from EvJobLoad since they are
612         not really needed by the job, but for the window.
613         
614 2009-01-17  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * shell/ev-view.c: (ev_view_drag_data_received),
617         (ev_view_class_init), (ev_view_init):
618         * shell/ev-window.c: (ev_window_drag_data_received),
619         (ev_window_class_init), (ev_window_init):
620
621         Make the whole EvWindow the destination of a drag and drop
622         operation.
623         
624 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * shell/ev-window.c: (window_open_file_copy_progress_cb):
627
628         Add missing brakets around the percentage in progress
629         messages. See bug #567910.
630         
631 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
632
633         * shell/ev-application.c: (ev_application_open_window),
634         (ev_application_open_uri_at_dest):
635
636         Do no use gdk_x11_* when not available. Based on patch by Hib
637         Eris, see bug #339172.
638         
639 2009-01-16  Hib Eris  <hib@hiberis.nl>
640
641         * configure.ac:
642         * properties/ev-properties-view.c:
643         (ev_properties_view_format_date):
644
645         Check for localtime_r. See bug #339172.
646         
647 2009-01-16  Hib Eris  <hib@hiberis.nl>
648
649         * shell/main.c:
650
651         Include gdkx only for dbus support. See bug #339172.
652         
653 2009-01-16  Tomeu Vizoso  <tomeu@sugarlabs.org>
654
655         * shell/ev-view.c: (ev_view_set_zoom_for_size):
656
657         Expose ev_view_set_zoom_for_size for embedders to use. Fixes bug
658         #567785.
659         
660 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
661
662         * shell/ev-window.c: (reload_remote_copy_progress_cb),
663         (window_save_file_copy_progress_cb):
664
665         Use brakets around the percentage in progress messages. See bug
666         #567910.
667         
668 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
669
670         * shell/ev-window.c: (reload_remote_copy_ready_cb):
671
672         Fix typo in error message. See bug #567910.
673         
674 2009-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-window.c: (ev_window_cmd_file_close_window):
677
678         Fix mnemonic conflict. Fixes bug #567937.
679         
680 2009-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
681
682         * NEWS:
683         * configure.ac:
684
685         Update for release 2.25.4
686         
687 2009-01-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
688
689         * configure.ac:
690         
691         GLib version requirement bumped to 2.18 due to g_set_error_literal.
692         Thanks to Christian Spurk.
693
694 2008-12-31  Hib Eris  <hib@hiberis.nl>
695         
696         * libdocument/ev-file-helpers.c: (get_mime_type_from_uri):
697
698         Fix mime type handling.
699         
700 2008-12-31  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * po/POTFILES.in:
703
704         Add ev-print-operation.c.
705         
706 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * shell/ev-window.c: (ev_window_clear_progress_idle),
709         (reset_progress_idle), (ev_window_show_progress_message),
710         (ev_window_reset_progress_cancellable),
711         (ev_window_progress_response_cb), (show_loading_progress),
712         (ev_window_load_remote_failed), (window_open_file_copy_ready_cb),
713         (window_open_file_copy_progress_cb), (ev_window_load_file_remote),
714         (show_reloading_progress), (reload_remote_copy_ready_cb),
715         (reload_remote_copy_progress_cb), (query_remote_uri_mtime_cb),
716         (show_saving_progress), (window_save_file_copy_ready_cb),
717         (window_save_file_copy_progress_cb), (ev_window_save_remote),
718         (ev_window_dispose):
719
720         Show progress information when loading/saving remote files. Fixes
721         bug #370958.
722         
723 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * libdocument/ev-file-helpers.c: (ev_tmp_file_unlink):
726
727         Show better warning message when temp file cannot be deleted.
728         
729 2008-12-30  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-window.c: (image_save_dialog_response_cb):
732
733         Fix saving images to remote locations.
734         
735 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
736
737         * shell/ev-application.[ch]: (ev_application_shutdown),
738         (ev_application_get_print_settings_file),
739         (ev_application_save_print_settings),
740         (ev_application_get_print_settings),
741         (ev_application_set_print_settings),
742         (ev_application_get_page_setup), (ev_application_set_page_setup):
743         * shell/ev-window.c: (ev_window_save_print_page_setup),
744         (ev_window_load_print_page_setup_from_metadata),
745         (ev_window_print_page_setup_done_cb),
746         (ev_window_cmd_file_print_setup), (ev_window_do_preview_print),
747         (ev_window_cmd_preview_print):
748
749         Remember page setup options too. Paper size is globally remembered
750         while page margins are stored per document in metadata file. Fixes
751         bugs #525185 and #349102.
752         
753 2008-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
754
755         * shell/ev-print-operation.c:
756         (ev_print_operation_export_print_dialog_response_cb):
757
758         Fallback to EV_FILE_FORMAT_PS when file_format is not defined.
759         
760 2008-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * shell/ev-print-operation.c: (export_cancel),
763         (export_job_cancelled), (ev_print_operation_export_begin),
764         (ev_print_operation_export_cancel):
765         * shell/ev-window.c: (ev_window_print_cancel),
766         (ev_window_print_update_pending_jobs_message),
767         (ev_window_print_operation_done),
768         (ev_window_print_operation_status_changed),
769         (print_jobs_confirmation_dialog_response),
770         (ev_window_cmd_file_close_window):
771
772         Show a confirmation dialog when there are pending print jobs while
773         closing the main window. Fixes bug #480964.
774         
775 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-print-operation.[ch]: (ev_print_operation_class_init),
778         (ev_print_operation_get_job_name),
779         (ev_print_operation_get_status),
780         (ev_print_operation_get_progress),
781         (ev_print_operation_update_status),
782         (ev_print_operation_export_get_job_name), (clamp_ranges),
783         (get_first_and_last_page), (ev_print_operation_export_run_next),
784         (print_job_finished), (export_print_done), (export_job_cancelled),
785         (update_progress), (export_print_page),
786         (ev_print_operation_export_begin),
787         (ev_print_operation_export_print_dialog_response_cb),
788         (ev_print_operation_export_run),
789         (ev_print_operation_export_cancel),
790         (ev_print_operation_export_class_init):
791         * shell/ev-window.c:
792         (ev_window_print_update_pending_jobs_message),
793         (ev_window_print_operation_done),
794         (ev_window_print_progress_response_cb),
795         (ev_window_print_operation_status_changed),
796         (ev_window_print_operation_begin_print), (ev_window_print_range),
797         (ev_window_dispose):
798
799         Show progress information when printing. Fixes bug #482770.
800         
801 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/Makefile.am:
804         * shell/ev-progress-message-area.[ch]:
805         * shell/ev-message-area.[ch]: (ev_message_area_init),
806         (ev_message_area_set_image_from_stock):
807
808         Add EvProgressMessageArea derived from EvMessageArea to show
809         progress information in the message area. 
810         
811 2008-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
812
813         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
814
815         Use GTK_RESPONSE_CLOSE instead of GTK_RESPONSE_CANCEL for the
816         close button. Add a function to get the contents of the message
817         area.
818         
819 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/Makefile.am:
822         * shell/ev-print-operation.[ch]:
823         * shell/ev-jobs.[ch]: (ev_job_export_init),
824         (ev_job_export_dispose), (ev_job_export_run),
825         (ev_job_export_class_init), (ev_job_export_new),
826         (ev_job_export_set_page):
827         * shell/ev-window.c: (ev_window_print_operation_done),
828         (ev_window_print_range), (ev_window_dispose):
829
830         First step of the printing system rework. EvJobPrint has been
831         replaced by EvJobExport so that every page is scheduled to be
832         exported in a thread instead of scheduling the whole printing
833         process. This way the gui is responsive during printing.
834         
835 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (setup_size_from_metadata),
838         (ev_window_load_print_settings_from_metadata):
839
840         Fix memory leaks.
841         
842 2008-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * libdocument/ev-document.c: (ev_document_get_type):
845
846         Add GObject type as prerequisite to EvDocument interface so that
847         document instances can be used as GObjects.
848         
849 2008-12-19  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-view.c: (jump_to_find_result):
852
853         Only jump the the location of the find result for the first match
854         when searching. It drastically improves the performance when
855         searching. Bug catched and fixed by Michael Hunold. Fixes bug
856         #564774.
857         
858 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * properties/ev-properties-main.c: (ev_properties_get_pages):
861         * properties/ev-properties-view.[ch]:
862         (ev_properties_view_dispose), (ev_properties_view_class_init),
863         (ev_properties_view_set_info), (ev_properties_view_new):
864         * shell/ev-properties-dialog.[ch]:
865         (ev_properties_dialog_set_document):
866         * shell/ev-window.c: (ev_window_setup_document),
867         (ev_window_cmd_file_properties):
868
869         Add document URI to properties page. Fixes bug #555376.
870         
871 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * configure.ac:
874         * data/Makefile.am:
875         * data/evince-password.glade: Removed
876         * data/evince-properties.glade: Removed
877         * properties/ev-properties-view.c:
878         (ev_properties_view_class_init), (set_property),
879         (ev_properties_view_set_info), (ev_properties_view_init):
880         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
881         (font_cell_data_func), (ev_properties_fonts_init):
882
883         Remove Glade dependency.
884         
885 2008-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * backend/comics/comics-document.c: (comics_document_load):
888
889         Fix zip mime-type in comics backend. Patch by Juanjo Marín.
890         
891 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
892
893         * NEWS:
894         * configure.ac:
895
896         Update for release 2.25.2
897         
898 2008-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * configure.ac:
901         * shell/Makefile.am:
902         * shell/ev-keyring.[ch]:
903         * shell/ev-password.[ch]: Removed
904         * shell/ev-password-view.[ch]: (ev_password_view_finalize),
905         (ev_password_view_class_init), (ev_password_view_clicked_cb),
906         (ev_password_view_init), (ev_password_view_set_uri),
907         (ev_password_dialog_got_response),
908         (ev_password_dialog_remember_button_toggled),
909         (ev_password_dialog_entry_changed_cb),
910         (ev_password_dialog_entry_activated_cb),
911         (ev_password_view_ask_password), (ev_password_view_get_password),
912         (ev_password_view_get_password_save_flags),
913         (ev_password_view_new):
914         * shell/ev-window.c: (ev_window_password_view_unlock),
915         (ev_window_load_job_cb), (ev_window_close_dialogs),
916         (ev_window_init):
917
918         Rework the password view. When the password is in the keyring it's
919         used automatically without showing the password dialog and it's  
920         only stored in the keyring when we are sure it's correct. The
921         password dialog has been reworked too, in order to make it
922         more hig compliant and consistent with the GTK+ dialog used in
923         gtkmountoperation. Fixes bug #562496. 
924         
925 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
926
927         * backend/comics/comics-document.c: (comics_document_load):
928
929         Do not trust file extensions when getting the command needed to
930         uncompress comic documents. Fixes bug #562143.
931         
932 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * libdocument/ev-document-factory.c: (get_document_from_uri),
935         (ev_document_factory_get_document):
936         * libdocument/ev-file-helpers.[ch]: (get_mime_type_from_uri),
937         (get_mime_type_from_data), (ev_file_get_mime_type):
938
939         Move mime-type functions from document-facrory to file-helpers so
940         that it can be reused.
941         
942 2008-11-29  Carlos Garcia Campos  <carlosgc@gnome.org>
943
944         * shell/ev-window.c: (ev_window_load_job_cb), (set_uri_mtime),
945         (window_open_file_copy_ready_cb), (ev_window_reload_local),
946         (reload_remote_copy_ready_cb), (query_remote_uri_mtime_cb),
947         (ev_window_reload_remote), (ev_window_reload_document):
948
949         Add support for reloading remote documents. Fixes bug #555399.
950         
951 2008-11-23  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * shell/ev-view.c: (ev_view_find_previous):
954
955         Make sure find_result is never < 0 which causes a crash while
956         searching. Fixes bug #558377.
957         
958 2008-11-19  Marek Kašík <mkasik@redhat.com>
959
960         * shell/ev-pixbuf-cache.c (new_selection_surface_needed),
961         (ev_pixbuf_cache_get_selection_surface):
962         
963         Fixes crash on fast scrolling with simultaneous text selection.
964
965 2008-11-19  Marek Kašík <mkasik@redhat.com>
966
967         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_add_jobs_if_needed):
968         * shell/ev-window.c (launch_external_uri):
969         
970         Fixes assertion fail on selecting text. See bug #561393.
971
972 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/Makefile.am:
975         * shell/ev-jobs.[ch]: (ev_job_layers_init),
976         (ev_job_layers_dispose), (ev_job_layers_run),
977         (ev_job_layers_class_init), (ev_job_layers_new):
978         * shell/ev-sidebar-layers.[ch]:
979         * shell/ev-view.[ch]: (ev_view_form_field_button_create_widget),
980         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
981         (ev_view_reload_page), (ev_view_reload):
982         * shell/ev-window.c: (setup_sidebar_from_metadata),
983         (ev_window_sidebar_current_page_changed_cb),
984         (sidebar_layers_visibility_changed), (ev_window_init):
985
986         Add layers support.
987         
988 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * data/icons/22x22/actions/Makefile.am:
991         * data/icons/22x22/actions/eye.png:
992         * shell/ev-stock-icons.[ch]:
993         
994         Add eye icon from gimp to hide/show layers.
995         
996 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * configure.ac:
999         * cut-n-paste/Makefile.am:
1000         * cut-n-paste/gimpcellrenderertoggle/Makefile.am:
1001         * cut-n-paste/gimpcellrenderertoggle/gimpcellrenderertoggle.[ch]:
1002         * cut-n-paste/gimpcellrenderertoggle/gimpwidgetsmarshal.list:
1003
1004         Add GimpCellRendererToggle from gimp slightly modified to fit our
1005         needs. 
1006         
1007 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * configure.ac:
1010         * backend/pdf/ev-poppler.cc:
1011
1012         Implement layers interface in PDF backend.
1013         
1014 2008-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * libdocument/Makefile.am:
1017         * libdocument/ev-document-layers.[ch]:
1018         * libdocument/ev-layer.[ch]:
1019
1020         Add optional content (layers) interface.
1021         
1022 2008-11-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1023
1024         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
1025         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
1026
1027         Removes unused code.
1028
1029 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1030
1031         * NEWS:
1032         * configure.ac:
1033
1034         Update for 2.25.1 release
1035
1036 2008-11-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-window.c:
1039
1040         Fix build with GTK+ < 2.14
1041
1042 2008-11-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1043
1044         * cut-n-paste/zoom-control/ephy-zoom-action.c (create_menu_item):
1045         
1046         Makes menu label translatable. Fixes bug #559129.
1047
1048 2008-11-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1049
1050         * backend/dvi/mdvi-lib/t1.c (t1_reset_resolution),
1051         (t1_transform_font):
1052         * backend/dvi/mdvi-lib/tt.c (tt_really_load_font), (tt_load_font):
1053         
1054         More renames of warning to mdvi_warning in follow up to the
1055         fix of the bug #553369. Fix for the bug #559257 by
1056         Tuxce <tuxce.net@gmail.com>.
1057         
1058 2008-11-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1059
1060         * shell/ev-application.c: (ev_application_init_session):
1061         * shell/main.c: (main):
1062
1063         Move the egg_set_desktop_file() call to main and remove
1064         gtk_window_set_default_icon_name() since it's already called by
1065         egg_set_desktop_file()
1066         
1067 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * libdocument/ev-file-helpers.c: (ev_xfer_uri_simple):
1070
1071         Initialize GError to NULL.
1072         
1073 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1074
1075         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1076         (ev_window_print_finished), (ev_window_print_dialog_response_cb),
1077         (ev_window_preview_print_finished), (launch_action):
1078
1079         Do not use popup dialogs to show error messages anymore, use the
1080         message area instead.
1081         
1082 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1083
1084         * shell/ev-window.c: (ev_window_error_message),
1085         (ev_window_warning_message), (ev_window_set_document),
1086         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1087         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1088         (ev_window_cmd_help_contents), (launch_external_uri),
1089         (image_save_dialog_response_cb), (image_save_dialog_response_cb),
1090         (ev_attachment_popup_cmd_open_attachment),
1091         (attachment_save_dialog_response_cb):
1092
1093         Use a message format (with printf()-style) in
1094         ev_window_error_message and ev_window_warning_message.
1095
1096 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1097
1098         * shell/ev-window.c: (ev_window_error_message),
1099         (ev_window_warning_message), (ev_window_set_document),
1100         (ev_window_load_job_cb), (ev_window_load_remote_failed),
1101         (ev_window_cmd_file_open_copy_at_dest), (ev_window_save_job_cb),
1102         (ev_window_cmd_help_contents), (launch_external_uri),
1103         (image_save_dialog_response_cb),
1104         (ev_attachment_popup_cmd_open_attachment),
1105         (attachment_save_dialog_response_cb):
1106
1107         Change ev_window_error_message and ev_window_warning_message to
1108         receive a EvWindow instead of a GtkWindow. It's more consistent
1109         and avoids unneeded casts.
1110         
1111 2008-11-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1112
1113         * shell/ev-window.c: (ev_window_cmd_help_contents):
1114
1115         Use gtk_show_uri() when availale to display help contents.
1116         
1117 2008-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * configure.ac:
1120         * backend/pdf/ev-poppler.cc:
1121         * properties/ev-properties-view.c:
1122         * shell/Makefile.am:
1123         * shell/ev-tooltip.[ch]: Removed
1124         * shell/ev-view-private.h
1125         * shell/eggfindbar.c:
1126         * shell/ev-application.c:
1127         * shell/ev-open-recent-action.c:
1128         * shell/ev-sidebar-thumbnails.c:
1129         * shell/ev-view.c:
1130         * shell/ev-window.c:
1131
1132         Bump GTK+ requirement to 2.12.
1133         
1134 2008-10-27 Christian Persch <chpe@gnome.org>
1135
1136         * backend/djvu/djvu-document.c
1137         * backend/dvi/cairo-device.c
1138         * cut-n-paste/evmountoperation/ev-mount-operation.h
1139         * cut-n-paste/gedit-message-area/gedit-message-area.h
1140         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c
1141         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h
1142         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c
1143         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h
1144         * cut-n-paste/toolbar-editor/egg-toolbars-model.c
1145         * cut-n-paste/toolbar-editor/egg-toolbars-model.h
1146         * cut-n-paste/toolbar-editor/eggtreemultidnd.c
1147         * cut-n-paste/toolbar-editor/eggtreemultidnd.h
1148         * cut-n-paste/zoom-control/ephy-zoom-action.c
1149         * cut-n-paste/zoom-control/ephy-zoom-action.h
1150         * cut-n-paste/zoom-control/ephy-zoom-control.c
1151         * cut-n-paste/zoom-control/ephy-zoom-control.h
1152         * libdocument/ev-async-renderer.h
1153         * libdocument/ev-document-factory.c
1154         * libdocument/ev-document-misc.h
1155         * libdocument/ev-image.h
1156         * libdocument/ev-selection.h
1157         * shell/ev-properties-fonts.h
1158         * shell/ev-stock-icons.h
1159         * shell/ev-window.c: Only include glib.h, gdk/gdk.h and gtk/gtk.h
1160         directly. Bug #558064.
1161
1162 2008-10-27 Christian Persch <chpe@gnome.org>
1163
1164         * cut-and-paste/smclient/*: Update from libegg.
1165
1166 2008-10-27 Christian Persch <chpe@gnome.org>
1167
1168         * backend/djvu/djvu-document.c
1169         * backend/ps/ev-spectre.c
1170         * shell/ev-jobs.c: Use printf safely. Bug #558066.
1171
1172 2008-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1173
1174         * shell/ev-view.c (ev_view_change_page),
1175         (ev_view_transition_animation_finish),
1176         (ev_view_transition_animation_cancel), (page_changed_cb),
1177         (ev_view_set_presentation), (ev_view_next_page),
1178         (ev_view_previous_page):
1179         
1180         Cancel the animation without scheduling transition start
1181         and proceed to the next page to fix bug #516749.
1182
1183 2008-10-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * NEWS:
1186         * configure.ac:
1187
1188         Update for release 2.24.1
1189         
1190 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * shell/ev-window.c: (ev_window_cmd_view_presentation):
1193
1194         Disable toggle function of F5 when in presentation mode. Patch by
1195         Dave Neary. Fixes bug #556162.
1196         
1197 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
1200         (ev_sidebar_thumbnails_get_loading_icon), (clear_range),
1201         (ev_sidebar_thumbnails_fill_model),
1202         (ev_sidebar_thumbnails_refresh),
1203         (ev_sidebar_thumbnails_set_document):
1204
1205         Instead of using only one loading icon for thumbnails based on the
1206         size of the first page, create an icon for every different page
1207         size. Fixes bug #556264.
1208         
1209 2008-10-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * shell/ev-page-cache.c: (ev_page_cache_finalize):
1212
1213         Fix memory leak.
1214         
1215 2008-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1216
1217         * shell/ev-window-title.c (ev_window_title_sanitize_title):
1218
1219         Removes bad prefixes from window title. Patch by 
1220         Robin Sonefors <ozamosi@blinkenlights.se> fixes bug #534684.
1221         
1222 2008-10-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1223
1224         * shell/ev-window.c: (launch_external_uri):
1225
1226         Do not consider mailto links as http uris. Fixes bug #555801.
1227         
1228 2008-10-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * shell/ev-view.c: (merge_selection_region), (clear_selection):
1231
1232         Fix memory leak. Fixes bug #555134.
1233         
1234 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1237
1238         Emit the job finished signal when the job is handled before the
1239         page_ready callback.
1240         
1241 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1242
1243         * shell/ev-window.c: (launch_action):
1244
1245         Use GdkAppLaunchContext when available to launch external
1246         applications.
1247         
1248 2008-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c: (launch_action):
1251
1252         Fix launching external applications for launch actions which seems
1253         to be broken since the gio port. Fixes bug #554500.
1254         
1255 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1256
1257         * backend/dvi/Makefile.am:
1258         * backend/dvi/cairo-device.c:
1259         * backend/dvi/dvi-document.c:
1260         * backend/dvi/mdvi-lib/Makefile.am:
1261
1262         Fix several compile warnings in the dvi backend.
1263         
1264 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * backend/dvi/mdvi-lib/common.h:
1267         * backend/dvi/mdvi-lib/dviread.c:
1268         * backend/dvi/mdvi-lib/font.c:
1269         * backend/dvi/mdvi-lib/fontmap.c:
1270         * backend/dvi/mdvi-lib/fontsrch.c:
1271         * backend/dvi/mdvi-lib/gf.c:
1272         * backend/dvi/mdvi-lib/pagesel.c:
1273         * backend/dvi/mdvi-lib/pk.c:
1274         * backend/dvi/mdvi-lib/sp-epsf.c:
1275         * backend/dvi/mdvi-lib/special.c:
1276         * backend/dvi/mdvi-lib/tfm.c:
1277         * backend/dvi/mdvi-lib/tfmfile.c:
1278         * backend/dvi/mdvi-lib/util.c:
1279         * backend/dvi/mdvi-lib/vf.c:
1280
1281         Rename error as mdvi_error to avoid symbol conflicts with the libc
1282         error. Rename also message, crash, fatal and warning for
1283         consistency. Fixes bug #553369.
1284         
1285 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1286
1287         * backend/dvi/dvi-document.c: (dvi_document_load):
1288
1289         Fix memory leak.
1290         
1291 2008-09-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1292
1293         * backend/dvi/dvi-document.c:
1294
1295         Use EV_BACKEND_IMPLEMENT_INTERFACE instead of
1296         G_IMPLEMENT_INTERFACE.
1297         
1298 2008-09-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
1301
1302         Make sure copy_job_page_and_selection_to_job_info is always called
1303         before copy_job_to_job_info. Fixes bug #552382.
1304         
1305 2008-09-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * NEWS:
1308         * configure.ac:
1309
1310         Update for release 2.24.0
1311         
1312 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-window.c: (launch_external_uri):
1315
1316         Use GdkAppLaunchContext when available to launch external uris.
1317         
1318 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-window.c: (launch_external_uri):
1321
1322         Use the message area to show errors when lauching external uris
1323         instead of a popup window.
1324         
1325 2008-09-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-window.c: (launch_external_uri):
1328
1329         Assume invalid uris are http uris. Fixes bug #552071.
1330         
1331 2008-09-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * NEWS:
1334         * configure.ac:
1335
1336         Update for release 2.23.92.
1337         
1338 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * shell/eggfindbar.c: (egg_find_bar_class_init):
1341
1342         Allow page scrolling with PageUp/PageDown keys when find bar is
1343         active. Fixes bug #529833.
1344         
1345 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * shell/ev-view-private.h:
1348         * shell/ev-view.[ch]: (add_scroll_binding_keypad),
1349         (ev_view_scroll), (ev_view_class_init):
1350         * shell/ev-view-accessible.c:
1351         (ev_view_accessible_action_do_action):
1352         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
1353         (ev_window_cmd_scroll_backward):
1354
1355         Use GtkScrollType instead of EvScrollType.
1356         
1357 2008-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1358
1359         * shell/ev-page-cache.c (ev_page_cache_set_page_label):
1360         
1361         Patch for case unsensitive page label match by Michael Lee.
1362         See bug #550136.
1363         
1364         * shell/ev-page-action.c (create_tool_item):    
1365         * test/Makefile.am:
1366         * test/test1.py:
1367         * test/test4.py:
1368         * test/test5.py:
1369         
1370         Added test for the above and updated other tests.
1371
1372 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1373
1374         * shell/ev-window.c: (image_save_dialog_response_cb):
1375
1376         Do not append the file extension twice when saving an image.
1377         
1378 2008-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
1379
1380         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_image):
1381
1382         Remove an invalid ifdef.
1383         
1384 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * shell/ev-view.c: (ev_view_motion_notify_event):
1387
1388         Make sure the cursor is correctly restored after showing the right
1389         click menu.
1390         
1391 2008-09-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * libdocument/ev-attachment.[ch]: (ev_attachment_launch_app),
1394         (ev_attachment_open):
1395         * shell/ev-sidebar-attachments.c:
1396         (ev_sidebar_attachments_button_press):
1397         * shell/ev-window.c: (ev_attachment_popup_cmd_open_attachment):
1398
1399         Use GdkAppLaunchContext when available to open attachments.
1400         
1401 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1402
1403         * shell/ev-media-player-keys.c: (ev_media_player_keys_grab_keys):
1404
1405         Grab the mediakeys with a low priority. Fixes bug #547164. Patch
1406         by Eric Piel.
1407         
1408 2008-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1409
1410         * shell/ev-application.c: (ev_application_get_media_keys):
1411         * shell/ev-media-player-keys.[ch]:
1412         (ev_media_player_keys_class_init), (on_media_player_key_pressed),
1413         (ev_media_player_keys_grab_keys),
1414         (ev_media_player_keys_release_keys), (ev_media_player_keys_init),
1415         (ev_media_player_keys_focused), (ev_media_player_keys_finalize):
1416         * shell/ev-window.[ch]: (ev_window_dispose),
1417         (view_actions_focus_in_cb), (ev_window_media_player_key_pressed),
1418         (ev_window_init):
1419
1420         Clean up the media player keys stuff.
1421         
1422 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1423
1424         * NEWS:
1425         * configure.ac:
1426
1427         Update for release 2.23.91.
1428         
1429 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1432         (sm_client_xsmp_set_initial_properties):
1433
1434         Fix memory leak.
1435         
1436 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * shell/ev-application.c: (ev_application_open_window),
1439         (ev_application_open_uri_at_dest):
1440
1441         Make sure evince starts up in the right workspace when resuming a
1442         previous session.
1443         
1444 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1445
1446         * shell/ev-application.[ch]: (ev_application_open_window),
1447         (ev_application_add_icon_path_for_screen),
1448         (ev_application_open_uri_at_dest):
1449
1450         Fix window manager warnings shown in ~/.xsession-errors
1451         
1452 2008-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * configure.ac:
1455         * cut-n-paste/Makefile.am:
1456         * cut-n-paste/smclient/Makefile.am:
1457         * cut-n-paste/smclient/eggdesktopfile.[ch]:
1458         * cut-n-paste/smclient/eggsmclient-private.h:
1459         * cut-n-paste/smclient/eggsmclient-xsmp.c:
1460         * cut-n-paste/smclient/eggsmclient.[ch]:
1461
1462         EggSMClient copied from libegg
1463
1464         * libdocument/ev-file-helpers.c: (ev_dot_dir):
1465         * shell/Makefile.am:
1466         * shell/ev-application.[ch]: (ev_application_load_session),
1467         (smclient_save_state_cb), (smclient_quit_cb),
1468         (ev_application_init_session), (ev_application_shutdown),
1469         (ev_application_init):
1470         * shell/main.c: (main):
1471
1472         Use EggSMClient instead of gnome-client and remove libgnome and
1473         libgnomeui dependencies.
1474         
1475 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1476
1477         * shell/main.c: (main):
1478
1479         Remove gnome_authentication_manager_init.
1480         
1481 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-view.c: (ev_view_goto_window_create):
1484
1485         Use gtk_box_pack_start instead of gtk_box_pack_start_defaults
1486         since it's now deprecated.
1487         
1488 2008-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * backend/djvu/Makefile.am:
1491         * backend/djvu/djvu-document-private.h:
1492         * backend/djvu/djvu-document.c: (djvu_document_find_find_text),
1493         (djvu_document_find_iface_init):
1494         * backend/djvu/djvu-text-page.[ch]:
1495         * backend/djvu/djvu-text.[ch]: Removed
1496         * backend/pdf/ev-poppler.cc: (pdf_document_find_find_text),
1497         (pdf_document_find_iface_init):
1498         * libdocument/ev-document-find.[ch]: (ev_document_find_find_text):
1499         * shell/ev-jobs.[ch]: (ev_job_find_init), (ev_job_find_dispose),
1500         (ev_job_find_run), (ev_job_find_class_init), (ev_job_find_new),
1501         (ev_job_find_get_n_results), (ev_job_find_get_progress),
1502         (ev_job_find_has_results), (ev_job_find_get_results):
1503         * shell/ev-view-private.h:
1504         * shell/ev-view.[ch]: (ev_view_expose_event),
1505         (highlight_find_results), (ev_view_finalize),
1506         (ev_view_get_property), (ev_view_class_init), (page_changed_cb),
1507         (ev_view_set_document), (ev_view_find_get_n_results),
1508         (ev_view_find_get_result), (jump_to_find_result),
1509         (jump_to_find_page), (ev_view_find_changed), (ev_view_find_next),
1510         (ev_view_find_previous), (ev_view_find_search_changed),
1511         (ev_view_find_set_highlight_search), (ev_view_find_cancel):
1512         * shell/ev-window.c: (ev_window_update_actions),
1513         (page_changed_cb), (ev_window_setup_document),
1514         (ev_window_update_find_status_message),
1515         (ev_window_find_job_finished_cb), (ev_window_find_job_updated_cb),
1516         (ev_window_clear_find_job), (find_bar_close_cb),
1517         (find_bar_search_changed_cb), (find_bar_visibility_changed_cb),
1518         (ev_window_dispose), (ev_window_init):
1519
1520         Rework find interface. The find logic has been moved from backends
1521         to the shell avoiding a lot of duplicated code in the backends and
1522         making easier to implement the find interface in the backends.
1523         
1524 2008-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * backend/pdf/ev-poppler.cc:
1527         (pdf_document_thumbnails_get_dimensions):
1528
1529         Make sure thumbnail size returned by the PDF is actually
1530         valid. Fixes bug #548462.
1531         
1532 2008-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1533
1534         * shell/ev-window.c: (ev_window_setup_document),
1535         (ev_window_set_document), (ev_window_dispose):
1536
1537         Remove the idle function for setting the document up when the
1538         window is destroyed. Fixes bug #549163.
1539         
1540 2008-08-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * shell/ev-jobs.[ch]: (ev_job_attachments_init),
1543         (ev_job_attachments_dispose), (ev_job_attachments_run),
1544         (ev_job_attachments_class_init), (ev_job_attachments_new):
1545         * shell/ev-sidebar-attachments.c:
1546         (ev_sidebar_attachments_set_document):
1547
1548         Add a new job to get the attachments in a thread with the document
1549         lock held. Fixes bug #548653.
1550         
1551 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * backend/tiff/tiff-document.c: (tiff_document_get_page_label),
1554         (tiff_document_document_iface_init):
1555
1556         Implement document_get_page_label in tiff backend.
1557         
1558 2008-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * backend/tiff/tiff-document.c: (tiff_document_render):
1561
1562         Handle document orientation in tiff backend. Fixes bug #548444.
1563         
1564 2008-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1565
1566         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1567
1568         Do not crash when adjustment page size is 0. Fixes bug #547440.
1569         
1570 2008-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * cut-n-paste/evmountoperation/ev-mount-operation.c:
1573
1574         Sync with current GTK+.
1575         
1576 2008-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1577
1578         * configure.ac:
1579         
1580         Update for release 2.23.6.
1581
1582 2008-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_run),
1585         (ev_job_load_set_password):
1586         * shell/ev-password.[ch]: (ev_password_dialog_get_password):
1587         * shell/ev-window.c: (password_dialog_response),
1588         (ev_window_load_job_cb):
1589
1590         Fix loading encrypted documents since I broke it with the jobs
1591         rework.
1592         
1593 2008-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * NEWS:
1596
1597         Update NEWS for 2.23.6 release.
1598         
1599 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1600
1601         * backend/impress/impress-document.c:
1602         * backend/impress/render.h:
1603         * libdocument/ev-document-factory.c:
1604         * libdocument/ev-document-factory.h:
1605         * libdocument/ev-document-links.h:
1606         * libdocument/ev-document-misc.c:
1607         * libdocument/ev-document-misc.h:
1608         * properties/ev-properties-main.c:
1609         * properties/ev-properties-view.c:
1610         * properties/ev-properties-view.h:
1611         * shell/eggfindbar.c:
1612         * shell/eggfindbar.h:
1613         * shell/ev-application.c:
1614         * shell/ev-application.h:
1615         * shell/ev-jobs.h:
1616         * shell/ev-message-area.h:
1617         * shell/ev-navigation-action.c:
1618         * shell/ev-navigation-action.h:
1619         * shell/ev-open-recent-action.c:
1620         * shell/ev-open-recent-action.h:
1621         * shell/ev-page-action-widget.c:
1622         * shell/ev-page-action.c:
1623         * shell/ev-page-action.h:
1624         * shell/ev-page-cache.h:
1625         * shell/ev-password-view.h:
1626         * shell/ev-password.h:
1627         * shell/ev-pixbuf-cache.h:
1628         * shell/ev-properties-fonts.c:
1629         * shell/ev-sidebar-attachments.c:
1630         * shell/ev-sidebar-links.c:
1631         * shell/ev-sidebar-links.h:
1632         * shell/ev-sidebar-thumbnails.c:
1633         * shell/ev-sidebar-thumbnails.h:
1634         * shell/ev-sidebar.c:
1635         * shell/ev-sidebar.h:
1636         * shell/ev-stock-icons.c:
1637         * shell/ev-tooltip.h:
1638         * shell/ev-view.c:
1639         * shell/ev-view.h:
1640         * shell/ev-window.c:
1641         * shell/ev-window.h:
1642         * shell/main.c:
1643
1644         More #include cleanups. Again: reordering, single gtk.h
1645         includes and other stuff.
1646
1647 2008-08-03  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1648
1649         * shell/eggfindbar.c:
1650         * shell/ev-application.c:
1651         * shell/ev-message-area.c:
1652         * shell/ev-navigation-action.c:
1653         * shell/ev-open-recent-action.c:
1654         * shell/ev-page-action-widget.c:
1655         * shell/ev-page-action.c:
1656         * shell/ev-password-view.c:
1657         * shell/ev-properties-dialog.c:
1658         * shell/ev-properties-fonts.c:
1659         * shell/ev-sidebar-attachments.c:
1660         * shell/ev-sidebar-page.c:
1661         * shell/ev-sidebar-thumbnails.c:
1662         * shell/ev-stock-icons.c:
1663         * shell/ev-tooltip.c:
1664         * shell/ev-view.c:
1665         * shell/ev-window.c:
1666         * shell/main.c:
1667
1668         Cleanup many #include statements: reorder so that a
1669         generic-to-specific order is used, use single gtk.h
1670         includes, and some other cleanups.
1671
1672 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * shell/ev-jobs.h:
1675
1676         Add gio header.
1677         
1678 2008-08-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1679
1680         * libdocument/ev-document.[ch]: (ev_document_doc_mutex_trylock),
1681         (ev_document_fc_mutex_trylock):
1682         * shell/Makefile.am:
1683         * shell/ev-job-queue.[ch]:
1684         * shell/ev-job-scheduler.[ch]:
1685         * shell/ev-jobs.[ch]: (ev_job_init), (ev_job_dispose),
1686         (ev_job_class_init), (emit_finished), (ev_job_emit_finished),
1687         (ev_job_run), (ev_job_cancel), (ev_job_failed),
1688         (ev_job_failed_from_error), (ev_job_succeeded),
1689         (ev_job_is_finished), (ev_job_is_failed), (ev_job_get_run_mode),
1690         (ev_job_set_run_mode), (ev_job_links_init), (ev_job_links_run),
1691         (ev_job_links_class_init), (ev_job_render_init),
1692         (notify_page_ready), (ev_job_render_page_ready),
1693         (ev_job_render_run), (ev_job_render_class_init),
1694         (ev_job_thumbnail_init), (ev_job_thumbnail_run),
1695         (ev_job_thumbnail_class_init), (ev_job_fonts_init),
1696         (ev_job_fonts_run), (ev_job_fonts_class_init), (ev_job_load_init),
1697         (ev_job_load_run), (ev_job_load_class_init), (ev_job_save_init),
1698         (ev_job_save_dispose), (ev_job_save_run),
1699         (ev_job_save_class_init), (ev_job_print_init),
1700         (ev_job_print_dispose), (ev_job_print_run),
1701         (ev_job_print_class_init):
1702         * shell/ev-page-cache.c:
1703         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1704         (check_job_size_and_unref), (move_one_job),
1705         (copy_job_to_job_info), (add_job),
1706         (ev_pixbuf_cache_add_jobs_if_needed):
1707         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
1708         (job_fonts_finished_cb), (job_fonts_updated_cb),
1709         (ev_properties_fonts_set_document):
1710         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
1711         (ev_sidebar_links_set_document):
1712         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
1713         (ev_sidebar_thumbnails_set_document),
1714         (ev_sidebar_thumbnails_clear_job):
1715         * shell/ev-view-private.h:
1716         * shell/ev-view.c:
1717         * shell/ev-window.c: (ev_window_clear_thumbnail_job),
1718         (ev_window_refresh_window_thumbnail), (password_dialog_response),
1719         (ev_window_clear_load_job), (ev_window_clear_reload_job),
1720         (ev_window_load_job_cb), (ev_window_reload_job_cb),
1721         (window_open_file_copy_ready_cb), (ev_window_open_uri),
1722         (ev_window_reload_document), (ev_window_clear_save_job),
1723         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1724         (ev_window_clear_print_job), (ev_window_print_job_cb),
1725         (ev_window_print_dialog_response_cb):
1726         * shell/main.c: (main):
1727
1728         Rework the jobs system in order to make it simpler and more
1729         extensible. It allows to run jobs in the main loop instead of
1730         using a thread when it's appropriate like the fonts job. Now it's
1731         also possible to cancel jobs that are currently running. 
1732         
1733 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1734
1735         * libdocument/ev-debug.c: (profile_init):
1736
1737         Create the hash table also when profiling service is enabled for
1738         all sections.
1739         
1740 2008-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1741
1742         * libdocument/ev-debug.[ch]: (ev_profiler_start),
1743         (ev_profiler_stop):
1744         * shell/ev-jobs.c: (ev_job_finished), (ev_job_links_run),
1745         (notify_page_ready), (ev_job_render_run), (ev_job_thumbnail_run),
1746         (ev_job_fonts_run), (ev_job_load_run), (ev_job_save_run),
1747         (ev_job_print_run):
1748         * shell/main.c: (main):
1749
1750         Add a profile mode available when debug is enabled. Add profilers
1751         in ev-jobs.
1752         
1753 2008-07-23  Götz Waschk <waschk@mandriva.org>
1754
1755         * configure.ac: Correctly build desktop file. Fixes
1756         bug #544237.
1757
1758 2008-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1759
1760         * configure.ac:
1761         
1762         Update for release 2.23.5.
1763
1764 2008-07-21  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * NEWS:
1767
1768         Update NEWS for 2.23.5 release.
1769         
1770 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-window.c: (ev_window_state_event),
1773         (ev_window_class_init):
1774
1775         Intercept window manager's fullscreen request in order to run/stop
1776         fullscreen mode. Fixes bug #493541.
1777         
1778 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-window.c: (find_bar_visibility_changed_cb):
1781
1782         Restart the job search when the find bar is opened for the second
1783         time. Fixes bug #531956.
1784         
1785 2008-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * libdocument/ev-document-factory.c: (get_mime_type_from_data),
1788         (get_document_from_uri):
1789
1790         Make sure we always return a valid error struct when
1791         get_document_from_uri fails. Fixes nautilus crash, see bug
1792         #542548.
1793         
1794 2008-07-15   Darren Kenny  <darren.kenny@sun.com>
1795
1796         * libdocument/ev-transition-effect.c
1797         (ev_transition_effect_type_get_type),
1798         (ev_transition_effect_alignment_get_type),
1799         (ev_transition_effect_direction_get_type):
1800         
1801         Fixes bug #542924. Makes enums static to fix Solaris build.
1802
1803 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * shell/ev-view.c: (ev_view_key_press_event):
1806
1807         Add '.' keybinding for blanking the screen in presentation
1808         mode. Fixes bug #542001.
1809         
1810 2008-07-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1811
1812         * libdocument/ev-document-misc.c:
1813         (ev_document_misc_pixbuf_from_surface):
1814
1815         Fix bytes order on big endian. Patch by Benjamin Jacobs. Fixes bug
1816         #540950.
1817         
1818 2008-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1819
1820         * backend/comics/comics-document.c (comics_document_load):
1821         * backend/comics/comicsdocument.evince-backend.in:
1822         * configure.ac:
1823         * thumbnailer/evince-thumbnailer-comics.schemas.in:
1824         
1825         Added support for 7-zip based cb7 comic book. Patch by
1826         Kartik Rustagi. Fixes bug #532312.
1827
1828 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1829
1830         * shell/ev-window.c: Use Alt+Left to rotate left, and Alt+Right
1831         to rotate right. Ctrl+R (as EOG uses) is already used for reload.
1832         Fixes bug #539972.
1833
1834 2008-06-24  Bastien Nocera  <hadess@hadess.net>
1835
1836         * shell/Makefile.am:
1837         * shell/ev-application.c (ev_application_init),
1838         (ev_application_get_media_keys):
1839         * shell/ev-application.h:
1840         * shell/ev-marshal.list:
1841         * shell/ev-media-player-keys.c (ev_media_player_keys_class_init),
1842         (proxy_destroy), (on_media_player_key_pressed),
1843         (ev_media_player_keys_init), (ev_media_player_keys_focused),
1844         (ev_media_player_keys_finalize), (ev_media_player_keys_new):
1845         * shell/ev-media-player-keys.h:
1846         * shell/ev-window.c (ev_window_go_previous_page),
1847         (ev_window_go_next_page), (ev_window_go_first_page),
1848         (ev_window_go_last_page), (ev_window_start_presentation),
1849         (ev_window_dispose), (view_actions_focus_in_cb):
1850         * shell/ev-window.h: When building with D-Bus support, listen
1851         for multimedia key events from gnome-settings-daemon. This allows
1852         to go to the next/previous/first/last pages using, respectively,
1853         Next/Previous/Rewing/Fast Forward. The Play button is used to start
1854         a presentation. Fixes bug #539971.
1855
1856 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1857
1858         * configure.ac:
1859         
1860         Update for release 2.23.4.
1861
1862 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * NEWS:
1865
1866         Update news for 2.23.4 release.
1867         
1868 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
1871         * shell/ev-sidebar-thumbnails.c:
1872         (ev_sidebar_thumbnails_set_loading_icon),
1873         (ev_sidebar_thumbnails_refresh):
1874         * shell/ev-window.c: (ev_window_error_message),
1875         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
1876         (ev_window_set_document):
1877
1878         Do not crash opening documents with no pages and show a warning
1879         message in the message area. Fixes bugs #537574 and #171588.
1880         
1881 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * shell/Makefile.am:
1884         * shell/ev-file-monitor.[ch]:
1885         * shell/ev-window.c: (ev_window_document_changed),
1886         (ev_window_clear_reload_job), (ev_window_load_job_cb),
1887         (ev_window_reload_job_cb), (ev_window_open_uri),
1888         (ev_window_reload_document), (ev_window_cmd_view_reload),
1889         (ev_window_dispose):
1890
1891         Automaticly reload the document when the file has changed on
1892         disk. Bug #304249.
1893         
1894 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
1895
1896         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
1897         * libdocument/ev-image.c: (ev_image_save_tmp):
1898         * libdocument/ev-module.c: (ev_module_load):
1899         * shell/ev-application.c: (ev_application_shutdown),
1900         (ev_application_get_print_settings):
1901         * shell/ev-sidebar-attachments.c:
1902         (ev_sidebar_attachments_button_press),
1903         (ev_sidebar_attachments_drag_data_get):
1904         * shell/ev-window.c: (window_save_file_copy_ready_cb),
1905         (ev_window_print_finished), (ev_window_print_send),
1906         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
1907         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1908         (ev_window_cmd_preview_print):
1909         * shell/main.c: (load_files_remote):
1910         Fix some build warnings under GCC 4.3.0. (#537535).
1911
1912 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * shell/ev-jobs.c: (ev_job_render_dispose):
1915
1916         Fix a crash in debug mode. Patch by Daniel M German.
1917         
1918 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1919
1920         * shell/ev-window.c:
1921
1922         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
1923         
1924 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * shell/ev-window.c: (ev_window_print_send),
1927         (ev_window_do_preview_print):
1928
1929         Use the window title as print job name instead of just
1930         "evince-print". Fixes bug #534493.
1931         
1932 2008-05-19  Frederic Peters  <fpeters@0d.be>
1933
1934         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
1935         Bug #533897.
1936
1937 2008-05-19  Frederic Peters  <fpeters@0d.be>
1938
1939         * help/reference/Makefile.am: added missing libevmountoperation to
1940         gtkdoc-scanobj libraries.  Bug #533896.
1941
1942 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
1943
1944         * properties/ev-properties-view.c (get_default_user_units):
1945         Fixes check for default units string translation. Bug #533323.
1946
1947 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
1948
1949         * backend/impress/iksemel.c (sax_core): Fix a free() that should
1950         be an iks_free(). Fix an array overflow in the XML parser that
1951         would occur whenever the number of attributes in a tag was greater
1952         than 0 and divisible by 6. Fixes GNOME bug #530852.
1953
1954 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * backend/djvu/djvu-document-private.h:
1957         * backend/djvu/djvu-links.c:
1958         * backend/djvu/djvu-text.c:
1959         * backend/djvu/djvu-document.c: (djvu_handle_events),
1960         (djvu_wait_for_message), (djvu_document_load),
1961         (document_get_page_size), (djvu_document_render),
1962         (djvu_document_thumbnails_get_thumbnail),
1963         (djvu_document_file_exporter_end):
1964
1965         Make sure load job doesn't finish successfully when the document
1966         is not successfully decoded by libdjvu. Fixes bug #530202.
1967         
1968 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * configure.ac:
1971         * libdocument/Makefile.am:
1972         * libdocument/ev-debug.[ch]:
1973         * libdocument/ev-document.c:
1974         * shell/ev-jobs.c: (ev_job_links_dispose),
1975         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
1976         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
1977         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
1978         (ev_job_render_page_ready), (ev_job_render_run),
1979         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
1980         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
1981         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
1982         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
1983         (ev_job_print_new), (ev_job_print_run):
1984         * shell/main.c: (main):
1985
1986         Add debug mode based on gedit code. Add debug messages in
1987         ev-jobs.
1988         
1989 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1990
1991         * libdocument/ev-document-factory.c: (get_document_from_uri):
1992
1993         Fix memory leak.
1994         
1995 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
1996
1997         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
1998         (get_mime_type_from_data), (get_document_from_uri),
1999         (ev_document_factory_get_document):
2000         
2001         Improved error message about file opening failture.
2002         Bug #529129.
2003
2004 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2005
2006         * data/evince-toolbar.xml:
2007         
2008         Allow to add SaveAs to toolbar.
2009
2010 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * shell/ev-view-private.h:
2013         * shell/ev-view.[ch]: (ev_view_button_release_event),
2014         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
2015         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
2016         (ev_view_update_primary_selection), (clear_link_selected),
2017         (ev_view_copy_link_address):
2018         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
2019
2020         Update also the primary selection when copying a link
2021         address. Fixes bug #520855.
2022         
2023 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2024
2025         * libdocument/ev-document-factory.c: (get_document_from_uri):
2026
2027         Use the pixbuf backend only when the mime type is not supported by
2028         any of the other backend so that tiff documents, for instance, are
2029         handled by the tiff backend instead of the pixbuf backend. fixes
2030         bug #520290.
2031         
2032 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2033
2034         * cut-n-paste/Makefile.am:
2035
2036         Add evmountoperation to subdirs list.
2037         
2038 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2039
2040         * configure.ac:
2041
2042         Fix libspectre check in configure script. Fixes bug #528549.
2043         
2044 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2045
2046         * configure.ac:
2047         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
2048         * shell/Makefile.am:
2049         * shell/ev-window.c: (ev_window_load_remote_failed),
2050         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
2051
2052         Add GtkMountOperation (renamed to avoid conflicts) to be able to
2053         open documents in remote locations that are not mounted.
2054         
2055 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
2058         (bitmap_convert_msb8):
2059         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
2060         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
2061
2062         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
2063         
2064 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2065
2066         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2067         (ev_job_render_new), (ev_job_render_set_selection_info),
2068         (ev_job_render_run):
2069         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2070         (check_job_size_and_unref),
2071         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
2072         (add_job), (ev_pixbuf_cache_get_selection_surface):
2073
2074         Create the render context needed for rendering a page in the render
2075         thread so that we don't block the main thread. Simplify
2076         EvJobRender API.
2077         
2078 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2079
2080         * libdocument/Makefile.am:
2081         * libdocument/ev-page.[ch]:
2082         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
2083         (ev_render_context_new), (ev_render_context_set_page):
2084         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
2085         (ev_form_field_finalize), (ev_form_field_class_init):
2086         * libdocument/ev-document-forms.[ch]:
2087         (ev_document_forms_get_form_fields):
2088         * libdocument/ev-document.[ch]: (ev_document_get_page),
2089         (ev_document_get_page_size), (ev_document_get_page_label):
2090         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2091         (ev_job_render_run), (ev_job_thumbnail_new),
2092         (ev_job_thumbnail_run), (ev_job_print_run):
2093         * shell/ev-page-cache.c: (ev_page_cache_new):
2094         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
2095         (check_job_size_and_unref), (add_job):
2096         * shell/ev-sidebar-thumbnails.c: (add_range):
2097         * shell/ev-view.c: (ev_view_form_field_get_region),
2098         (ev_view_form_field_button_create_widget),
2099         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2100         (ev_view_handle_form_field), (ev_view_size_allocate),
2101         (get_selected_text):
2102         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
2103         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
2104         (pdf_document_get_page), (pdf_document_get_page_label),
2105         (pdf_document_render), (pdf_document_get_info),
2106         (pdf_document_document_iface_init),
2107         (pdf_document_thumbnails_get_thumbnail),
2108         (pdf_document_thumbnails_get_dimensions),
2109         (pdf_document_file_exporter_do_page),
2110         (pdf_selection_render_selection),
2111         (pdf_selection_get_selected_text),
2112         (pdf_selection_get_selection_region),
2113         (pdf_selection_get_selection_map),
2114         (pdf_document_forms_get_form_fields),
2115         (pdf_document_forms_form_field_text_get_text),
2116         (pdf_document_forms_form_field_text_set_text),
2117         (pdf_document_forms_form_field_button_set_state),
2118         (pdf_document_forms_form_field_button_get_state),
2119         (pdf_document_forms_form_field_choice_get_item),
2120         (pdf_document_forms_form_field_choice_get_n_items),
2121         (pdf_document_forms_form_field_choice_is_item_selected),
2122         (pdf_document_forms_form_field_choice_select_item),
2123         (pdf_document_forms_form_field_choice_toggle_item),
2124         (pdf_document_forms_form_field_choice_unselect_all),
2125         (pdf_document_forms_form_field_choice_set_text),
2126         (pdf_document_forms_form_field_choice_get_text):
2127         * backend/ps/ev-spectre.c: (ps_document_get_page),
2128         (ps_document_get_page_size), (ps_document_get_page_label),
2129         (ps_document_render), (ps_document_document_iface_init),
2130         (ps_document_file_exporter_do_page):
2131         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
2132         (tiff_document_render), (tiff_document_render_pixbuf),
2133         (tiff_document_file_exporter_do_page):
2134         * backend/pixbuf/pixbuf-document.c:
2135         (pixbuf_document_get_page_size):
2136         * backend/comics/comics-document.c:
2137         (comics_document_get_page_size), (comics_document_render_pixbuf):
2138         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
2139         (djvu_document_render), (djvu_selection_get_selected_text),
2140         (djvu_document_thumbnails_get_thumbnail),
2141         (djvu_document_file_exporter_do_page),
2142         (djvu_document_find_get_result):
2143         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
2144         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
2145         (dvi_document_thumbnails_get_thumbnail),
2146         (dvi_document_file_exporter_do_page):
2147         * backend/impress/impress-document.c:
2148         (impress_document_get_page_size),
2149         (impress_document_render_pixbuf):
2150         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2151
2152         Add EvPage so that we can hold a reference to the backend
2153         page. Form fields keep now a reference to the poppler page
2154         improving performance since we don't have to create/destroy the
2155         poppler field for every form operation. This will be needed for
2156         annotations too.
2157         
2158 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * data/evince-ui.xml:
2161         * shell/ev-window.c:
2162
2163         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
2164         
2165 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2166
2167         * configure.ac:
2168         * backend/ps/Makefile.am:
2169
2170         Remove gs stuff from ps backend.
2171         
2172 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2173
2174         * configure.ac:
2175         * backend/pdf/ev-poppler.cc:
2176
2177         Bump poppler requirement to 0.8.0.
2178         
2179 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2180
2181         * NEWS:
2182         * configure.ac:
2183
2184         Update for release 2.22.1.1
2185
2186 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * configure.ac:
2189
2190         Fix build (again) when poppler version is 0.6
2191         
2192 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * backend/djvu/djvu-links.c: (build_tree):
2195
2196         Make sure link title is a valid utf8 string. Fixes bug #526517.
2197         
2198 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * configure.ac:
2201
2202         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
2203         #526799.
2204         
2205 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2206
2207         * configure.ac:
2208         
2209         Update for release 2.22.1.
2210
2211 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2212
2213         * NEWS:
2214
2215         Update for upcoming release.
2216
2217 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2218
2219         * configure.ac:
2220         * backend/dvi/dvidocument.evince-backend.in:
2221
2222         Add compressed dvi to the list of supported mime types. Patch by
2223         Ed Catmur. Fixes bug #307087.
2224
2225 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * shell/ev-jobs.c: (ev_job_print_get_page_list):
2228
2229         Fix a crash when printing a range that doesn't specify the start or
2230         end page. Fixes bug #524288.
2231
2232 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-window.c: (ev_window_cmd_continuous),
2235         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
2236         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
2237         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
2238         (ev_window_run_presentation), (ev_window_stop_presentation),
2239         (ev_window_cmd_view_presentation),
2240         (ev_window_cmd_leave_fullscreen),
2241         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
2242
2243         Do not unfullscreen and fullscreen again the window when changing
2244         from fullscreen to presentation mode and vice versa. Fixes bug
2245         #524112.
2246         
2247 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2248
2249         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
2250
2251         Do not crash when thumbnail failed to render in PS backend. Fixes
2252         bug #525015.
2253         
2254 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * shell/ev-window.c: (window_open_file_copy_ready_cb),
2257         (ev_window_load_file_remote), (ev_window_open_uri):
2258
2259         Handle errors when opening remote files.
2260         
2261 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2262
2263         * shell/ev-page-action.c: (ev_page_action_grab_focus):
2264
2265         Only grab the focus for the current visible proxy widget. Fixes
2266         bug #521224.
2267         
2268 2008-03-30  Emil Soleyman  <emil@nishra.com>
2269
2270         * shell/ev-window.c: (launch_external_uri):
2271         
2272         Reuse g_app_info_launch_default_for_uri to
2273         save some code and fix bug #525009.
2274
2275 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2276
2277         * shell/ev-window.c (image_save_dialog_response_cb):
2278
2279         Use g_str_has_suffix. See bug #523069.
2280
2281 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * configure.ac:
2284
2285         Add a configure option to enable/diable DBus. Patch by Rémi
2286         Cardona. Fixes bug 521797.
2287
2288 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2291
2292         Fix printing in documents with rotated pages. Patch by Eugen
2293         Dedu. Fixes bug #512648.
2294         
2295 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
2298         (ev_link_from_action):
2299
2300         Fix warning messages.
2301         
2302 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * shell/ev-window.c: (image_save_dialog_response_cb):
2305
2306         Do not append the extension to filename when saving an image
2307         if the filename alredy contains the extension. Fixes bug #523069.
2308         
2309 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/ev-view.[ch]: (ev_view_find_cancel):
2312         * shell/ev-window.c: (find_bar_close_cb):
2313
2314         Cancel the find operation when the find bar is closed. Fixes bug
2315         #508845.
2316         
2317 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2318
2319         * backend/ps/psdocument.evince-backend.in:
2320
2321         Make ps backend module resident. Fixes bug #520607.
2322         
2323 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2324
2325         * shell/ev-jobs.c: (ev_job_print_run):
2326
2327         Invert collate action in order to work as expected, fix reverse
2328         printing so that it doesn't start with a blank page and fix number
2329         of copies. Patch by Eugen Dedu. Fixes bug #365332.
2330         
2331 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2334
2335         Fix build with poppler <= 0.7.2
2336         
2337 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * libdocument/ev-document-misc.c:
2340         (ev_document_misc_surface_from_pixbuf):
2341
2342         Fix selections with poppler-splash.
2343         
2344 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * configure.ac:
2347         * backend/pdf/ev-poppler.cc:
2348
2349         Fix build with poppler >= 0.7.2
2350         
2351 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2352
2353         * configure.ac:
2354         
2355         Update for release 2.22.0
2356
2357 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2358
2359         * NEWS:
2360
2361         Update for upcoming release.
2362
2363 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2364
2365         * shell/ev-window.c (ev_window_print_dialog_response_cb):
2366
2367         Bug 495107 – Handle print dialog responses correctly
2368
2369         Correctly handle print dialog response. Properly fixes
2370         the above mentioned bug.
2371
2372 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
2375
2376         Make sure print job is only run when the print button is
2377         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
2378         
2379 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2380
2381         * backend/pdf/pdfdocument.evince-backend.in:
2382         * libdocument/ev-backends-manager.c:
2383         (ev_backends_manager_load_backend),
2384         (ev_backends_manager_get_document):
2385         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
2386
2387         Allow making backend modules resident. This is needed only for
2388         some backends like pdf to avoid registering glib types more than
2389         once.
2390         
2391 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2392
2393         * backend/comics/comics-document.c:
2394         * backend/djvu/djvu-document.c:
2395         * backend/impress/impress-document.c:
2396         * backend/pdf/ev-poppler.cc:
2397         * backend/pixbuf/pixbuf-document.c:
2398         * backend/ps/ev-spectre.c:
2399         * backend/ps/ps-document.c:
2400         * backend/tiff/tiff-document.c:
2401         * libdocument/ev-document.h:
2402         * properties/ev-properties-main.c:
2403
2404         Use g_type_module_add_interface instead of
2405         g_type_add_interface_static. Fixes bug #519679.
2406         
2407 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
2408
2409         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
2410         Added. Returns whether the animation has everything necessary to run.
2411         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
2412         is ready just because it's been created. Fixes #519106.
2413         (draw_one_page): Do not show the "Loading..." text in presentation
2414         mode, there was a slim probability that this could happen.
2415
2416 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2417
2418         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
2419
2420         Duplicate mime_type string before freeing it so that it doesn't
2421         always fail when getting mime type from uri. Fixes bug #518874.
2422         
2423 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2424
2425         * shell/ev-view.c: (ev_view_form_field_choice_changed):
2426
2427         Fix a crash when a choice form field doesn't have any item
2428         selected. Fixes bug #518831
2429         
2430 2008-02-25  Alexander Larsson  <alexl@redhat.com>
2431
2432         * shell/ev-window.c (ev_window_clear_temp_file):
2433         Use g_file_has_prefix instead of renamed
2434         g_file_contains_file.
2435
2436         * configure.ac:
2437         Require new glib for above change.
2438         
2439 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2440
2441         * libdocument/ev-image.c: (ev_image_finalize),
2442         (ev_image_save_tmp):
2443
2444         Return a real uri instead of a filename when saving an
2445         image. Fixes images drag an drop from evince to nautilus. 
2446         
2447 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * backend/pdf/ev-poppler.cc:
2450         (pdf_document_images_get_image_mapping):
2451
2452         Return the image list in the right order. Fixes bug #516237.
2453         
2454 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2455
2456         * backend/impress/impress-document.c:
2457         (impress_document_thumbnails_get_thumbnail):
2458
2459         Remove unused variable to avoid a compiler warning.
2460
2461 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2462
2463         * configure.ac:
2464         
2465         Update for release 2.21.91.
2466
2467 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * configure.ac:
2470         * shell/Makefile.am:
2471         * shell/ev-application.[ch]:
2472         * shell/ev-sidebar-links.c:
2473         * shell/ev-utils.[ch]:
2474         * shell/ev-window.[ch]:
2475
2476         Remove libgnomeprint support. Fixes bug #512370.
2477         
2478 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
2479
2480         * thumbnailer/evince-thumbnailer.c: (main):
2481
2482         Initialize glib type system before using it. Fixes bug #513934.
2483         
2484 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * properties/ev-properties-main.c:
2487
2488         Add missing #include.
2489         
2490 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2491
2492         * configure.ac:
2493         * backend/djvu/djvu-document.c: (djvu_document_render):
2494         * backend/tiff/tiff-document.c: (tiff_document_render):
2495
2496         Use the new cairo function cairo_format_stride_for_width when
2497         available. Fixes bug #482720.
2498
2499 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
2502         (get_mime_type_from_data), (get_document_from_uri):
2503
2504         Use g_content_type_guess() only when slow is true in
2505         get_document_from_uri(). Fix several memory leaks.
2506         
2507 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
2508
2509         * libdocument/ev-document-factory.c:
2510         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
2511         (get_document_from_uri):
2512
2513         Use g_content_type_guess () to get mimetype for files.
2514         Bug #510401.
2515
2516 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
2517
2518         * thumbnailer/Makefile.am:
2519
2520         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
2521         
2522 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * configure.ac:
2525
2526         Fix build with --without-libgnome. Fixes bug #512771.
2527         
2528 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2529
2530         * backend/dvi/Makefile.am: Install only dvi
2531         module. Fixes bug #512718.
2532
2533 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2534
2535         * properties/ev-properties-main.c: (nautilus_module_initialize):
2536         
2537         Initialize backends in properties tab. Fixes bug
2538         #512720.
2539
2540 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
2541
2542         * properties/Makefile.am: No need to link with 
2543         libraries. Fixes bug #512719.
2544
2545 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2546
2547         * NEWS:
2548         * configure.ac:
2549         
2550         Update for release 2.21.90.
2551
2552 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-window.c: (ev_window_cmd_escape):
2555
2556         Fix compile warning.
2557         
2558 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
2561
2562         Fix printing in dvi backend when filename contains white
2563         espaces. Fixes bug #502839.
2564         
2565 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2566
2567         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
2568         (screensaver_disable_x11):
2569         * shell/Makefile.am:
2570         * shell/xdg-user-dir-lookup.c: Removed
2571         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
2572         * shell/ev-view.c: (ev_view_presentation_transition_start):
2573         * shell/ev-window.c: (ev_window_cmd_file_open),
2574         (ev_window_cmd_save_as), (presentation_set_timeout):
2575
2576         Remove #ifdefs that are no longer needed.
2577         
2578 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-view.[ch]: (ev_view_button_release_event),
2581         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
2582         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
2583         (ev_window_cmd_escape):
2584
2585         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
2586         
2587 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2588
2589         * configure.ac:
2590         * backend/comics/comics-document.c: (comics_document_load):
2591         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
2592         (ev_attachment_set_property), (ev_attachment_init),
2593         (ev_attachment_save), (ev_attachment_launch_app),
2594         (ev_attachment_open):
2595         * libdocument/ev-document-factory.c: (get_document_from_uri):
2596         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
2597         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
2598         * shell/ev-jobs.c:
2599         * shell/ev-password.c: (ev_password_dialog_set_property),
2600         (ev_password_dialog_save_password):
2601         * shell/ev-sidebar-attachments.c:
2602         (ev_sidebar_attachments_drag_data_get):
2603         * shell/ev-window-title.c: (get_filename_from_uri):
2604         * shell/ev-window.c: (ev_window_clear_temp_file),
2605         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
2606         (ev_window_open_uri), (window_save_file_copy_ready_cb),
2607         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
2608         (launch_external_uri), (image_save_dialog_response_cb),
2609         (attachment_save_dialog_response_cb):
2610         * shell/main.c: (load_files), (load_files_remote), (main):
2611         * thumbnailer/evince-thumbnailer.c: (main):
2612
2613         Port to gio and drop gnome-vfs dependency. Fixes bug
2614         #510401. Based on patch by Cosimo Cecchi.
2615         
2616 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2617
2618         * NEWS:
2619
2620         Fixed formatting inconsistencies (spaces vs. tabs)
2621
2622 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2623
2624         * shell/ev-window.c:
2625
2626         Use top/up/bottom/down arrows instead of
2627         first/left/last/right in the toolbar and menu actions.
2628         This fixes issues with RTL languages and is visually
2629         consistent with the page view. Fixes bug #170081.
2630
2631 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2632
2633         * NEWS:
2634
2635         Fixed some inaccuracies pointed out by Carlos Garcia
2636         Campos.
2637
2638 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2639
2640         * NEWS:
2641         * data/evince.schemas.in:
2642         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2643
2644         Override PDF restrictions by default. Fixes bug #382700.
2645
2646 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2647
2648         * NEWS: Updated for upcoming release
2649
2650 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2651
2652         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
2653
2654         Fix memory leak.
2655         
2656 2008-01-23  Gil Forcada <gilforcada@guifi.net>
2657
2658         * shell/ev-window.c: (register_custom_actions):
2659         
2660         Added comment for translators
2661
2662 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2663
2664         * shell/ev-view.c: (ev_view_button_release_event):
2665
2666         Do not create the idle function for kinetic scrolling if we are
2667         not in a drag operation.
2668
2669 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2672         (ev_view_button_press_event), (ev_view_motion_notify_event),
2673         (ev_view_button_release_event):
2674
2675         Restore cursor after autoscrolling. Fixes bug #509958.
2676
2677 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * configure.ac:
2680         * backend/pdf/ev-poppler.cc:
2681         (pdf_document_images_get_image_mapping),
2682         (pdf_document_images_get_image),
2683         (pdf_document_document_images_iface_init):
2684         * libdocument/ev-document-images.[ch]:
2685         (ev_document_images_get_image_mapping),
2686         (ev_document_images_get_image):
2687         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
2688         (ev_image_get_id), (ev_image_save_tmp):
2689         * shell/ev-jobs.c: (ev_job_render_run):
2690         * shell/ev-view.c: (ev_view_drag_data_get):
2691         * shell/ev-window.c: (image_save_dialog_response_cb),
2692         (ev_view_popup_cmd_copy_image):
2693
2694         Do not render images when rendering the page but on demand. It
2695         reduces the memory comsumption.
2696         
2697 2008-01-18  Marcelo Lira  <setanta@gmail.com>
2698
2699         * configure.a:
2700         * shell/ev-password.c:
2701
2702         Make gnome-keyring optional. Fixes bug #509676.
2703         
2704 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * shell/ev-pixbuf-cache.c: (add_job):
2707
2708         Initialize include_images variable as FALSE instead of TRUE.
2709         
2710 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2711
2712         * configure.ac:
2713         * cut-n-paste/Makefile.am:
2714         * cut-n-paste/fileformatchooser/Makefile.am:
2715         * cut-n-paste/fileformatchooser/egg-macros.h:
2716         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
2717         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
2718         * shell/Makefile.am:
2719         * shell/ev-utils.c:
2720         (file_chooser_dialog_add_writable_pixbuf_formats),
2721         (get_gdk_pixbuf_format_by_extension):
2722         * shell/ev-utils.h:
2723         * shell/ev-window.c: (ev_window_error_message),
2724         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
2725         
2726         Simplify image format selection on save.
2727
2728 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * shell/ev-view.c: (ev_view_scroll_event):
2731         
2732         Repair gorizontal scrolling with shift. Fixes
2733         bug #483412.
2734
2735 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2736         
2737         * MAINTAINERS:
2738
2739         Fix formatting issues.
2740         
2741 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2742
2743         * backend/comics/comics-document.c: (comics_regex_quote):
2744         
2745         Don't overquote special chars except of '. See bug 
2746         502500. Thanks to Tom Parker.
2747
2748 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2749
2750         * MAINTAINERS:
2751         
2752         Added Nickolay and Carlos, since they're doing most of
2753         the releases nowadays.
2754
2755 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2756
2757         * properties/Makefile.am:
2758
2759         Get the nautilus extension dir properly instead of using
2760         a hack. Fixes bug #505359.
2761
2762 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * properties/Makefile.am:
2765         
2766         Install nautilus extension into new place. See bug
2767         #505359. Thanks to Matthias Clasen, Brian Pepple and
2768         Damien Carbery.
2769
2770 2008-01-13  Djihed Afifi  <djihed@gmail.com>
2771
2772         * shell/ev-window.c: (ev_window_get_recent_file_label):
2773         
2774         RTL marker in recent file list. See bug #509076.
2775
2776 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
2779         * shell/ev-window.c: (image_save_dialog_response_cb):
2780
2781         Fix compile warnings due to unused variables.
2782         
2783 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2784
2785         * configure.ac:
2786         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
2787         * backend/ps/ev-spectre.c: (ps_document_render):
2788
2789         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
2790
2791 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2792
2793         * shell/ev-transition-animation.c (ev_transition_animation_fade)
2794         (ev_transition_animation_paint): Implement "fade" effect.
2795
2796 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2797
2798         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
2799         (ev_transition_animation_paint): Implement "uncover" effect.
2800
2801 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2802
2803         * shell/ev-transition-animation.c (ev_transition_animation_cover)
2804         (ev_transition_animation_paint): Implement "cover" effect.
2805
2806 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2807
2808         * shell/ev-transition-animation.c (ev_transition_animation_push)
2809         (ev_transition_animation_paint): Implement "push" effect.
2810
2811 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2812
2813         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
2814         (ev_transition_animation_paint): Implement "dissolve" effect.
2815
2816 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2817
2818         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
2819         (ev_transition_animation_paint): Implement "wipe" effect.
2820
2821 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2822
2823         * shell/ev-transition-animation.c (ev_transition_animation_box)
2824         (ev_transition_animation_paint): Implement "box" effect.
2825
2826 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2827
2828         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
2829         (ev_transition_animation_paint): Implement "blinds" effect.
2830
2831 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2832
2833         * shell/ev-transition-animation.c (ev_transition_animation_split)
2834         (ev_transition_animation_paint): Implement "split" effect.
2835
2836 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2837
2838         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
2839         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
2840         (ev_view_transition_animation_start) 
2841         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
2842         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
2843         (ev_view_next_page) (ev_view_previous_page):
2844         
2845         Use EvTransitionAnimation to drive page changes in the presentation
2846         mode, the animation will wait to start until both the origin and 
2847         destination page surfaces are available. Fixes #458460.
2848
2849         (draw_loading_text):
2850
2851         Remove workaround for bug #320352, it's now fixed properly.
2852
2853
2854 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2855
2856         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
2857         will contain the implementations for page transition animations, at
2858         the moment it just has the "replace" effect.
2859         * shell/Makefile.am: Added these files to build.
2860
2861 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2862
2863         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
2864         animations.
2865         * shell/Makefile.am: Added these files to build.
2866
2867 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2868
2869         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
2870         implementation to get_effect() in EvDocumentTransitionIface.
2871
2872 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
2873
2874         * libdocument/ev-transition-effect.[ch]: New files, define a page
2875         transition effect, at the moment it maps PopplerPageTransition to a
2876         GObject.
2877         * libdocument/Makefile.am: Added these files to build.
2878         * libdocument/ev-document-transition.[ch]
2879         (ev_document_transition_get_effect): New method, gets the
2880         EvTransitionEffect returned by the interface implementation, with
2881         fallback to the "replace" effect.
2882
2883 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
2884
2885         * configure.ac:
2886         * cut-n-paste/Makefile.am:
2887         * cut-n-paste/fileformatchooser/Makefile.am:
2888         * cut-n-paste/fileformatchooser/egg-macros.h:
2889         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
2890         * shell/Makefile.am:
2891         * shell/ev-window.c: (image_save_dialog_response_cb),
2892         (ev_view_popup_cmd_save_image_as):
2893
2894         Allow exporting images in any format supported by
2895         GdkPixbuf. Fixes bug #500209.
2896         
2897 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2898
2899         * backend/pixbuf/pixbuf-document.c:
2900
2901         More warnings fixed.
2902         
2903 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
2906         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
2907         * backend/djvu/djvu-text.h:
2908         * backend/tiff/tiff-document.c: (tiff_document_render):
2909
2910         Fix compile warnings.
2911         
2912 2007-12-28  Christian Persch  <chpe@gnome.org>
2913
2914         * **/*.c: Include config.h. Bug #504721.
2915
2916 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * configure.ac:
2919         * Makefile.am:
2920         * po/POTFILES.in:
2921         * backend/comics/Makefile.am:
2922         * backend/comics/comics-document.[ch]:
2923         * backend/comics/comicsdocument.evince-backend.in:
2924         * backend/djvu/Makefile.am:
2925         * backend/djvu/djvu-document.[ch]:
2926         * backend/djvu/djvudocument.evince-backend.in:
2927         * backend/dvi/Makefile.am:
2928         * backend/dvi/dvi-document.[c]:
2929         * backend/dvi/dvidocument.evince-backend.in:
2930         * backend/impress/Makefile.am:
2931         * backend/impress/impress-document.[ch]:
2932         * backend/impress/impressdocument.evince-backend.in:
2933         * backend/pdf/Makefile.am:
2934         * backend/pdf/ev-poppler.cc:
2935         * backend/pdf/ev-poppler.h:
2936         * backend/pdf/pdfdocument.evince-backend.in:
2937         * backend/pixbuf/Makefile.am:
2938         * backend/pixbuf/pixbuf-document.[ch]:
2939         * backend/pixbuf/pixbufdocument.evince-backend.in:
2940         * backend/ps/Makefile.am:
2941         * backend/ps/ev-spectre.[ch]:
2942         * backend/ps/ps-document.[ch]:
2943         * backend/ps/psdocument.evince-backend.in:
2944         * backend/tiff/Makefile.am:
2945         * backend/tiff/tiff-document.[ch]:
2946         * backend/tiff/tiffdocument.evince-backend.in:
2947         * libdocument/Makefile.am:
2948         * libdocument/ev-backends-manager.[ch]:
2949         * libdocument/ev-module.[ch]:
2950         * libdocument/ev-document.h:
2951         * libdocument/ev-document-factory.[ch]:
2952         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
2953         (get_compression_from_mime_type), (get_document_from_uri),
2954         (ev_document_factory_get_document), (file_filter_add_mime_types),
2955         (ev_document_factory_add_filters):
2956         * shell/Makefile.am:
2957         * shell/ev-window-title.c: (get_filename_from_uri):
2958         * shell/main.c: (main):
2959         * thumbnailer/Makefile.am:
2960         * thumbnailer/evince-thumbnailer.c: (main):
2961
2962         Plugin system for backends. Fixes bug #351348.
2963         
2964 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2965
2966         * shell/ev-view-private.h:
2967         * shell/ev-view.c: (ev_view_drag_update_momentum),
2968         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
2969         (ev_view_button_release_event), (ev_view_destroy):
2970         
2971         Kinetic scrolling implemented as requested in
2972         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
2973
2974 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2975
2976         * data/evince-toolbar.xml:
2977         * data/evince-ui.xml:
2978         * shell/ev-view-private.h:
2979         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
2980         (ev_view_button_press_event), (ev_view_motion_notify_event),
2981         (ev_view_button_release_event), (ev_view_init),
2982         (ev_view_autoscroll_cb), (ev_view_autoscroll),
2983         (ev_view_set_cursor):
2984         * shell/ev-view.h:
2985         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
2986         (ev_window_cmd_view_autoscroll):
2987         
2988         Autoscroll feature with the context menu. Fixes bug 
2989         #323670. Thanks to David Turner <cillian64@googlemail.com>.
2990
2991 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
2994
2995         Disconnect also page-ready signal when removing a job because the
2996         page size has changed. Thanks to kripken
2997         <kripkensteiner@gmail.com>.
2998
2999 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
3002         
3003         Scroll pages in page entry with mouse wheel. Fixes bug
3004         #324122. Thanks to David Turner <cillian64@googlemail.com>.
3005
3006 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3007
3008         * backend/dvi/Makefile.am:
3009         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
3010         (mdvi_cairo_device_init):
3011         * backend/dvi/mdvi-lib/common.h:
3012         * backend/dvi/mdvi-lib/mdvi.h:
3013         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
3014         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
3015         (mdvi_build_path_from_cwd):
3016
3017         Add ps specials support in dvi backend when libspectre is
3018         present. Fixes bug #386005.
3019         
3020 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3021
3022         * configure.ac:
3023         * backend/ps/Makefile.am:
3024         * backend/ps/ev-spectre.[ch]:
3025         
3026         Use libspectre, if available, for the ps backend. Fixes bugs
3027         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
3028
3029 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
3030         
3031         * backend/comics/comics-document.c: (comics_document_load):
3032         
3033         Cygwin build issue fix.
3034
3035 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3036
3037         * shell/ev-view.c: (ev_view_set_zoom):
3038
3039         Do not limit the minimum zoom factor when sizing mode is best bit
3040         or fit width. Fixes bug #503805.
3041         
3042 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3043
3044         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
3045         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
3046         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
3047         (ev_link_dest_get_property), (ev_link_dest_set_property),
3048         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
3049         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
3050         (ev_link_dest_new_fitr):
3051         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
3052         (goto_fith_dest), (goto_xyz_dest):
3053
3054         Do not change left, top and zoom values when they are null in PDF
3055         destinations. Fixes bug #460658.
3056         
3057 2007-12-10  Christian Persch  <chpe@gnome.org>
3058
3059         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
3060         (ev_view_accessible_class_init),
3061         (ev_view_accessible_idle_do_action),
3062         (ev_view_accessible_action_do_action),
3063         (ev_view_accessible_action_get_description),
3064         (ev_view_accessible_action_set_description),
3065         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
3066         (ev_view_accessible_factory_init),
3067         (ev_view_accessible_factory_get_accessible_type):
3068         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
3069         private data, and G_DEFINE_TYPE. Bug #502843.
3070
3071 2007-12-08  Christian Persch  <chpe@gnome.org>
3072
3073         * shell/ev-metadata-manager.c: (item_free),
3074         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
3075         (value_free), (parse_value), (parseItem),
3076         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
3077         (save_values): Use GSlice to allocate small amounts of memory. Bug
3078         #475972.
3079
3080 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3081
3082         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3083
3084         Restore cursor to normal after a drag operation. Fixes bug
3085         #501603.
3086         
3087 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3088
3089         * NEWS:
3090         * configure.ac:
3091         
3092         Update for release 2.21.1
3093
3094 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * configure.ac:
3097         * cut-n-paste/gedit-message-area/Makefile.am:
3098         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
3099         * shell/Makefile.am:
3100         * shell/ev-message-area.[ch]:
3101         * shell/ev-window.c: (ev_window_set_message_area),
3102         (ev_window_error_message_response_cb), (ev_window_error_message),
3103         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
3104         (ev_window_save_job_cb), (image_save_dialog_response_cb),
3105         (ev_attachment_popup_cmd_open_attachment),
3106         (attachment_save_dialog_response_cb), (ev_window_set_document),
3107         (ev_window_init):
3108
3109         Use a message area instead of a popup dialog for error
3110         notifications. Fixes bug #337495.
3111         
3112 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3113
3114         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
3115         (ev_window_run_fullscreen):
3116
3117         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
3118         
3119 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3120
3121         * ev-sidebar-thumbnails.c: (update_visible_range),
3122         (ev_sidebar_thumbnails_refresh),
3123         (ev_sidebar_thumbnails_set_document),
3124         (ev_sidebar_thumbnails_support_document):
3125
3126         Show thumbnails for documents with one page. Fixes bug #358751.
3127         
3128 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-window.c:
3131         (ev_window_load_print_settings_from_metadata),
3132         (ev_window_save_print_settings), (ev_window_print_finished),
3133         (ev_window_print_range):
3134
3135         Print settings that are specific to the document are now saved per
3136         document in the metadata file. Fixes bug #488806.
3137         
3138 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
3139
3140         * backend/tiff/tiff-document.c: (tiff_document_render):
3141
3142         Tiff documents were rendered with wrong colors. Fixes bug #497279.
3143         
3144 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-application.[ch]: (get_find_string_from_args),
3147         (ev_application_open_uri_at_dest), (ev_application_open_uri),
3148         (ev_application_open_uri_list):
3149         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
3150         * shell/ev-window.[ch]: (ev_window_load_job_cb),
3151         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
3152         (ev_window_cmd_recent_file_activate),
3153         (ev_window_open_recent_action_item_activated),
3154         (ev_window_print_send), (open_remote_link):
3155         * shell/main.c: (arguments_parse):
3156
3157         Add a command line option for search. Fixes bug #497710.
3158         
3159 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
3160
3161         * shell/ev-jobs.c: (ev_job_print_new):
3162
3163         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
3164         
3165 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3166
3167         * data/evince-toolbar.xml:
3168         * shell/Makefile.am:
3169         * shell/ev-application.c: (ev_application_init):
3170         * shell/ev-open-recent-action.[ch]:
3171         * shell/ev-window.c:
3172         (ev_window_open_recent_action_item_activated),
3173         (register_custom_actions):
3174
3175         Add an expander to the open toolbar item which pops up a dropdown
3176         menu with the recently used documents. Fixes bug #487215.
3177         
3178 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3179
3180         * shell/ev-window.c: (ev_window_open_uri),
3181         (ev_window_cmd_view_reload):
3182
3183         Do not jump to the first page when reloading by running evince
3184         from the command line. Fixes bug #490847.
3185         
3186 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3187
3188         * shell/ev-window.c: (ev_window_cmd_help_contents):
3189
3190         Plugged memory leak when help file is not found. Fixes bug
3191         #490762.
3192         
3193 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * configure.ac:
3196
3197         Enable djvu, dvi and comics backends by default. Fixes bug
3198         #437121.
3199         
3200 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * configure.ac:
3203         * cut-n-paste/Makefile.am:
3204         * cut-n-paste/recent-files/*: Removed
3205         * help/reference/Makefile.am:
3206         * shell/Makefile.am:
3207         * shell/ev-application.[ch]: (ev_application_shutdown),
3208         (ev_application_init):
3209         * shell/ev-window.c: (ev_window_add_recent),
3210         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
3211
3212         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
3213         
3214 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
3215
3216         * shell/ev-window.c: (launch_external_uri):
3217
3218         Let GnomeVFS check the URL, this allow more URL (like mailto:),
3219         and report error if the URL is not supported (#489910).
3220
3221 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3224         (pdf_document_file_exporter_begin_page),
3225         (pdf_document_file_exporter_end_page):
3226
3227         Fix printing with poppler splash backend. Fixes bug #489774.
3228         
3229 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3230
3231         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3232         * shell/ev-print-job.c: (ev_print_job_class_init):
3233
3234         Fix a crash when printing with the gnome-print dialog. Fixes bug
3235         #488939.
3236         
3237 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
3238
3239         * backend/pixbuf/pixbuf-document.c:
3240
3241         Fix an implicit function definition warning (#487655)
3242
3243 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3244
3245         * shell/ev-window.c:
3246
3247         Fix conflicting shortcut for view sade pane and presentation.
3248         
3249 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * backend/pdf/ev-poppler.cc:
3252         (pdf_document_file_exporter_begin_page),
3253         (pdf_document_file_exporter_do_page),
3254         (pdf_document_file_exporter_end_page),
3255         (pdf_document_file_exporter_iface_init):
3256         * libdocument/ev-file-exporter.[ch]:
3257         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
3258         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3259         (ev_job_print_run):
3260
3261         When printing multiple pages per sheet in reverse option, do not
3262         invert the order of the pages in every sheet, but the order of the
3263         sheets. Do not print blank pages when page range is invalid. Fixes
3264         bugs #484857 and #485521.
3265         
3266 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-jobs.c: (ev_job_print_get_page_list),
3269         (ev_job_print_run):
3270         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3271
3272         Respect ranges order when printing more than one range in random
3273         order.
3274         
3275 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
3276
3277         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
3278         (ev_window_setup_document), (ev_window_rotation_changed_cb):
3279
3280         Rotate also the window icon when document is rotated. Fixes bug
3281         #474681.
3282         
3283 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
3286         (pdf_document_forms_get_form_fields):
3287
3288         Silently ignore unknown form fields. Fixes bug #482654. Patch by
3289         Matthias Drochner.
3290         
3291 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * configure.ac:
3294         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
3295
3296         Use poppler_page_render_for_printing() instead of
3297         poppler_page_render() if available when exporting to a ps or pdf
3298         file. Fixes bug #476627.
3299         
3300 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3301
3302         * shell/ev-window.c: (ev_window_run_fullscreen):
3303
3304         Do not show the toolbar in fullscreen mode if the main toolbar is
3305         not visible. Fixes bug #483048.
3306         
3307 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3308
3309         * shell/ev-view.c: (ev_view_button_press_event):
3310
3311         Give priority to form fields over images when deciding whether a
3312         button press event is over an image or form field. It allows edit
3313         form fields when they are over a background image. Fixes bug
3314         #477841.
3315         
3316 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3317
3318         * NEWS:
3319         * configure.ac:
3320         
3321         Update for release 2.20.0
3322
3323 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * backend/pdf/ev-poppler.cc:
3326
3327         Remove #ifdef HAVE_FORMS, so that forms support works again.
3328
3329 2007-09-05  Götz Waschk  <waschk@mandriva.org>
3330
3331         * configure.ac:
3332         * data/evince.desktop.in.in:
3333         
3334         Fixes desktop file issues. See bug #473471.
3335
3336 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3339         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3340         (ev_job_queue_remove_job):
3341         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
3342         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
3343         * shell/ev-window.c: (ev_window_clear_save_job),
3344         (ev_window_save_job_cb), (file_save_dialog_response_cb),
3345         (ev_window_dispose):
3346
3347         Move save a copy task to its own job so that it's carried out in a
3348         thread avoiding another lock in the main thread. Use
3349         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
3350         can be saved to a pathin another file system. Fixes bug #456891.
3351         
3352 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3353
3354         * NEWS:
3355         * configure.ac:
3356         
3357         Update for release 2.19.92
3358
3359 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3360
3361         * configure.ac:
3362         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3363         (pdf_selection_get_selection_region),
3364         (pdf_selection_get_selection_map),
3365         (ev_form_field_from_poppler_field):
3366
3367         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
3368         and triple click selections are enabled again now.
3369
3370 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-window.c: (ev_window_add_history):
3373
3374         Make sure not to use the history with documents not supporting
3375         links. Fixes bug #468954.
3376
3377 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3378
3379         * shell/ev-window.c: (ev_window_load_job_cb):
3380
3381         Restart the search when reloading a document with the find bar
3382         visible. Fixes bug #461962.
3383
3384 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * shell/ev-window.c: (setup_document_from_metadata),
3387         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
3388
3389         Do not jump to the first page when reloading a document from the
3390         last page.
3391
3392 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * shell/ev-window.c: (update_chrome_flag),
3395         (setup_sidebar_from_metadata),
3396         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
3397         (ev_window_cmd_edit_find_next),
3398         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
3399         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
3400         (find_bar_close_cb), (view_actions_focus_in_cb):
3401
3402         Do not update visibility when changing a chrome flag so that it's
3403         possible to update several flags and update visibility only once
3404         for all of them.
3405
3406 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3409
3410         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
3411         supported by gtk+. Fixes bug #460907.
3412
3413 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * shell/ev-view.c: (view_update_range_and_current_page):
3416
3417         Make sure current-page <= end-page in continuous mode. Fixes bug
3418         #454950.
3419
3420 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3421
3422         * backend/pdf/ev-poppler.cc: (build_tree):
3423
3424         Ignore outline items without a title. Fixes bug #453913.
3425
3426 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3429         (ev_view_button_release_event), (ev_view_leave_notify_event):
3430
3431         Use always drag mouse cursor during a drag operation. Fixes bug
3432         #470564.
3433
3434 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3435
3436         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
3437         (pdf_selection_get_selection_region),
3438         (pdf_selection_get_selection_map):
3439
3440         Temporarily disable double and triple selections since it depends on
3441         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
3442         released and the update of the external dependency minimal version
3443         approved.
3444
3445 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3446
3447         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3448         (pdf_document_file_exporter_do_page):
3449         * libdocument/ev-file-exporter.h:
3450         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3451         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3452
3453         Actually fix printing regressions. Remove orientation from
3454         EvPrintContext since it's redundant.
3455
3456 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
3459         * backend/impress/impress-document.c:
3460         (impress_document_document_iface_init):
3461         * backend/ps/ps-document.c: (ps_document_document_iface_init):
3462         * backend/djvu/djvu-document.c:
3463         (djvu_document_document_iface_init),
3464         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
3465         * backend/tiff/tiff-document.c:
3466         (tiff_document_document_iface_init):
3467         * backend/pixbuf/pixbuf-document.c:
3468         (pixbuf_document_document_iface_init):
3469         * backend/comics/comics-document.c:
3470         (comics_document_document_iface_init):
3471         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
3472         (pdf_selection_render_selection),
3473         (pdf_selection_get_selected_text),
3474         (pdf_selection_get_selection_region),
3475         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
3476         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
3477         (ev_selection_get_selection_region),
3478         (ev_selection_get_selection_map):
3479         * libdocument/ev-document.[ch]:
3480         * shell/ev-pixbuf-cache.[ch]: (add_job),
3481         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
3482         * shell/ev-view-private.h:
3483         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
3484         (ev_job_render_run):
3485         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
3486         * shell/ev-view.c: (start_selection_for_event),
3487         (ev_view_button_press_event), (ev_view_drag_data_get),
3488         (ev_view_drag_data_received), (ev_view_button_release_event),
3489         (compute_new_selection_text), (compute_selections),
3490         (ev_view_select_all), (get_selected_text), (ev_view_copy),
3491         (ev_view_primary_get_cb):
3492
3493         Add support for double and triple click selections.
3494
3495 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * NEWS:
3498         * configure.ac:
3499
3500         Update for release 2.19.4
3501
3502 2007-08-28  Justin Blanchard  <justinb04@aim.com>
3503
3504         * shell/ev-view-private.h:
3505         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
3506         (ev_view_set_highlight_search):
3507         * shell/ev-view.h:
3508         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
3509         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
3510         (find_bar_visibility_changed_cb):
3511         
3512         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
3513
3514 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3515
3516         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3517         (pdf_document_file_exporter_begin),
3518         (pdf_document_file_exporter_do_page):
3519         * shell/ev-jobs.c: (ev_job_print_run):
3520         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3521
3522         Create always a portrait cairo surface and rotate when needed for
3523         landscape. It fixes printing problems in real printers.
3524
3525 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
3528         * libdocument/ev-file-exporter.[ch]:
3529         (ev_file_exporter_get_capabilities):
3530         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3531         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3532
3533         Adjust number of pages per row according to page orientation when
3534         printing 2 or 6 pages per sheet.
3535
3536 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3537
3538         * shell/ev-window.c: (ev_window_print_send):
3539
3540         Reset also cups setting to 1 when printing multiple pages per
3541         sheet. Fixes bug #468853.
3542
3543 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3544
3545         * libdocument/ev-document-misc.c:
3546         (ev_document_misc_surface_rotate_and_scale):
3547
3548         Use directly cairo_surface_get_content() when creating a similar
3549         surface as suggested by Jeff Muizelaar. Thanks again.
3550
3551 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3552
3553         * backend/djvu/djvu-document.c: (djvu_document_render):
3554         * backend/tiff/tiff-document.c: (tiff_document_render):
3555         * backend/pdf/ev-poppler.cc: (pdf_document_render):
3556         * libdocument/ev-document-misc.c:
3557         (ev_document_misc_surface_from_pixbuf),
3558         (ev_document_misc_surface_rotate_and_scale):
3559
3560         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
3561         creating page surfaces. Fixes bug #453123. Thank you very much to
3562         Jeff Muizelaar <jeff@infidigm.net>.
3563
3564 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * shell/ev-page-cache.c: (ev_page_cache_new),
3567         (ev_page_cache_get_thumbnail_size):
3568         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
3569         (ev_sidebar_thumbnails_set_loading_icon):
3570
3571         Also store in page-cache the dimensions of the thumbnails so that
3572         they can be used to create the correct loading icon in the side
3573         pane. Fixes bug #466857.
3574
3575 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
3576
3577         * backend/pdf/ev-poppler.cc:
3578         (pdf_document_thumbnails_get_thumbnail):
3579
3580         Fix thumbnails rotation in pdf documents that include embedded 
3581         thumbnails.
3582
3583 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
3584
3585         * backend/pdf/ev-poppler.cc:
3586
3587         Don't use #ifdef in macro expansion. Some compilers don't
3588         like that. Closes bug #467042.
3589
3590 2007-08-15  Justin Blanchard  <justinb04@aim.com>
3591
3592         * backend/djvu/djvu-document.c: (djvu_document_finalize):
3593         
3594         Fixes memory leak in djvu backend.
3595
3596 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
3597
3598         * data/icons/32x32/Makefile.am:
3599         * data/icons/32x32/actions/Makefile.am:
3600         * data/icons/32x32/actions/view-page-cont.svg:
3601         * data/icons/32x32/actions/view-page-facing.svg:
3602         * data/icons/48x48/Makefile.am:
3603         * data/icons/48x48/actions/Makefile.am:
3604         * data/icons/48x48/actions/view-page-cont.svg:
3605         * data/icons/48x48/actions/view-page-facing.svg:
3606         
3607         Icons for a new sizes.
3608
3609 2007-08-14  Justin Blanchard  <justinb04@aim.com>
3610
3611         * shell/ev-page-cache.c: (build_height_to_page),
3612         (ev_page_cache_get_height_to_page):
3613         
3614         Fixes invalid read, see bug #466401.
3615
3616 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3619         (set_drag_cursor):
3620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3621         (configure_item_cursor), (new_pixbuf_from_widget):
3622
3623         Fix multihead problems in toolbar editor. Fixes bug #382055.
3624
3625 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * shell/ev-window.c: (ev_window_cmd_file_open),
3628         (ev_window_cmd_save_as):
3629
3630         Use g_get_user_special_dir when available instead of
3631         xdg_user_dir_lookup.
3632
3633 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3634
3635         * MAINTAINERS:
3636         
3637         Updated according to request on desktop-devel.
3638
3639 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3640
3641         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3642
3643         Do not use cairo_rectangle and cairo_clip since we are
3644         not using cairo_fill but cairo_paint. Use the same cairo context
3645         for every page in the same expose event.
3646
3647 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
3648
3649         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
3650         leak.
3651
3652 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * configure.ac:
3655         * NEWS:
3656
3657         Release 0.9.3
3658
3659 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * libdocument/ev-document-info.h:
3662         * libdocument/ev-document.h:
3663         * shell/ev-page-action.h:
3664         * shell/ev-sidebar-links.h:
3665
3666         Fix a headers problem with ev-link
3667         
3668         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
3669         * shell/ev-view-private.h:
3670         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3671         (get_link_area), (ev_view_query_tooltip),
3672         (ev_view_leave_notify_event), (ev_view_destroy),
3673         (ev_view_class_init):
3674
3675         Use new gtk tooltips when available instead of ev-tooltip.
3676         
3677 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * shell/ev-window.c: (update_chrome_visibility),
3680         (ev_window_sidebar_visibility_changed_cb):
3681
3682         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
3683         
3684 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * shell/ev-navigation-action.c:
3687         (ev_navigation_action_history_changed),
3688         (ev_navigation_action_set_history):
3689         * shell/ev-navigation-action-widget.c:
3690         (ev_navigation_action_widget_init):
3691         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
3692
3693         Fix compile warnings.
3694         
3695 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3696
3697         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3698         (egg_editable_toolbar_dispose):
3699
3700         Fix memory leak.
3701         
3702 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3703
3704         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3705         (screensaver_disable_x11):
3706         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
3707         * shell/ev-window.c: (presentation_set_timeout):
3708         * shell/ev-view.c: (ev_view_presentation_transition_start):
3709
3710         Use g_timeout_add_seconds instead of g_timeout_add when
3711         available.
3712         
3713 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3714
3715         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
3716
3717         Set horizontal scrollbar policy to AUTOMATIC instead of
3718         NEVER. Workaround for bug #449462.
3719         
3720 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3721
3722         * shell/ev-jobs.c: (ev_job_render_page_ready):
3723
3724         Add page_ready callback to main loop with high priority and hold
3725         a reference to job during idle.
3726         
3727 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3728
3729         * configure.ac:
3730         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
3731         (pdf_document_file_exporter_begin),
3732         (pdf_document_file_exporter_do_page),
3733         (pdf_document_file_exporter_get_capabilities):
3734         * libdocument/ev-file-exporter.h:
3735         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3736         * shell/ev-window.c: (ev_window_print_send),
3737         (ev_window_print_dialog_response_cb):
3738
3739         Allow printing multiple pages per sheet. Fixes bug #395573.
3740         
3741 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3742
3743         * shell/ev-view.c: (tip_from_link):
3744         
3745         Check for NULL, fixes bug #460862.
3746
3747 2007-07-29  Christian Persch  <chpe@gnome.org>
3748
3749         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
3750         (ev_window_preview_print_finished), (ev_window_do_preview_print),
3751         (ev_window_cmd_preview_print):
3752         
3753         Fixes bug #437681 - blocks while enumerating printers.
3754
3755 2007-07-29  Christian Persch  <chpe@gnome.org>
3756
3757         * shell/ev-window.c: (ev_window_screen_changed):
3758         
3759         Don't use deprecated gtk+ function. See bug #460909.
3760
3761 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3762
3763         * shell/ev-utils.c: (get_num_monitors):
3764         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
3765
3766         Do not use display before initializing it. Remove compile
3767         warnings.
3768
3769 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
3770
3771         * shell/ev-view.c: (ev_view_class_init):
3772         
3773         Unix-like hjkl bindings added. See bug #458111.
3774
3775 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
3776
3777         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
3778         * shell/ev-utils.h:
3779         * shell/ev-view.c: (ev_view_set_zoom_for_size),
3780         (ev_view_update_view_size):
3781         * shell/ev-view.h:
3782         * shell/ev-window.c: (ev_window_update_actions),
3783         (setup_view_from_metadata), (ev_window_screen_changed),
3784         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
3785         (zoom_control_changed_cb):
3786         * shell/ev-window.h:
3787         
3788         Reorganizes utility functions.
3789
3790 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3791
3792         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
3793         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
3794         (add_job), (ev_pixbuf_cache_get_surface),
3795         (ev_pixbuf_cache_get_link_mapping),
3796         (ev_pixbuf_cache_get_image_mapping),
3797         (ev_pixbuf_cache_get_form_field_mapping),
3798         (ev_pixbuf_cache_get_text_mapping):
3799         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
3800         (notify_page_ready), (ev_job_render_page_ready),
3801         (ev_job_render_run):
3802
3803         Add page_ready signal to notify that page is ready as soon as
3804         possible even if other page elements like links, forms, images or
3805         text mapping are not ready yet.
3806
3807 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
3810         (dvi_document_file_exporter_do_page),
3811         (dvi_document_file_exporter_get_capabilities),
3812         (dvi_document_file_exporter_iface_init):
3813         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
3814         (ps_document_file_exporter_do_page),
3815         (ps_document_file_exporter_get_capabilities),
3816         (ps_document_file_exporter_iface_init):
3817         * backend/djvu/djvu-document.c:
3818         (djvu_document_file_exporter_begin),
3819         (djvu_document_file_exporter_end),
3820         (djvu_document_file_exporter_get_capabilities),
3821         (djvu_document_file_exporter_iface_init):
3822         * backend/tiff/tiff-document.c:
3823         (tiff_document_file_exporter_begin),
3824         (tiff_document_file_exporter_get_capabilities),
3825         (tiff_document_document_file_exporter_iface_init):
3826         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
3827         (pdf_document_file_exporter_do_page),
3828         (pdf_document_file_exporter_get_capabilities),
3829         (pdf_document_file_exporter_iface_init):
3830         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
3831         (ev_file_exporter_get_capabilities):
3832         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
3833         (idle_print_handler), (ev_print_job_print):
3834         * shell/ev-jobs.c: (ev_job_print_run):
3835         * shell/ev-window.c: (ev_window_print_send),
3836         (ev_window_print_range):
3837
3838         Use capabilities to know which options should be offered by the
3839         print dialog depending on the document backend.
3840
3841 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
3844
3845         Give priority to forms over text to set the cursor.
3846
3847 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-view-private.h:
3850         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
3851         (ev_view_leave_notify_event), (ev_view_finalize),
3852         (ev_view_get_property), (ev_view_class_init):
3853
3854         Use IBEAM cursor for text form fields and NORMAL cursor for read
3855         only fields. Remove unused status attribute.
3856
3857 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3860
3861         Update region for current selected items also for checkbox
3862         buttons, since they can behave as radio buttons when they are in a
3863         set.
3864
3865 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * configure.ac:
3868         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3869
3870         Get max length of text form fields.
3871
3872 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3873
3874         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
3875         * libdocument/ev-form-field.h:
3876         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
3877
3878         Fix build with current poppler cvs head.
3879
3880 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3883         * shell/eggfindbar.c: (egg_find_bar_init):
3884
3885         Fix build with gtk+ >= 2.11.5 due to gtktooltips
3886         deprecation. Fixes bug #455667
3887
3888 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3889
3890         * NEWS:
3891         * configure.ac:
3892         
3893         Update for release 0.9.2
3894
3895 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3896
3897         * shell/ev-view.c: (ev_view_form_field_text_save),
3898         (ev_view_form_field_choice_save):
3899
3900         Fix a crash when closing whith a form widget visible.
3901
3902 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3903
3904         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
3905
3906         Update also the region of the current selected button when
3907         clicking on another button if they are radio buttons.
3908
3909 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
3912         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
3913         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
3914         (ev_pixbuf_cache_get_link_mapping),
3915         (ev_pixbuf_cache_get_image_mapping),
3916         (ev_pixbuf_cache_get_form_field_mapping),
3917         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
3918         * shell/ev-view.c: (ev_view_form_field_get_region),
3919         (ev_view_form_field_button_create_widget),
3920         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
3921         (job_finished_cb):
3922
3923         Redraw only form field region instead of the whole page when
3924         reloading a page to show changes on the form field.
3925
3926 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3927
3928         * shell/ev-view.c: (ev_view_form_field_choice_save):
3929
3930         Fix selection of first item in list form fields.
3931
3932 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3933
3934         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
3935         (ev_pixbuf_cache_reload_page),
3936         (ev_pixbuf_cache_get_form_field_mapping):
3937
3938         Some refactoring to avoid duplicated code.
3939
3940 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3941
3942         * configure.ac:
3943         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
3944         (ev_form_field_from_poppler_field),
3945         (pdf_document_forms_get_form_fields),
3946         (pdf_document_forms_form_field_text_get_text),
3947         (pdf_document_forms_form_field_text_set_text),
3948         (pdf_document_forms_form_field_button_set_state),
3949         (pdf_document_forms_form_field_button_get_state),
3950         (pdf_document_forms_form_field_choice_get_item),
3951         (pdf_document_forms_form_field_choice_get_n_items),
3952         (pdf_document_forms_form_field_choice_is_item_selected),
3953         (pdf_document_forms_form_field_choice_select_item),
3954         (pdf_document_forms_form_field_choice_toggle_item),
3955         (pdf_document_forms_form_field_choice_unselect_all),
3956         (pdf_document_forms_form_field_choice_set_text),
3957         (pdf_document_forms_form_field_choice_get_text),
3958         (pdf_document_document_forms_iface_init):
3959         * libdocument/Makefile.am:
3960         * libdocument/ev-form-field.[ch]:
3961         * libdocument/ev-document-forms.[ch]:
3962         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3963         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3964         (add_job), (ev_pixbuf_cache_reload_page),
3965         (ev_pixbuf_cache_get_form_field_mapping):
3966         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
3967         * shell/ev-view-private.h:
3968         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
3969         (ev_view_handle_cursor_over_xy),
3970         (ev_view_get_form_field_at_location),
3971         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
3972         (ev_view_form_field_button_create_widget),
3973         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
3974         (ev_view_form_field_text_create_widget),
3975         (ev_view_form_field_choice_save),
3976         (ev_view_form_field_choice_changed),
3977         (ev_view_form_field_choice_create_widget),
3978         (ev_view_handle_form_field), (ev_view_size_allocate),
3979         (ev_view_realize), (draw_end_presentation_page),
3980         (ev_view_button_press_event), (ev_view_remove_all),
3981         (ev_view_motion_notify_event), (ev_view_key_press_event),
3982         (ev_view_enter_notify_event), (highlight_find_results),
3983         (draw_loading_text), (draw_one_page), (ev_view_destroy),
3984         (ev_view_class_init), (page_changed_cb),
3985         (on_adjustment_value_changed), (ev_view_set_presentation),
3986         (merge_selection_region), (ev_view_set_cursor),
3987         (ev_view_reset_presentation_state):
3988         
3989         Merge evince-forms branch.
3990
3991 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
3992
3993         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
3994
3995         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
3996         This script also updates itself from libegg
3997
3998         * cut-n-paste/toolbar-editor/egg*:
3999         Run update-toolbareditor-from-libegg.sh so we are in sync again with
4000         libegg
4001
4002 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
4003
4004         * shell/ev-window.c:
4005         
4006         Adds a nice icon to page action during toolbar editing.
4007         See bug #452872.
4008
4009 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4010
4011         * data/evince-toolbar.xml:
4012         * shell/ev-window.c:
4013         
4014         Let user add a presentation and fullscreen icons on toolbar.
4015         See bug #449734.
4016
4017 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
4018
4019         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
4020
4021         new script to keep in sync with toolbareditor in libegg
4022
4023         * cut-n-paste/toolbar-editor/*: 
4024
4025         Run update-toolbareditor-from-libegg so we are in sync again. 
4026         Fixes bug #452850.
4027         
4028
4029 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/ev-sidebar-links.c: (job_finished_callback):
4032
4033         Do not connect selection changed signal more than once. Fixes bug
4034         #349433.
4035
4036 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/ev-window.c: (ev_window_view_sidebar_cb):
4039
4040         Do not change sidebar chrome flag when pressing F9 key in
4041         presentation mode.
4042
4043 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4044
4045         * backend/pdf/ev-poppler.cc:
4046         (pdf_document_thumbnails_get_dimensions):
4047
4048         Make sure thumbnails width and height is not <= 0. Fixes a crash
4049         with some pdf documents which have really small pages.
4050
4051 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
4052
4053         * shell/main.c: (main):
4054
4055         Fixes program description translation issue.
4056         Bug #450148.
4057
4058 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
4059
4060         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4061
4062         Do not change current page when returning from black/white mode
4063         in presentation. Fixes bug #415032.
4064
4065 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4066
4067         * NEWS:
4068         * configure.ac:
4069         
4070         Update for release 0.9.1
4071
4072 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
4073
4074         * backend/dvi/dvi-document.c:
4075         (dvi_document_finalize),
4076         (dvi_document_file_exporter_format_supported),
4077         (dvi_document_file_exporter_begin),
4078         (dvi_document_file_exporter_do_page),
4079         (dvi_document_file_exporter_end),
4080         (dvi_document_file_exporter_iface_init), (dvi_document_init):
4081         
4082         PDF exporter for dvi documents. Fixes bug #441319.
4083
4084 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4085
4086         * shell/ev-window.c: (ev_window_clear_print_job):
4087
4088         Clear gtk print job when job has finished. Fixes bug #447612.
4089
4090 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4091
4092         * shell/ev-window.c: (ev_window_print_send),
4093         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4094
4095         Add preview button to print dialog. Fixes bug #445419.
4096
4097 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * backend/dvi/Makefile.am:
4100         * backend/dvi/pixbuf-device.[ch]: Removed
4101         * backend/dvi/cairo-device.[ch]: Added
4102         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
4103         * backend/dvi/dvi-document.c: (dvi_document_load),
4104         (dvi_document_render), (dvi_document_finalize),
4105         (dvi_document_thumbnails_get_thumbnail), (parse_color),
4106         (dvi_document_do_color_special):
4107         * libdocument/ev-document-misc.[ch]:
4108         (ev_document_misc_pixbuf_from_surface):
4109
4110         Port dvi backend to cairo and fix a problem with colors. 
4111
4112 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-view.c: (draw_one_page):
4115
4116         Draw only visible region.
4117
4118 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4119
4120         * backend/djvu/djvu-document.c: (djvu_document_render):
4121
4122         Fix rotation in djvu backend.
4123
4124 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4125
4126         * shell/ev-pixbuf-cache.c: (job_finished_cb),
4127         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
4128         (ev_pixbuf_cache_get_image_mapping),
4129         (ev_pixbuf_cache_get_text_mapping):
4130
4131         Redraw view every time we have a new surface. Fixes bug #443587.
4132
4133 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * libdocument/ev-document.c: (ev_document_info_free):
4136
4137         Fix memory leaks.
4138
4139 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * backend/dvi/dvi-document.c: (dvi_document_render),
4142         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
4143         * backend/impress/impress-document.c:
4144         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4145         (impress_document_render), (impress_document_document_iface_init),
4146         (impress_document_thumbnails_get_thumbnail):
4147         * backend/djvu/djvu-document-private.h:
4148         * backend/djvu/djvu-document.c: (djvu_document_render),
4149         (djvu_document_finalize), (djvu_document_document_iface_init),
4150         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
4151         * backend/tiff/tiff-document.c: (tiff_document_render),
4152         (tiff_document_render_pixbuf),
4153         (tiff_document_document_iface_init):
4154         * backend/pdf/ev-poppler.cc: (pdf_document_render),
4155         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
4156         (pdf_selection_render_selection):
4157         * backend/comics/comics-document.c:
4158         (comics_document_render_pixbuf), (comics_document_render),
4159         (comics_document_document_iface_init):
4160         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
4161         (pixbuf_document_document_iface_init):
4162         * libdocument/ev-document-misc.[ch]:
4163         (ev_document_misc_surface_from_pixbuf),
4164         (ev_document_misc_surface_rotate_and_scale):
4165         * libdocument/ev-document.[ch]: (ev_document_render):
4166         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
4167         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
4168         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
4169         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
4170         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
4171         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
4172         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4173         (render_finished_cb), (ev_job_render_run):
4174         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
4175         (merge_selection_region):
4176
4177         Use cairo image surfaces instead of GDK pixbufs for drawing pages
4178         and selections.
4179
4180 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4181
4182         * shell/ev-window-title.c: (ev_window_title_update):
4183
4184         Fix memory leak.
4185
4186 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-view.c: (draw_loading_text):
4189
4190         Show loading text centered. Fixes bug #433061
4191
4192 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4193
4194         * shell/ev-sidebar-thumbnails.c:
4195         (ev_sidebar_thumbnails_set_loading_icon):
4196
4197         Remove a mutex in the main thread that blocks the UI in heavy
4198         documents.
4199
4200 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
4203
4204         Set points_set to TRUE so that selections don't disappear after a
4205         zoom change.
4206
4207 2007-06-07  Michael Monreal  <infernux@web.de>
4208
4209         * data/icons/16x16/actions/Makefile.am:
4210         * data/icons/16x16/actions/zoom.svg:
4211         * data/icons/22x22/actions/Makefile.am:
4212         * data/icons/22x22/actions/zoom.svg:
4213         * data/icons/24x24/actions/Makefile.am:
4214         * shell/ev-stock-icons.c:
4215         * shell/ev-stock-icons.h:
4216         * shell/ev-window.c:
4217         
4218         Zoom icon artwork. See bug #444795.
4219
4220 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4221
4222         * shell/ev-metadata-manager.c: Remove extraneous function
4223         (Closes: #444386)
4224
4225 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4226
4227         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
4228         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
4229         (ev_metadata_manager_set), (ev_metadata_manager_save):
4230         Simplify the timeout, no need for modified anymore
4231
4232 2007-06-05  Bastien Nocera  <hadess@hadess.net>
4233
4234         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
4235         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
4236         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
4237         (ev_metadata_manager_save): Adapted patch from Arjan van de
4238         Ven (arjan@linux.intel.com) to avoid the timeout running all the
4239         time, saves on power (Closes: #443851)
4240
4241 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * configure.ac:
4244         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
4245         (pdf_selection_render_selection), (pdf_document_get_page_duration):
4246
4247         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
4248
4249 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4250
4251         * shell/ev-window.c: (ev_window_add_history):
4252
4253         Check if history is NULL
4254
4255 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * libdocument/ev-image.c: (ev_image_finalize):
4258         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
4259         * libdocument/ev-attachment.c: (ev_attachment_finalize):
4260         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
4261         (ev_tmp_uri_unlink):
4262
4263         Add functions to delete temporary files created by evince in a safe
4264         way.
4265
4266         * shell/ev-window.c: (ev_window_clear_local_uri),
4267         (open_xfer_update_progress_callback),
4268         (save_xfer_update_progress_callback), (ev_window_save_remote),
4269         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
4270         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
4271         (attachment_save_dialog_response_cb),
4272         (ev_attachment_popup_cmd_save_attachment_as):
4273
4274         Allow saving a copy of a document, image or attachment to a remote
4275         location. Fixes bug #440754. 
4276
4277 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4278
4279         * configure.ac:
4280         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
4281
4282         Fix build with current poppler from cvs head. 
4283
4284 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
4285
4286         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
4287
4288         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
4289         directory exists.
4290
4291 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
4292
4293         * shell/ev-sidebar.c: (ev_sidebar_add_page):
4294         * shell/ev-window.c:
4295
4296         Change sidebar ordering. Fixes bug #439939.
4297
4298 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
4299
4300         * backend/comics/Makefile.am:
4301         
4302         Fixes build with --without-libgnome.
4303
4304 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4305         
4306         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
4307
4308         Update cursor and tooltip on page change and view scroll. Fixes bug
4309         #439217.
4310
4311 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * NEWS:
4314         * configure.ac:
4315         
4316         Update for release 0.9.0
4317
4318 2007-05-14  Alaska Subedi <asubedi@gmail.com>
4319
4320         * backend/djvu/djvu-document-private.h:
4321         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4322         (djvu_document_finalize),
4323         (djvu_document_file_exporter_format_supported),
4324         (djvu_document_file_exporter_begin),
4325         (djvu_document_file_exporter_do_page),
4326         (djvu_document_file_exporter_end),
4327         (djvu_document_file_exporter_iface_init), (djvu_document_init):
4328         
4329         Implemented printing with djvu. Bug #437998.
4330
4331 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4332
4333         * backend/impress/zip.c:
4334         Add missing ulong definition.
4335
4336         * backend/ps/ps-interpreter.c:
4337         Add missing headers.
4338
4339         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
4340
4341 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4342
4343         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
4344
4345         Add missing call to parent class dispose method. 
4346
4347 2007-05-12  Ross Burton  <ross@openedhand.com>
4348
4349         * shell/main.c:
4350         Sync keybindings manually when building without libgnome
4351         (#437925).
4352
4353 2007-05-12  Ross Burton  <ross@openedhand.com>
4354
4355         * shell/ev-window.c:
4356         Respect the screen when opening help (#437866).
4357
4358 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * data/evince-ui.xml:
4361         * shell/ev-application.[ch]: (get_print_settings_from_args),
4362         (ev_application_open_uri_at_dest), (ev_application_open_uri),
4363         (ev_application_open_uri_list):
4364         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
4365         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
4366         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
4367         (ev_window_cmd_view_reload), (lookup_printer_from_name),
4368         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
4369         (ev_window_dispose):
4370         * shell/main.c: (arguments_parse):
4371
4372         Add print button in preview mode. Fixes bug #396475. 
4373
4374 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * cut-n-paste/zoom-control/ephy-zoom.h:
4377         
4378         Fixes zoom level factors. See bug #408119 for details.
4379
4380 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * backend/comics/comics-document.c: (comics_regex_quote),
4383         (extract_argv):
4384         
4385         Correctly quote symbols. Fixes crash in the bug
4386         #415370.
4387
4388 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * shell/ev-navigation-action-widget.c:
4391         (ev_navigation_action_widget_init),
4392         (ev_navigation_action_widget_class_init),
4393         (ev_navigation_action_widget_button_press_event):
4394         
4395         Connect to button-press event on correct widget. Fixes
4396         bug #431988
4397
4398 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4399
4400         * shell/ev-application.c: (ev_application_open_window),
4401         (ev_application_add_icon_path_for_screen),
4402         (ev_application_open_uri_at_dest):
4403         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
4404         * shell/ev-navigation-action.c: (build_menu):
4405         
4406         Add app-specific icons to our icon theme. Fixes bug
4407         #425508.
4408
4409 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4410
4411         * shell/ev-history.c: (ev_history_class_init),
4412         (ev_history_add_link):
4413         * shell/ev-history.h:
4414         * shell/ev-navigation-action.c:
4415         (ev_navigation_action_history_changed),
4416         (ev_navigation_action_set_history), (build_menu),
4417         (ev_navigation_action_finalize):
4418         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
4419         
4420         Make navigation action unsensitive instead of showing
4421         menu with unsensitive word. Fixes bug #417392.
4422
4423 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4424
4425         * shell/ev-application.[ch]: (ev_application_shutdown),
4426         (ev_application_get_print_settings),
4427         (ev_application_set_print_settings):
4428         * shell/ev-window.c:
4429
4430         Remember print settings. Fixes bug #349102. 
4431
4432 2007-05-08  Christian Persch  <chpe@gnome.org>
4433
4434         * configure.ac:
4435         * properties/ev-properties-view.c:
4436
4437         No need for a configure check; just use the GTK_CHECK_VERSION macro.
4438         Bug #382438.
4439
4440 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4441
4442         * configure.ac:
4443         * properties/ev-properties-view.c: (ev_regular_paper_size):
4444
4445         Use gtk+ builtin paper list to identify the document's paper size.
4446         Fixes bug #382438. 
4447
4448 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * configure.ac:
4451
4452         Fix build when compiling with thumbnailer and libgnome support. 
4453
4454 2007-05-04  Ross Burton  <ross@openedhand.com>
4455
4456         * configure.ac:
4457         Add --without-libgnome, check for libgnome and libgnomeui
4458         separately, and add them to the symbols as required.
4459
4460         * libdocument/ev-file-helpers.c:
4461         When building without libgnome, use g_get_user_config_dir instead
4462         of gnome_user_dir_get.
4463
4464         * shell/ev-application.c:
4465         When building without libgnome, don't use session management.
4466
4467         * shell/main.c:
4468         When building without libgnome, don't use GnomeProgram or
4469         initialise the authentication manager.
4470
4471         This fixes #328842.
4472
4473 2007-05-04  Ross Burton  <ross@openedhand.com>
4474
4475         * shell/ev-window.c:
4476         Don't use libgnome to open help, instead call Yelp directly.
4477
4478 2007-05-04  Ross Burton  <ross@openedhand.com>
4479
4480         * shell/ev-sidebar-attachments.c:
4481         Don't use libgnome to lookup icons for MIME types, instead copy
4482         code from GTK+ to do it manually.
4483
4484 2007-05-04  Ross Burton  <ross@openedhand.com>
4485
4486         * configure.ac:
4487         Add libxml to the dependencies for SHELL_CORE (#435818).
4488
4489 2007-05-02  Ross Burton  <ross@openedhand.com>
4490
4491         * configure.ac:
4492         * Makefile.am:
4493         Add --disable-thumbnailer (#434825)
4494
4495 2007-05-02  Ross Burton  <ross@openedhand.com>
4496
4497         * shell/ev-window.c:
4498         Add missing includes, fix indentation.
4499
4500         * shell/main.c:
4501         Fix indentation.
4502
4503 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
4504
4505         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
4506         ev_application_open_uri_at_dest instead of ev_application_open_uri
4507         preventing new document always being opened in a new window even if there
4508         is an empty window.
4509
4510 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4513         (egg_recent_view_uimanager_finalize):
4514         * properties/ev-properties-view.c: (ev_properties_view_dispose):
4515         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
4516         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
4517         (ev_pixbuf_cache_dispose):
4518         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
4519         * shell/ev-tooltip.c: (ev_tooltip_dispose):
4520         
4521         Add missing chain to parent class methods. Fixes
4522         bug #433128.
4523
4524 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
4525
4526         * data/Makefile.am (update-icon-cache): Updates
4527         gtk-update-icon-cache in uninstall-hook.
4528
4529 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * shell/ev-window.c: (ev_window_setup_document),
4532         (ev_window_set_document), (ev_window_load_job_cb):
4533         * shell/ev-view.c: (setup_caches):
4534         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
4535
4536         Start rendering pages before any other jobs. 
4537
4538 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4539
4540         * shell/ev-window.c: (ev_window_stop_fullscreen),
4541         (ev_window_stop_presentation):
4542
4543         Update chrome visibility before window unfullscreen. 
4544
4545 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4546
4547         * data/Makefile.am:
4548         * data/evince-ui.xml:
4549         * shell/ev-stock-icons.[ch]:
4550         * shell/ev-application.[ch]: (ev_application_shutdown),
4551         (ev_application_init), (ev_application_get_toolbars_model):
4552         * shell/ev-window.c: (update_chrome_visibility),
4553         (fullscreen_toolbar_setup_item_properties),
4554         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
4555         (ev_window_run_presentation), (ev_window_stop_presentation),
4556         (ev_window_run_preview), (ev_window_screen_changed),
4557         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
4558         (ev_window_dispose), (ev_window_init):
4559
4560         Make fullscreen toolbar always visible. Do not use egg toolbars for
4561         fullscreen and preview modes since such toolbars are not editables.
4562         Fixes bugs #300278, #338910 and #316188.  
4563
4564 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
4565
4566         * shell/ev-application.c:
4567         * shell/ev-job-queue.c:
4568         * shell/ev-metadata-manager.c:
4569         * shell/ev-stock-icons.c:
4570         * shell/ev-window.c:
4571         * shell/main.c:
4572         
4573         Developers documentation updated.
4574
4575 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
4578
4579         Check whether uri is valid before launching it. Fixes bug #427664.
4580
4581 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4582
4583         * shell/ev-window.c:
4584
4585         Change key accelerator for Open a Copy menu entry which is in conflict
4586         with Close. Fixes bug #427321.
4587
4588 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4589
4590         * NEWS:
4591         * configure.ac:
4592         
4593         Update for release 0.8.1
4594
4595 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4596
4597         * shell/ev-window.c: (setup_size_from_metadata):
4598         
4599         Do not make window bigger than screen. Fixes bug 
4600         #388985.
4601
4602 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
4605         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
4606
4607         Use default resolution when it's not provided by document. Fixes bug
4608         #408762.
4609
4610 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4611
4612         * configure.ac:
4613         * thumbnailer/Makefile.am:
4614         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4615         * thumbnailer/evince-thumbnailer.schemas.in:
4616         * thumbnailer/evince-thumbnailer-ps.schemas.in:
4617
4618         Add support for ps, eps and compressed documents thumbnails. Do not
4619         ignore size parameter. 
4620
4621 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4622
4623         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
4624         (dvi_document_do_color_special):
4625         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
4626
4627         Implement font color specials in the DVI backend. Fixes bug #303651.
4628
4629 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4630
4631         Fixup the previous commit:
4632
4633         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
4634         * shell/xdg-user-dir-lookup.c: Make the function non-static
4635         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
4636
4637 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
4638
4639         * shell/ev-window.c (file_open_dialog_response_cb): Use
4640         the xdg-user-dirs DOCUMENTS folder as default folder when
4641         opening a file chooser.  (#424858)
4642
4643         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
4644         xdg-user-dirs.
4645
4646 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4647
4648         * shell/ev-window.c: (ev_window_load_job_cb):
4649
4650         Do not setup view from metadata on preview mode. 
4651
4652 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4653
4654         * shell/main.c:
4655
4656         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
4657
4658 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4659
4660         * shell/ev-view.c: (ev_view_primary_get_cb):
4661
4662         Check pointer != NULL before using it. Fixes bug #416841. 
4663
4664 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * NEWS:
4667         * configure.ac:
4668         
4669         Release 0.8.0
4670
4671 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4672
4673         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
4674
4675         Do not render thumbnails when sidebar thumbnail page is not visible
4676         at startup. Fixes bug #416447. 
4677
4678 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
4679
4680         * data/evince.desktop.in.in:
4681
4682         "Application" is not a valid category in the freedesktop specification.
4683
4684 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * libdocument/ev-file-helpers.[ch]: (compression_run),
4687         (ev_file_uncompress), (ev_file_compress):
4688         * shell/ev-window.c: (file_save_dialog_response_cb):
4689
4690         Save document compressed when saving a copy of a compressed document.
4691         Fixes bug #334542.
4692
4693 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4694
4695         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
4696
4697         Allow deleting in goto window entry in presentation mode. 
4698
4699 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
4700
4701         * Makefile.am: Dist MAINTAINERS.
4702
4703 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
4704
4705         * shell/ev-window.c: (ev_window_update_actions):
4706
4707         Fix zoom shortcut keys when searching. Fixes bug #409828.
4708
4709 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
4710
4711         * shell/ev-window.c: (ev_window_setup_document):
4712
4713         Fix crash when loading documents with only one page. 
4714
4715 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * backend/dvi/dvi-document.c:
4718         (dvi_document_thumbnails_get_dimensions),
4719         (dvi_document_thumbnails_get_thumbnail):
4720         * backend/impress/impress-document.c:
4721         (impress_document_thumbnails_get_thumbnail),
4722         (impress_document_thumbnails_get_dimensions):
4723         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
4724         (ps_document_thumbnails_get_dimensions):
4725         * backend/djvu/djvu-document.c:
4726         (djvu_document_thumbnails_get_dimensions),
4727         (djvu_document_thumbnails_get_thumbnail):
4728         * backend/tiff/tiff-document.c:
4729         (tiff_document_thumbnails_get_thumbnail),
4730         (tiff_document_thumbnails_get_dimensions):
4731         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
4732         (pdf_document_thumbnails_get_thumbnail),
4733         (pdf_document_thumbnails_get_dimensions):
4734         * backend/comics/comics-document.c:
4735         (comics_document_thumbnails_get_thumbnail),
4736         (comics_document_thumbnails_get_dimensions):
4737         * backend/pixbuf/pixbuf-document.c:
4738         (pixbuf_document_thumbnails_get_thumbnail),
4739         (pixbuf_document_thumbnails_get_dimensions):
4740         * libdocument/ev-document-thumbnails.[ch]:
4741         (ev_document_thumbnails_get_thumbnail),
4742         (ev_document_thumbnails_get_dimensions):
4743         * libdocument/ev-document-misc.[ch]:
4744         (ev_document_misc_get_thumbnail_frame):
4745         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
4746         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
4747         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
4748         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
4749         (ev_sidebar_thumbnails_refresh):
4750         * shell/ev-window.c: (ev_window_setup_document):
4751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4752
4753         Use an EvRenderContext for rendering thumbnails instead of a suggested
4754         width, so that different sized pages get sized proportionally.
4755
4756 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * shell/ev-view.c: (ev_view_button_press_event),
4759         (ev_view_key_press_event):
4760
4761         Fix critical warnings when there is no document loaded. 
4762
4763 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4764
4765         * shell/ev-page-action-widget.c:
4766         * shell/ev-navigation-action.c:
4767         * shell/ev-window.c:
4768
4769         Fix compile warnings. 
4770
4771 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4772
4773         * backend/djvu/djvu-text.h:
4774         * backend/djvu/djvu-document.c:
4775         * backend/djvu/djvu-text-page.c:
4776         * backend/djvu/djvu-links.c:
4777         * backend/djvu/djvu-text-page.h:
4778         * backend/djvu/djvu-text.c:
4779         
4780         Fix build on Mac. Fixes bug #392186. Patch by
4781         <ephraim_owns@hotmail.com>
4782
4783 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
4786
4787         Restore cairo context before rendering every page when printing a PDF
4788         document into a PDF file. 
4789
4790 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4791
4792         * backend/ps/gstypes.h:
4793         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
4794         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
4795         (ps_document_thumbnails_get_thumbnail):
4796
4797         Handle PostScript page orientation. Fixes bug #318568.
4798
4799 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * backend/ps/Makefile.am:
4802         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
4803         (document_load), (ps_document_load), (save_document),
4804         (save_page_list), (ps_document_get_n_pages),
4805         (ps_document_get_page_size), (ps_document_get_info),
4806         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
4807         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
4808         (ps_document_thumbnails_get_thumbnail),
4809         (ps_document_thumbnails_get_dimensions),
4810         (ps_document_document_thumbnails_iface_init):
4811         * backend/ps/ps.[ch]: (psgetpagebox):
4812         * backend/ps/ps-interpreter.[ch]:
4813
4814         Add support for thumbnails in ps backend. Fixes bug #164755. 
4815
4816 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4817
4818         * NEWS:
4819         * configure.ac:
4820         
4821         Release 0.7.2
4822
4823 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
4824
4825         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
4826         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
4827         (ev_window_dispose):
4828
4829         Use document thumbnail as window icon. Fixes bug #384442.
4830
4831 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
4832
4833         * configure.ac:
4834
4835         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
4836         duplicated adding application/x-bzpostscript instead. 
4837
4838 2007-02-11  Tom Parker  <palfrey@tevp.net>
4839
4840         * backend/ps/ps-document.c: (document_load):
4841
4842         Check return value of psscan before trying
4843         to use it. Fixes bug #372414.
4844
4845 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4846
4847         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4848
4849         Fix invalid free in ev-page-cache. Fixes bug #404745.
4850
4851 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4852
4853         * test/Makefile.am:
4854         * test/test3.py:
4855         
4856         Added reload test case.
4857
4858 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4859
4860         * po/POTFILES.in:
4861         * backend/djvu/djvu-document.c: (djvu_document_load):
4862
4863         Check whether there are missing files in indirect multipage djvu
4864         documents. Fixes bug #361683. 
4865
4866 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * test/Makefile.am:
4869         * test/test-mime.bin:
4870         * test/test3.py:
4871         
4872         Added test for slow mime type
4873
4874 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4875
4876         * shell/ev-page-cache.c: (ev_page_cache_finalize):
4877
4878         Add some checks and call parent_class->finalize. Fixes bug #404745.
4879
4880 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4881
4882         * shell/ev-navigation-action.c: (connect_proxy):
4883         
4884         Fixes dropdown history menu. Thanks a lot Carlos!
4885
4886 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4887
4888         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
4889
4890         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
4891         bug #373715.
4892
4893 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * backend/ps/ps.c: (psscan):
4896
4897         Fix memory leak. 
4898
4899 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * configure.ac:
4902         * libdocument/ev-file-helpers.c: 
4903
4904         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
4905
4906 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4907
4908         * configure.ac:
4909         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
4910         (ps_interpreter_start), (document_load), (save_document),
4911         (save_page_list):
4912         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
4913         * libdocument/ev-document-factory.c:
4914         (ev_document_factory_get_from_mime), (get_document_from_uri),
4915         (free_uncompressed_uri), (ev_document_factory_get_document):
4916         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
4917
4918         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
4919
4920 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4921
4922         * libdocument/ev-document.h:
4923
4924         Fix typo in function name. 
4925
4926 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4927
4928         * backend/ps/ps-document.c: (ps_interpreter_finished),
4929         (ps_interpreter_start), (ps_interpreter_failed):
4930
4931         Handle ghostscript interpreter crashes. 
4932
4933 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * shell/ev-window.c: (ev_window_open_uri),
4936         (window_configure_event_cb):
4937
4938         Setup window size and position before showing it. Fixes bug #401711.
4939
4940 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4941
4942         * backend/ps/Makefile.am:
4943         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
4944         (ps_document_dispose), (ps_document_class_init),
4945         (ps_interpreter_input), (ps_interpreter_output),
4946         (ps_interpreter_error), (setup_interpreter_env),
4947         (ps_interpreter_start), (ps_interpreter_stop),
4948         (ps_interpreter_failed), (ps_interpreter_is_ready),
4949         (check_filecompressed), (document_load), (ps_document_load),
4950         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
4951         (ps_document_widget_event), (send_ps), (ps_document_next_page),
4952         (render_page):
4953
4954         Rework ps-document. Code cleanups, remove deprecated code. 
4955
4956 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * shell/ev-view.c: (ev_view_button_press_event):
4959
4960         Do not start an image drag and drop operation when pointer is on 
4961         text, so that we can select text when the whole background is an
4962         image. 
4963
4964 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4965
4966         * shell/ev-window.c: (ev_window_update_actions): 
4967
4968         Disable all zoom related actions during presentation mode. 
4969
4970 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
4971
4972         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
4973
4974         Do not zoom in or out on presentation mode. Fixes bug #401305.
4975
4976 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * shell/ev-navigation-action.c: (connect_proxy),
4979         (create_menu_item), (ev_navigation_action_class_init):
4980         
4981         Correctly show menu and fix crash when navigaton 
4982         action is out of toolbar visible area.
4983
4984 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4985
4986         * data/Makefile.am:
4987         * data/evince.1:
4988         
4989         Added man file
4990
4991 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * help/reference/* :
4994         * configure.ac:
4995         
4996         Added gtk-doc based documentation for Evince.
4997         Still in initial state but I hope it will
4998         grow.
4999         
5000         * configure.ac:
5001         
5002         Lower dbus requirement to 0.70
5003
5004 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5005
5006         * shell/ev-window.c: (ev_window_add_history):
5007
5008         Fix memory leak. 
5009
5010 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
5013         * shell/ev-view.h:
5014         * shell/ev-window.c: (ev_window_add_history):
5015         
5016         Correctly handle named destination links
5017
5018 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5019
5020         * NOTES:
5021         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
5022         * backend/pdf/ev-poppler.cc:
5023         * libdocument/ev-document-links.h:
5024         * libdocument/ev-link.c: (ev_link_get_page):
5025         * libdocument/ev-link.h:
5026         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
5027         (ev_history_add_link):
5028         * shell/ev-history.h:
5029         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5030         (new_history_menu_item), (build_menu):
5031         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5032         * shell/ev-sidebar-links.c: (create_loading_model),
5033         (print_section_cb), (ev_sidebar_links_construct),
5034         (fill_page_labels), (update_page_callback_foreach),
5035         (update_page_callback), (job_finished_callback):
5036         * shell/ev-view.c: (ev_view_handle_link):
5037         * shell/ev-window.c: (ev_window_find_chapter),
5038         (ev_window_add_history), (view_handle_link_cb),
5039         (history_changed_cb):
5040         
5041         Implements another history variant
5042
5043 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5044
5045         * shell/ev-window.c: (view_external_link_cb):
5046         * shell/ev-view.c: (ev_view_button_release_event):
5047
5048         Open links in new window when clicking with middle button. 
5049
5050 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-navigation-action.c: (new_history_menu_item):
5053         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
5054         * shell/ev-view.c: (ev_view_handle_link):
5055         * shell/ev-window.c:
5056         
5057         Store link before jump, not the destination. For me it 
5058         seems like more natural history behavior.
5059
5060 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * shell/ev-navigation-action.c: (activate_menu_item_cb),
5063         (ev_navigation_action_class_init):
5064         * shell/ev-navigation-action.h:
5065         * shell/ev-page-action.c: (activate_cb):
5066         * shell/ev-page-cache.c: (ev_page_cache_class_init),
5067         (ev_page_cache_set_current_page_history):
5068         * shell/ev-page-cache.h:
5069         * shell/ev-sidebar-thumbnails.c:
5070         (ev_sidebar_tree_selection_changed),
5071         (ev_sidebar_icon_selection_changed), (page_changed_cb):
5072         * shell/ev-view-private.h:
5073         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
5074         * shell/ev-view.h:
5075         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
5076         (ev_window_setup_document), (ev_window_load_job_cb):
5077         * shell/ev-window.h:
5078         
5079         History finally works as expected.
5080
5081 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5082
5083         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
5084
5085         Do not update links treeview if it doesn't have a model assigned yet. 
5086
5087 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
5090         (ev_sidebar_links_class_init), (update_page_callback):
5091
5092         Do not update links treeview when sidepane is not visible. 
5093
5094 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5095
5096         * shell/ev-marshal.list:
5097         * shell/ev-page-action.c: (activate_cb),
5098         (ev_page_action_class_init):
5099         * shell/ev-page-action.h:
5100         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
5101         * shell/ev-window.c:
5102         
5103         Remove activate_link signal, not required.
5104
5105 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5106
5107         * shell/ev-navigation-action.c: (build_menu):
5108         
5109         Reorder menu items and build menu with fixed length.
5110
5111 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
5112
5113         * shell/ev-view.c: (get_selected_text):
5114         
5115         Normalize text to fix ligatures problem. See bug
5116         #341947 for details.
5117
5118 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5119
5120         * shell/ev-page-cache.c: (ev_page_cache_finalize):
5121
5122         Fix memory leak in ev-page-cache. 
5123
5124 2007-01-25  Tom Parker <palfrey@tevp.net>
5125
5126         * backend/impress/impress-document.c: (impress_document_load),
5127         (impress_document_finalize), (impress_document_init):
5128         * properties/ev-properties-main.c: (ev_properties_get_pages):
5129         
5130         Correctly handle impress document errors. Fixes nautilus
5131         crash in property page #370491.
5132
5133 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5134
5135         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5136         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5137         (ev_job_queue_remove_job):
5138         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
5139         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
5140         (ev_job_load_run):
5141         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
5142         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
5143         (ev_window_load_job_cb), (xfer_update_progress_callback),
5144         (ev_window_open_uri), (ev_window_dispose):
5145         * shell/main.c: (main):
5146
5147         Do file transfer asynchronously in the main thread instead of
5148         synchronously in the load thread. Fixes bugs #399694, #398307 and
5149         #343542.
5150
5151 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * shell/ev-jobs.c: (ev_job_xfer_run):
5154
5155         Load the document with the font-config lock held. 
5156
5157 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5158
5159         * backend/ps/ps-document.c: (start_interpreter):
5160
5161         Fix memory leaks in ps backend. 
5162
5163 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5164
5165         * backend/impress/impress-document.c:
5166         (impress_document_render_pixbuf):
5167
5168         Do not acquire fontconfig lock in impress backend, since it is using
5169         the main loop for rendering. 
5170
5171 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5172
5173         * po/POTFILES.in: 
5174
5175         Remove mdvi files that shouldn't be translated. 
5176
5177 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
5178
5179         * shell/ev-view-private.h:
5180         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
5181         (ev_view_set_zoom):
5182
5183         Render "loading..." text into a cairo surface instead of directly into
5184         the window so that fontconfig lock is only needed once and UI is not
5185         blocked. Change text color to #9B9B9B. Fixes bug #397356.
5186
5187 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
5188
5189         * shell/ev-stock-icons.c: (ev_stock_icons_init):
5190         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5191
5192         Use icon theme associated with the window screen rather than default. 
5193
5194 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5195
5196         * configure.ac:
5197
5198         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
5199
5200 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
5201
5202         * data/icons/*/apps/evince.*:
5203
5204         Move Evince icons under new apps directory.
5205
5206         * data/icons/*/actions/*:
5207
5208         Add new custom themeable Evince icons: view-page-continuous, 
5209         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
5210         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
5211
5212         * configure.ac:
5213
5214         Add new directories to AC_CONFIG_FILES.
5215
5216         * shell/ev-stock-icons.c:
5217         * shell/ev-stock-icons.h:
5218
5219         Use new custom themeable icons.
5220
5221 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5222
5223         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
5224
5225         Do not draw white background page in presentation mode. 
5226
5227 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
5228
5229         * shell/ev-view.c: Remove unused gnome-vfs include.
5230
5231 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
5232
5233         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
5234         
5235         Format string is corrected, fixes bug #397129.
5236
5237 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5238
5239         * shell/ev-window.c: (ev_window_setup_recent):
5240
5241         Do not include in recent menu inexistent documents. Fixes
5242         bug #339171.
5243
5244 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * po/POTFILES.skip: 
5247
5248         Update POTFILES.skip file according to current source tree. 
5249
5250 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5251
5252         * shell/ev-window.c: (file_save_dialog_response_cb):
5253
5254         Do Save a copy in atomic way. Fixes bug #328266. 
5255
5256 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5257
5258         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
5259
5260         Keep selected cell always visible in index treeview.
5261
5262 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5263         
5264         * shell/ev-view.c: (ev_view_size_allocate):
5265
5266         Restore horizontal scrollbar after switching to/from fullscreen
5267         or presentation mode. Fixes bug #331728.
5268
5269 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
5270
5271         * shell/ev-view-private.h:
5272         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
5273         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
5274         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
5275         (ev_view_can_zoom_out):
5276
5277         Use max and min scale values in the view iby taking dpi into account. 
5278
5279 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5280
5281         * configure.ac:
5282         * NEWS:
5283
5284         Release 0.7.1
5285
5286 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5287
5288         * shell/ev-window.c: (ev_window_print_send):
5289
5290         Send print job to printer with some settings set to default values,
5291         since we have already exported to a file according to such settings
5292         and they could be taken twice by some printers. 
5293
5294 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5295
5296         * shell/ev-jobs.c: (ev_job_xfer_run):
5297         * shell/ev-application.c: (ev_application_open_uri_at_dest):
5298
5299         Show main window and load document with the font-config lock held. 
5300
5301 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * configure.ac:
5304         * shell/ev-application.c: (ev_application_register_service):
5305         * shell/main.c: (load_files_remote):
5306
5307         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
5308
5309 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * doc/debugging.txt:
5312         
5313         Remove obsolete documentation.
5314
5315 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5316
5317         * Makefile.am:
5318         * backend/Makefile.am:
5319         * backend/comics/Makefile.am:
5320         * backend/djvu/Makefile.am:
5321         * backend/dvi/Makefile.am:
5322         * backend/ev-async-renderer.c:
5323         * backend/ev-async-renderer.h:
5324         * backend/ev-attachment.c:
5325         * backend/ev-attachment.h:
5326         * backend/ev-backend-marshal.c:
5327         * backend/ev-document-factory.c:
5328         * backend/ev-document-factory.h:
5329         * backend/ev-document-find.c:
5330         * backend/ev-document-find.h:
5331         * backend/ev-document-fonts.c:
5332         * backend/ev-document-fonts.h:
5333         * backend/ev-document-images.c:
5334         * backend/ev-document-images.h:
5335         * backend/ev-document-info.h:
5336         * backend/ev-document-links.c:
5337         * backend/ev-document-links.h:
5338         * backend/ev-document-misc.c:
5339         * backend/ev-document-misc.h:
5340         * backend/ev-document-security.c:
5341         * backend/ev-document-security.h:
5342         * backend/ev-document-thumbnails.c:
5343         * backend/ev-document-thumbnails.h:
5344         * backend/ev-document-transition.c:
5345         * backend/ev-document-transition.h:
5346         * backend/ev-document.c:
5347         * backend/ev-document.h:
5348         * backend/ev-file-exporter.c:
5349         * backend/ev-file-exporter.h:
5350         * backend/ev-image.c:
5351         * backend/ev-image.h:
5352         * backend/ev-link-action.c:
5353         * backend/ev-link-action.h:
5354         * backend/ev-link-dest.c:
5355         * backend/ev-link-dest.h:
5356         * backend/ev-link.c:
5357         * backend/ev-link.h:
5358         * backend/ev-render-context.c:
5359         * backend/ev-render-context.h:
5360         * backend/ev-selection.c:
5361         * backend/ev-selection.h:
5362         * backend/impress/Makefile.am:
5363         * backend/pdf/Makefile.am:
5364         * backend/pixbuf/Makefile.am:
5365         * backend/ps/Makefile.am:
5366         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
5367         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
5368         (start_interpreter), (stop_interpreter), (document_load),
5369         (ps_document_next_page), (render_page):
5370         * backend/tiff/Makefile.am:
5371         * comics/Makefile.am:
5372         * comics/comics-document.c:
5373         * comics/comics-document.h:
5374         * configure.ac:
5375         * cut-n-paste/zoom-control/ephy-zoom-control.c:
5376         * djvu/Makefile.am:
5377         * djvu/djvu-document-private.h:
5378         * djvu/djvu-document.c:
5379         * djvu/djvu-document.h:
5380         * djvu/djvu-links.c:
5381         * djvu/djvu-links.h:
5382         * djvu/djvu-text-page.c:
5383         * djvu/djvu-text-page.h:
5384         * djvu/djvu-text.c:
5385         * djvu/djvu-text.h:
5386         * dvi/Makefile.am:
5387         * dvi/dvi-document.c:
5388         * dvi/dvi-document.h:
5389         * dvi/fonts.c:
5390         * dvi/fonts.h:
5391         * dvi/mdvi-lib/Makefile.am:
5392         * dvi/mdvi-lib/afmparse.c:
5393         * dvi/mdvi-lib/afmparse.h:
5394         * dvi/mdvi-lib/bitmap.c:
5395         * dvi/mdvi-lib/bitmap.h:
5396         * dvi/mdvi-lib/color.c:
5397         * dvi/mdvi-lib/color.h:
5398         * dvi/mdvi-lib/common.c:
5399         * dvi/mdvi-lib/common.h:
5400         * dvi/mdvi-lib/defaults.h:
5401         * dvi/mdvi-lib/dvimisc.c:
5402         * dvi/mdvi-lib/dviopcodes.h:
5403         * dvi/mdvi-lib/dviread.c:
5404         * dvi/mdvi-lib/files.c:
5405         * dvi/mdvi-lib/font.c:
5406         * dvi/mdvi-lib/fontmap.c:
5407         * dvi/mdvi-lib/fontmap.h:
5408         * dvi/mdvi-lib/fontsrch.c:
5409         * dvi/mdvi-lib/gf.c:
5410         * dvi/mdvi-lib/hash.c:
5411         * dvi/mdvi-lib/hash.h:
5412         * dvi/mdvi-lib/list.c:
5413         * dvi/mdvi-lib/mdvi.h:
5414         * dvi/mdvi-lib/pagesel.c:
5415         * dvi/mdvi-lib/paper.c:
5416         * dvi/mdvi-lib/paper.h:
5417         * dvi/mdvi-lib/pk.c:
5418         * dvi/mdvi-lib/private.h:
5419         * dvi/mdvi-lib/setup.c:
5420         * dvi/mdvi-lib/sp-epsf.c:
5421         * dvi/mdvi-lib/special.c:
5422         * dvi/mdvi-lib/sysdeps.h:
5423         * dvi/mdvi-lib/t1.c:
5424         * dvi/mdvi-lib/tfm.c:
5425         * dvi/mdvi-lib/tfmfile.c:
5426         * dvi/mdvi-lib/tt.c:
5427         * dvi/mdvi-lib/util.c:
5428         * dvi/mdvi-lib/vf.c:
5429         * dvi/pixbuf-device.c:
5430         * dvi/pixbuf-device.h:
5431         * impress/Makefile.am:
5432         * impress/common.h:
5433         * impress/document.c:
5434         * impress/f_oasis.c:
5435         * impress/f_oo13.c:
5436         * impress/iksemel.c:
5437         * impress/iksemel.h:
5438         * impress/imposter.h:
5439         * impress/impress-document.c:
5440         * impress/impress-document.h:
5441         * impress/internal.h:
5442         * impress/r_back.c:
5443         * impress/r_draw.c:
5444         * impress/r_geometry.c:
5445         * impress/r_gradient.c:
5446         * impress/r_style.c:
5447         * impress/r_text.c:
5448         * impress/render.c:
5449         * impress/render.h:
5450         * impress/zip.c:
5451         * impress/zip.h:
5452         * lib/Makefile.am:
5453         * lib/ev-debug.c:
5454         * lib/ev-debug.h:
5455         * lib/ev-file-helpers.c:
5456         * lib/ev-file-helpers.h:
5457         * lib/ev-gui.c:
5458         * lib/ev-gui.h:
5459         * lib/ev-tooltip.c:
5460         * lib/ev-tooltip.h:
5461         * libdocument/Makefile.am:
5462         * libdocument/ev-file-helpers.c:
5463         * pdf/Makefile.am:
5464         * pdf/ev-poppler.cc:
5465         * pdf/ev-poppler.h:
5466         * pixbuf/Makefile.am:
5467         * pixbuf/pixbuf-document.c:
5468         * pixbuf/pixbuf-document.h:
5469         * properties/Makefile.am:
5470         * ps/Makefile.am:
5471         * ps/gsdefaults.c:
5472         * ps/gsdefaults.h:
5473         * ps/gsio.c:
5474         * ps/gsio.h:
5475         * ps/gstypes.h:
5476         * ps/ps-document.c:
5477         * ps/ps-document.h:
5478         * ps/ps.c:
5479         * ps/ps.h:
5480         * shell/Makefile.am:
5481         * shell/ev-application.h:
5482         * shell/ev-sidebar-links.c:
5483         * shell/ev-sidebar-links.h:
5484         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
5485         (ev_gui_menu_position_tree_selection):
5486         * shell/ev-utils.h:
5487         * shell/ev-view.c: (ev_view_finalize):
5488         * shell/ev-window.c:
5489         * shell/main.c: (main):
5490         * thumbnailer/Makefile.am:
5491         * tiff/Makefile.am:
5492         * tiff/tiff-document.c:
5493         * tiff/tiff-document.h:
5494         * tiff/tiff2ps.c:
5495         * tiff/tiff2ps.h:
5496         
5497         Reorganize source tree.
5498
5499 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * backend/ev-document-factory.c:
5502
5503         Do not include ev-poppler.h when pdf is disabled. 
5504
5505 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5506
5507         * configure.ac:
5508         * data/evince-ui.xml:
5509         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
5510         (pdf_document_document_images_iface_init):
5511         * backend/Makefile.am:
5512         * backend/ev-document-images.[ch]:
5513         * backend/ev-image.[ch]:
5514         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
5515         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
5516         (ev_job_xfer_run):
5517         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
5518         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
5519         (ev_pixbuf_cache_get_image_mapping):
5520         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
5521         (view_menu_popup_cb), (ev_window_dispose),
5522         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
5523         (ev_view_popup_cmd_copy_image):
5524         * shell/ev-view-private.h:
5525         * shell/ev-view.c: (ev_view_get_image_at_location),
5526         (ev_view_do_popup_menu), (ev_view_popup_menu),
5527         (ev_view_button_press_event), (ev_view_drag_data_get),
5528         (ev_view_drag_motion), (ev_view_drag_data_received),
5529         (ev_view_motion_notify_event), (ev_view_button_release_event),
5530         (ev_view_finalize), (ev_view_class_init):
5531
5532         Add image handling support. Fixes bugs #310008 and #325047. Images
5533         selection is not supported yet. 
5534
5535 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
5536
5537         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
5538         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
5539         (ev_view_init):
5540
5541         Move view drag and drop stuff to ev-view.
5542
5543 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
5544
5545         * shell/ev-pixbuf-cache.c: (clear_job_selection):
5546         * shell/ev-view.c: (clear_selection): 
5547
5548         Clear selection also in pixbuf cache.
5549
5550 2007-01-02  Luca Ferretti <elle.uca@libero.it>
5551
5552         * data/evince.desktop.in.in:
5553         
5554         Change icon name in desktop file. See bug #390734
5555         for details.
5556
5557 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5558
5559         * thumbnailer/Makefile.am:
5560
5561         Use top_builddir instead top_srcdir for generated schema
5562         file installation. Fixes bug #390161.
5563
5564 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5565
5566         * configure.ac:
5567         * backend/Makefile.am:
5568         * backend/ev-document-transition.[ch]:
5569         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
5570         (pdf_document_page_transition_iface_init):
5571         * shell/ev-view-private.h:
5572         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
5573         (ev_view_set_presentation), (transition_next_page),
5574         (ev_view_presentation_transition_stop),
5575         (ev_view_presentation_transition_start), (ev_view_next_page):
5576
5577         Add page transition support in presentation mode. At the moment only
5578         page duration is supported, but not transition effects. Fixes bug
5579         #309815.
5580
5581 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5582
5583         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
5584
5585         Run find_link_dest with document lock held, since it's called by links
5586         thread and main thread at the same time. 
5587
5588 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5589
5590         * shell/ev-view.c: (goto_dest):
5591
5592         Update page-cache when page is changed by the view, so that
5593         page-changed signal is emitted. 
5594
5595 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5596
5597         * test/test1.py:
5598         * test/test2.py:
5599
5600         Use C locale in tests. 
5601
5602 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
5603
5604         * shell/ev-window.c: (ev_window_run_presentation):
5605         * shell/ev-view-private.h:
5606         * shell/ev-view.c: (ev_view_set_presentation):
5607
5608         Restore zoom settings when back from presentation mode. 
5609
5610 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5611
5612         * shell/ev-window.c: (ev_window_run_presentation):
5613
5614         Always use "best fit" zoom in presentation mode.
5615         Fixes bug #389195.
5616
5617 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5618
5619         * shell/ev-view.c: (ev_view_goto_window_create):
5620
5621         Show "Jump to page" label in the page jumping popup in
5622         presentation mode instead of just a GtkEntry.
5623
5624 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5625
5626         * shell/ev-window.c: (launch_external_uri):
5627
5628         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
5629         #378085.
5630
5631 2006-12-22  Elijah Newren  <newren gmail com>
5632
5633         * configure.ac: explicitly check for libxml2.  Fixes #388795
5634
5635 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5636
5637         * shell/ev-view-private.h:
5638         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
5639         (ev_view_goto_window_delete_event), (key_is_numeric),
5640         (ev_view_goto_window_key_press_event),
5641         (ev_view_goto_window_button_press_event),
5642         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
5643         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
5644         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
5645
5646         Allow jumping to another page by typing a page number in presentation
5647         mode. It uses a popup window with an entry. Fixes bug #353625.
5648
5649 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * configure.ac:
5652         * properties/ev-properties-view.c: (ev_get_default_user_units),
5653         (ev_regular_paper_size):
5654         
5655         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
5656         to Damien Carbery <damien.carbery@sun.com> and
5657         Yevgen Muntyan <muntyan@tamu.edu>.
5658
5659 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5660
5661         * shell/ev-window.c: (setup_document_from_metadata):
5662
5663         Make sure Evince doesn't restore the view on the last
5664         page when a document is reopened. Fixes bug #383381.
5665
5666 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
5667
5668         * shell/ev-view.c: (draw_loading_text):
5669
5670         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
5671
5672 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5673
5674         * configure.ac:
5675         * NEWS:
5676
5677         Release 0.7.0
5678
5679 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5680
5681         * configure.ac:
5682         * pdf/ev-poppler.cc: (pdf_print_context_free),
5683         (pdf_document_file_exporter_begin),
5684         (pdf_document_file_exporter_do_page):
5685
5686         Make cairo-pdf depedency optional. 
5687
5688 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5689
5690         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
5691
5692         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
5693
5694 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5695
5696         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
5697         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
5698         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
5699         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
5700         * shell/ev-view.c: (draw_loading_text):
5701         * shell/ev-window.c: (ev_window_cmd_file_properties):
5702
5703         Use an specific lock for FontConfig. Hopefully it fixes some crashes
5704         related to using FontConfig from different threads.
5705         
5706 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
5707
5708         * shell/ev-view.c: (draw_loading_text):
5709
5710         Acquire lock document when drawing "Loading..." text so that only one
5711         thread will use FontConfig at the same time. Fixes bug #374750.
5712
5713 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
5714
5715         * shell/ev-page-action.[ch]: (activate_cb):
5716         * shell/ev-window.c: (activate_label_cb):
5717
5718         Check if text inserted in page entry is a valid page number when it
5719         doesn't match to any document page label. Fixes bug #383165.
5720
5721 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
5722         * shell/ev-window.c:
5723
5724         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
5725         available with GTK < 2.10. Added an ifdef to avoid compilation
5726         error.
5727
5728 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5729
5730         * configure.ac:
5731         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
5732
5733         Fix ps backend in multihead systems.
5734
5735 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5736
5737         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
5738         * shell/ev-window.c: (ev_window_get_screen_dpi),
5739         (ev_window_update_actions), (setup_view_from_metadata),
5740         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
5741
5742         Take screen DPI into account when zooming. Fixes bug #318285.
5743
5744 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5745
5746         * data/Makefile.am:
5747
5748         Cleaned up/slightly refactored Makefile.am. Added GConf
5749         schemas uninstallation as well.
5750
5751 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5752
5753         * Makefile.am:
5754         * test/Makefile.am:
5755
5756         Fight with autotools to fix make check. Make distcheck
5757         works fine as well now!
5758
5759 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5760
5761         * shell/ev-view.c: (draw_end_presentation_page):
5762
5763         Corrected "end of presentation" string.
5764
5765 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5766
5767         * shell/ev-view.c: (ev_view_key_press_event):
5768
5769         Correctly propagate key press event so that up/down keys
5770         work as expected (correct behaviour was broken by
5771         black/white screen key bindings for presentations).
5772
5773 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
5774
5775         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
5776         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
5777         (pdf_document_find_get_progress), (pdf_selection_render_selection),
5778         (pdf_selection_get_selection_region),
5779         (pdf_selection_get_selection_map):
5780
5781         Add "static" to some private functions. 
5782
5783 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
5784
5785         * lib/ev-tooltip.h:
5786         * properties/ev-properties-view.h:
5787         * shell/ev-jobs.h:
5788         * shell/ev-properties-dialog.h:
5789         * shell/ev-properties-fonts.h:
5790         * shell/ev-sidebar-links.h:
5791         * shell/ev-sidebar-thumbnails.h:
5792         * shell/ev-sidebar.h:
5793         * shell/ev-window.h:
5794         
5795         Fixes CHACK type in class casts. See bug #385343
5796         for details.
5797
5798 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
5799
5800         * shell/ev-view-private.h:
5801         * shell/ev-view.c: (draw_end_presentation_page),
5802         (ev_view_expose_event), (ev_view_key_press_event),
5803         (ev_view_class_init), (ev_view_init):
5804
5805         Blank screen in presentation mode when pressing 'b' (filling with
5806         black) or 'w' (filling with white) keys. Fixes bug #358132.
5807
5808 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
5809
5810         * data/evince-toolbar.xml:
5811         * shell/ev-window.c:
5812         
5813         Use stock icon for Select All action. Fixes
5814         bug #382652.
5815
5816 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
5817
5818         * shell/ev-view.c: (get_doc_point_from_offset),
5819         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
5820
5821         Add links support in rotated documents. Fixes bug #343733.
5822
5823 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5824
5825         * shell/ev-view-private.h:
5826         * shell/ev-view.c: (draw_end_presentation_page),
5827         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
5828
5829         Show a blank page after the last page in presentation mode with a
5830         message indicating that presentation has finished and how to exit. 
5831
5832 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5833
5834         * shell/ev-window.c: (fullscreen_timeout_cb):
5835
5836         Hide cursor after a while in presentation mode. 
5837
5838 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5839
5840         * backend/ev-document-info.h:
5841         * data/evince-properties.glade:
5842         * pdf/ev-poppler.cc:
5843         * properties/ev-properties-view.c: (ev_regular_paper_size),
5844         (ev_properties_view_set_info):
5845         * ps/ps-document.c: (ps_document_get_info):
5846
5847         Adds a paper size field to the properties dialog. Fixes
5848         bug #307315. Patch by Kasper Svendsen (with some i18n
5849         changes done by me).
5850
5851 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5854         (screensaver_init_dbus), (totem_scrsaver_new),
5855         (totem_scrsaver_init):
5856         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5857         * shell/ev-application.c: (ev_application_register_service),
5858         (ev_application_screensaver_enable),
5859         (ev_application_screensaver_disable):
5860         * shell/ev-application.h:
5861         * shell/ev-window.c: (ev_window_run_presentation),
5862         (ev_window_stop_presentation), (build_comments_string),
5863         (ev_window_init):
5864         
5865         Move screensaver handling to application. No more
5866         message on startup.
5867
5868 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * configure.ac:
5871         * backend/Makefile.am:
5872         * backend/ev-file-exporter.[ch]:
5873         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
5874         * ps/ps-document.c: (ps_document_file_exporter_*):
5875         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
5876         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
5877         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
5878         (ev_window_print_dialog_response_cb), (ev_window_print_range):
5879
5880         Allow printing to PDF when suppoted by the backend.
5881         
5882 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5883
5884         * shell/ev-window.c: (build_comments_string):
5885
5886         Use always "Document Viewer" in about dialog. 
5887
5888 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5889
5890         * djvu/djvu-document.c: (djvu_document_get_page_size):
5891
5892         Display a warning message when get_pageinfo fails. 
5893
5894 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
5895
5896         * Makefile.am:
5897         * backend/Makefile.am:
5898         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
5899         * configure.ac:
5900         * shell/ev-window.c: (build_comments_string):
5901         
5902         Make pdf compilation optional. See bug #38007.
5903
5904 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
5905
5906         * ps/ps.c: (get_next_text):
5907
5908         Fix CVE-2006-5864.
5909
5910 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
5911
5912         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
5913         * shell/ev-navigation-action.c: (connect_proxy),
5914         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5915         
5916         Do not call g_type_class_peek_parent twice.
5917
5918 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5919
5920         * configure.ac:
5921         * data/icons/24x24/.cvsignore:
5922         * data/icons/24x24/Makefile.am:
5923         * data/icons/24x24/evince.png:
5924         * data/icons/Makefile.am:
5925         
5926         Add 24x24 icon. Thanks to 
5927         Michael Monreal <infernux@web.de>.
5928
5929 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * configure.ac: Fix typo in configure.ac. Thanks
5932         to dmacks@netspace.org for notification.
5933
5934 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5935
5936         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5937         
5938         Drop dbus include, fixes compilation with older dbus.
5939
5940 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5941
5942         * configure.ac:
5943         * cut-n-paste/Makefile.am:
5944         * cut-n-paste/totem-screensaver/.cvsignore
5945         * cut-n-paste/totem-screensaver/Makefile.am:
5946         * cut-n-paste/totem-screensaver/README:
5947         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
5948         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
5949         * shell/Makefile.am:
5950         * shell/ev-window.c: (ev_window_run_presentation),
5951         (ev_window_stop_presentation), (ev_window_cmd_help_about),
5952         (ev_window_init):
5953
5954         Implemented screensaver enabling/disabling for
5955         presentation mode (not fullscreen mode). Code stolen
5956         from Totem (with some minor tweaks). Fixes bug #338889.
5957
5958 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
5959
5960         * configure.ac:
5961
5962         Bump gnome-icon-theme requirements. We use the rotation
5963         icons that appeared recently.
5964
5965 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * shell/ev-history.c: (ev_history_add_page):
5968         * shell/ev-history.h:
5969         * shell/ev-window.c: (page_changed_cb):
5970         
5971         Use page labels instead of numbers.
5972
5973 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5974
5975         * data/evince-toolbar.xml:
5976         * po/POTFILES.in:
5977         * shell/Makefile.am:
5978         * shell/ev-navigation-action-widget.c:
5979         (ev_navigation_action_widget_init),
5980         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
5981         (menu_detacher), (ev_navigation_action_widget_set_menu),
5982         (menu_position_func), (popup_menu_under_arrow),
5983         (ev_navigation_action_widget_toggled),
5984         (ev_navigation_action_widget_button_press_event):
5985         * shell/ev-navigation-action-widget.h:
5986         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
5987         (ev_navigation_action_set_window), (activate_menu_item_cb),
5988         (new_history_menu_item), (new_empty_history_menu_item),
5989         (build_menu), (menu_activated_cb), (connect_proxy),
5990         (create_tool_item), (ev_navigation_action_init),
5991         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
5992         * shell/ev-navigation-action.h:
5993         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
5994         (ev_page_action_widget_set_page_cache),
5995         (ev_page_action_widget_finalize),
5996         (ev_page_action_widget_class_init), (match_selected_cb),
5997         (display_completion_text), (match_completion), (build_new_tree_cb),
5998         (get_filter_model_from_model),
5999         (ev_page_action_widget_update_model):
6000         * shell/ev-page-action-widget.h:
6001         * shell/ev-page-action.c: (activate_link_cb), (update_model),
6002         (connect_proxy):
6003         * shell/ev-page-action.h:
6004         * shell/ev-stock-icons.c:
6005         * shell/ev-stock-icons.h:
6006         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6007         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
6008         (register_custom_actions):
6009         * shell/main.c:
6010         
6011         Preliminary history implementation
6012
6013 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
6016         (dvi_document_class_init), (dvi_document_init_params):
6017         * dvi/mdvi-lib/font.c: (font_reference):
6018         
6019         Add reference to subfont. Fixes bug #374277.
6020
6021 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6022
6023         * shell/ev-window.c: (ev_window_create_tmp_symlink),
6024         (ev_window_cmd_file_open_copy_at_dest):
6025
6026         Fix a race condition when creating symlink. Increase the counter
6027         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
6028         Mathias Hasselmann).
6029
6030 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
6031
6032         * backend/Makefile.am:
6033         * backend/ev-attachment.c: (ev_attachment_open):
6034         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
6035         (ev_tmp_dir), (ev_tmp_filename):
6036         * shell/ev-sidebar-attachments.c:
6037         (ev_sidebar_attachments_drag_data_get):
6038         * shell/ev-window.c: (ev_window_clear_temp_file):
6039
6040         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
6041         in ensure_dir_exists. Abort without crashing when we can't create
6042         user's directory.
6043
6044 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6045
6046         * data/evince-ui.xml:
6047         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6048         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
6049         (ev_window_cmd_file_open_copy_at_dest),
6050         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
6051         (ev_view_popup_cmd_open_link_new_window):
6052
6053         Allow opening a copy of the current document in a new window. Fixes bug
6054         #357472
6055
6056 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6057
6058         * data/evince-toolbar.xml:
6059         
6060         Add rotate right and rotate left to available items for toolbar.
6061         
6062         * data/evince-ui.xml:
6063         * shell/ev-window.c: (ev_window_init):
6064         
6065         Customize toolbar with right click. Fixes bug #372451.
6066
6067 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
6068
6069         * shell/ev-window.c: 
6070         
6071         Use "object-rotate-{left,right}" stock icons. Fixes 
6072         bug #373863.
6073
6074 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6075
6076         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
6077         (ev_application_open_uri_at_dest), (ev_application_open_uri):
6078         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
6079         (ev_window_open_uri):
6080         * shell/main.c: (arguments_parse):
6081
6082         Remove temp file created when evince is used by GTK+ in
6083         preview mode. Fixes bug #365282. 
6084
6085 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6086
6087         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
6088         
6089         Fixes bug #372474 - Side pane disabled when entering 
6090         and leaving fullscreen mode.
6091
6092 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6093
6094         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
6095         * data/Makefile.am:
6096         * data/evince-preview-toolbar.xml:
6097         * data/evince-toolbar.xml:
6098         * shell/ev-application.c: (ev_application_shutdown),
6099         (ev_application_init), (ev_application_get_toolbars_model):
6100         * shell/ev-application.h:
6101         * shell/ev-window.c: (update_chrome_visibility),
6102         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
6103         (ev_window_cmd_edit_toolbar), (ev_window_init):
6104         
6105         Fixes bug #364364 - toolbar editor shows zoom actions again.
6106
6107 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
6108
6109         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6110
6111         Do not take margins into consideration for paper size when printing.
6112         Really fixes bug #350491.
6113
6114 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6115
6116         * data/evince-ui.xml:
6117         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
6118         (ev_window_cmd_file_print_setup),
6119         (ev_window_print_dialog_response_cb),
6120         (ev_window_setup_action_sensitivity):
6121
6122         Add page setup settings for printing. Fixes bugs #363860 and #350491.
6123
6124 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6125
6126         * shell/ev-window.c: (ev_window_print_range):
6127
6128         Revert my previuos commit, since printing to PDF is not supported by
6129         evince yet. 
6130
6131 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
6132
6133         * shell/ev-window.c: (ev_window_print_range):
6134
6135         Enable print to a PDF. Fixes bug #332121.
6136
6137 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
6138
6139         * shell/ev-application-service.xml:
6140         * shell/ev-application.[ch]: (ev_application_open_window),
6141         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
6142         (ev_application_open_uri), (ev_application_open_uri_list):
6143         * shell/ev-window.c: (file_open_dialog_response_cb),
6144         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
6145         (drag_data_received_cb), (open_remote_link):
6146         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
6147
6148         Add support for multiscreen systems. Fixes bug #316206.
6149
6150 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
6151
6152         * shell/ev-jobs.[ch]: (ev_job_print_new),
6153         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
6154         (ev_job_print_do_page):
6155         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
6156
6157         Allow printing only odd/even pages. Fixes bug #367289.
6158
6159 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6160
6161         * test/test1.py:
6162         * test/test2.py:
6163
6164         Re-add locale settings to test files.
6165
6166 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * data/evince-ui.xml:
6169         * shell/ev-window.c: (set_action_properties):
6170         
6171         Removed garbage from code and ui.
6172
6173 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6174
6175         * shell/ev-window.c: (ev_window_cmd_help_about):
6176
6177         Shamelessly add my name to the list of contributors.
6178
6179 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6180
6181         * test/test1.py:
6182         * test/test2.py:
6183
6184         Cleaned up the dogtail scripts.
6185
6186 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6187
6188         * shell/ev-view.c: (draw_loading_text): Don't render
6189         "loading..." text in presentation mode. Temporary
6190         workaround for bug #320352.
6191
6192 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
6193
6194         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
6195         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
6196
6197         Use print settings scale, copies, collate and reverse which were
6198         ignored. Fixes bug #359032.
6199
6200 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6201
6202         * configure.ac:
6203         * data/evince-password.glade:
6204         * test/Makefile.am:
6205         * test/test-encrypt.pdf:
6206         * test/test-links.pdf:
6207         * test/test1.py:
6208         * test/test2.py:
6209
6210         Add automated UI tests for evince with dogtail. See
6211         bug #300948.    
6212
6213 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
6214
6215         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
6216
6217         Hide fullscreen toolbar when switching to another desktop workspace.
6218         Fixes bug #338871
6219
6220 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * shell/ev-window-title.c: 
6223         
6224         Test for .dvi in title of pdf documents.
6225
6226 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
6227
6228         * shell/ev-view.c: (ev_view_scroll):
6229
6230         Page Up/Down should do page jumps in "Best fit" mode.
6231         If a user has explicitly chosen to view exactly one page
6232         at a time, scrolling just a part of the page when
6233         pressing Page Up/Down is not right. Fixes bug #323107.
6234
6235 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6236
6237         * NEWS:
6238         * configure.ac:
6239         
6240         Update for 0.6.1
6241
6242 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
6245         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
6246         
6247         Correctly disconnect from job signals on destroy.
6248
6249 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * shell/ev-view-private.h:
6252         * shell/ev-view.c: (view_set_adjustment_values),
6253         (view_update_range_and_current_page),
6254         (ensure_rectangle_is_visible), (ev_view_size_allocate):
6255         
6256         Fixes bug #343199, current page now follows find page.
6257
6258 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
6259
6260         * backend/ev-document-factory.c:
6261         * configure.ac:
6262         Assigned OpenDocument presenation MIME type to the
6263         Impress backend. Added some missing (but harmless)
6264         #ifdefs in the document factory as well to make things
6265         consistent again. Fixes bug #360658.
6266
6267 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
6268
6269         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
6270         * backend/ev-document-find.c: (ev_document_find_get_type):
6271         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
6272         * backend/ev-document-links.c: (ev_document_links_get_type):
6273         * backend/ev-document-security.c: (ev_document_security_get_type):
6274         * backend/ev-document-thumbnails.c:
6275         (ev_document_thumbnails_get_type):
6276         * backend/ev-document.c: (ev_document_get_type):
6277         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
6278         * backend/ev-selection.c: (ev_selection_get_type):
6279         * cut-n-paste/recent-files/egg-recent-model.c:
6280         (egg_recent_model_get_type):
6281         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6282         (egg_recent_view_uimanager_get_type):
6283         * cut-n-paste/recent-files/egg-recent-view.c:
6284         (egg_recent_view_get_type):
6285         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6286         (egg_editable_toolbar_get_type):
6287         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
6288         (egg_toolbar_editor_get_type):
6289         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6290         (egg_toolbars_model_get_type):
6291         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6292         (egg_tree_multi_drag_source_get_type):
6293         * cut-n-paste/zoom-control/ephy-zoom-action.c:
6294         (ephy_zoom_action_get_type):
6295         * cut-n-paste/zoom-control/ephy-zoom-control.c:
6296         (ephy_zoom_control_get_type):
6297         * impress/r_back.c: (_imp_fill_back):
6298         * properties/ev-properties-main.c:
6299         (ev_properties_plugin_register_type):
6300         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
6301         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
6302         (ev_view_accessible_factory_get_type):
6303
6304         Reduce relocations. Bug #360616.
6305
6306 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6307
6308         * backend/ev-document-factory.c:
6309         (ev_document_factory_get_document):
6310         
6311         Load document even if extension is wrong.
6312
6313 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6314
6315         * shell/ev-metadata-manager.c: (save_values):
6316         * shell/ev-window.c: (setup_size_from_metadata),
6317         (setup_view_from_metadata), (ev_window_setup_document),
6318         (ev_window_xfer_job_cb), (window_configure_event_cb):
6319         
6320         Set size according to the document size/page size ratio.
6321         That should correct rather wierd behaviour of the previous
6322         commit.
6323
6324 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6325
6326         * shell/ev-window.c: (setup_view_from_metadata):
6327         
6328         Set size for new windows from previous window size.
6329         See bugs #354968 and #168450 for details. Thanks
6330         to Meik Hellmund.
6331
6332 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
6333
6334         * djvu/djvu-links.c: (build_tree):
6335
6336         Fix memory leak.
6337
6338 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6339
6340         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
6341         
6342         Don't make sidebar close button insensitive. Fixes
6343         bug #357871.
6344
6345 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6346
6347         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
6348         (ev_window_set_view_accels_sensitivity):
6349         
6350         Don't enable Slash on documents which don't support
6351         find. Fixes bug #358648.
6352
6353 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
6354
6355         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
6356         open dialog fall back to the current document uri if the
6357         filechooser hasn't been used before. Fixes bug #356980.
6358
6359 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
6360
6361         * shell/ev-window.c: (ev_window_setup_recent), 
6362         (ev_window_get_recent_file_label):
6363
6364         Escape underscores in filenames of recent file items.
6365
6366 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6367
6368         * configure.ac:
6369         
6370         Bumped poppler requirements, really 0.5.3 is very 
6371         buggy, now we require 0.5.4.
6372
6373 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6374
6375         * djvu/Makefile.am:
6376         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
6377         (djvu_document_find_iface_init), (djvu_document_links_get_links),
6378         (djvu_document_document_links_iface_init):
6379         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
6380         (number_from_string_10), (get_djvu_link_dest),
6381         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
6382         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
6383         (djvu_links_get_links), (djvu_links_find_link_dest),
6384         (djvu_links_get_links_model):
6385         * djvu/djvu-links.h:
6386         
6387         Add support for links and bookmarks in djvu documents. Thanks
6388         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
6389         patch.
6390
6391 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6392
6393         * shell/ev-application.c: (ev_application_open_uri_at_dest):
6394         
6395         Reopen should reload document. Fixes 
6396         bug 327951.
6397
6398 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6399
6400         * configure.ac:
6401         * data/Makefile.am:
6402         * data/evince-16.png:
6403         * data/evince-22.png:
6404         * data/evince.png:
6405         * data/evince.svg:
6406         * data/icons/16x16/Makefile.am:
6407         * data/icons/16x16/evince.png:
6408         * data/icons/22x22/Makefile.am:
6409         * data/icons/22x22/evince.png:
6410         * data/icons/48x48/Makefile.am:
6411         * data/icons/48x48/evince.png:
6412         * data/icons/Makefile.am:
6413         * data/icons/scalable/Makefile.am:
6414         * data/icons/scalable/evince.svg:
6415         
6416         Install icons with correct names. Fixes
6417         bug #354429.
6418
6419 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
6420
6421         * shell/ev-view.c: (ev_view_button_release_event):
6422
6423         Don't open links with middle mouse button. Fixes bug #353649
6424
6425 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * NEWS:
6428         * configure.ac:
6429         
6430         Update for release 0.6.0
6431
6432 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6433
6434         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
6435         Implement Close named action. Patch by Carlos Garcia Campos.
6436
6437 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6438
6439         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
6440         
6441         Don't clear link mapping on copy_job_to_job_info. Fixes
6442         bug 346168.
6443
6444 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6445
6446         * shell/main.c: (main):
6447
6448         Revert my previous commit, gnome_program_init owns the option context.
6449         Fix another memory leak in main. Both caught by Christian Persch. 
6450
6451 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6452
6453         * shell/main.c: (main):
6454
6455         Fix memory leak.
6456
6457 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
6458
6459         * backend/ev-document-factory.c: (ev_document_factory_get_document):
6460
6461         Fix crash when opening a pdf with password protection. 
6462
6463 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
6464
6465         * pdf/ev-poppler.cc: (pdf_document_search_free):
6466
6467         Fix memory leak. 
6468
6469 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6470
6471         * backend/ev-document-factory.c:
6472         (ev_document_factory_get_document):
6473         * tiff/tiff-document.c: (tiff_document_finalize):
6474         
6475         More correct handling of document loading. Fixes
6476         bug #349043.
6477
6478 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6479
6480         * backend/ev-attachment.c: (ev_attachment_save):
6481
6482         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
6483         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
6484
6485 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
6486         
6487         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
6488         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
6489
6490 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
6491
6492         * shell/ev-sidebar-thumbnails.c:
6493
6494         Do not render thumbnails unless thumbnails page is active in the
6495         sidebar.
6496
6497 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
6498
6499         * shell/ev-properties-dialog.c:
6500
6501         Fix dialogue spacing. Bug #351370.
6502
6503 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6504
6505         * configure.ac:
6506
6507         Use lowercase gettext catalog file names (evince.mo
6508         instead of Evince.mo)
6509
6510 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
6511
6512         * shell/ev-sidebar-attachments.c:
6513
6514         GtkIconTheme is now screen safe too. Fixes bug #350878
6515
6516 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
6517
6518         * shell/ev-window.c:
6519
6520         GtkRecent manager is now screen safe. Fixes bug #350145
6521
6522 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6523
6524         * shell/ev-sidebar.c: (ev_sidebar_init):
6525         
6526         Make sidebar close icon smaller. Fix for bug 350177.
6527         See also bugs 350176 and 165770.
6528
6529 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
6530
6531         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
6532
6533         Ignore zoom for xyz destinations when it's <= 1, keeping user
6534         preferences instead. Set correct sizing-mode for fith and fitv
6535         destinations rather than EV_SIZING_FREE. Fixes bug #349433
6536
6537 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6538
6539         * NEWS:
6540         * configure.ac:
6541         
6542         Update for release 0.5.5
6543
6544 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
6545         
6546         * shell/ev-window.c: (ev_window_cmd_escape)
6547
6548         Escape unfocus page entry. Fixes bug #345809.
6549
6550 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
6551
6552         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
6553         (build_tree), (pdf_document_links_get_links),
6554         (pdf_document_links_find_link_dest):
6555         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
6556         (goto_xyz_dest):
6557
6558         Convert from PDF style coordinates to X style coordinates in the
6559         backend rather than in the view. Fixes bug #338440
6560
6561 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6562
6563         * shell/ev-window.c:
6564         
6565         Remove Ctrl+Shift+T shortcut for toolbars. See
6566         the bug #350098.
6567
6568 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6569
6570         * configure.ac:
6571
6572         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
6573         of this. 
6574
6575 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
6576
6577         * configure.ac:
6578         * cut-n-paste/Makefile.am:
6579         * data/evince-ui.xml:
6580         * shell/Makefile.am:
6581         * shell/ev-application.[ch]:
6582         * shell/ev-window.c:
6583
6584         Use GtkRecent instead of EggRecent when it's available. Fixes bug
6585         #349273
6586
6587 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6588
6589         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
6590         findbar code: s/help/search/
6591
6592 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6593
6594         * shell/ev-window.c: (setup_document_from_metadata),
6595         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
6596         (setup_view_from_metadata):
6597         
6598         Fix memory leaks.
6599
6600 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
6601
6602         * autogen.sh, configure.ac: 
6603         
6604         Update automake usage. See bug 349292.
6605
6606 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6607
6608         * shell/eggfindbar.c: (egg_find_bar_class_init),
6609         (entry_activate_callback), (egg_find_bar_init),
6610         (egg_find_bar_set_status_text):
6611         * shell/eggfindbar.h:
6612         
6613         Unify Evince findbar with Epiphany. Nice patch
6614         from Fabricio Silva <silva@crans.org> and
6615         Frederic Peters <fpeters@entrouvert.com>. See
6616         bug #339966 for details.
6617
6618 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * data/evince.desktop.in.in:
6621         
6622         Correct information for bugzilla. Thanks to
6623         Olaf Vitters, see bug #348855.
6624
6625 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
6626
6627         * shell/ev-jobs.[ch]:
6628         * shell/ev-sidebar-links.c:
6629         * shell/ev-window.[ch]:
6630
6631         GtkPrintJob doesn't support print ranges or current page, so we export
6632         to a ps file now when printing ranges or current page.
6633
6634 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * pdf/ev-poppler.cc:
6637         * shell/ev-window.c: (do_action_named):
6638
6639         We should be more clear about bugzilla. See the
6640         poppler bug #7623.
6641
6642 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6643
6644         * configure.ac:
6645         * shell/Makefile.am:
6646         * shell/ev-job-queue.c:
6647         * shell/ev-jobs.[ch]:
6648         * shell/ev-sidebar-links.c:
6649         * shell/ev-window.[ch]:
6650         
6651         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
6652         #348422
6653
6654 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6655
6656         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
6657         * shell/ev-application-service.xml:
6658         * shell/ev-application.[ch]:
6659         * shell/ev-jobs.[ch]:
6660         * shell/ev-window.[ch]: (ev_window_run_preview):
6661         * shell/main.c: 
6662
6663         Add preview mode to use evince as a printing previewer. It also adds
6664         other command line options for fullscreen and presentation modes.
6665         Fixes bugs #347822, #317031
6666
6667 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6668
6669         * NEWS:
6670         * configure.ac:
6671         
6672         Update for release 0.5.4
6673
6674 2006-07-11  Bastien Nocera <hadess@hadess.net>
6675
6676         * Makefile.am:
6677         * backend/Makefile.am:
6678         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
6679         * backend/ev-document-factory.h:
6680         * configure.ac:
6681         * impress/.cvsignore:
6682         * impress/Makefile.am:
6683         * impress/common.h:
6684         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
6685         (imp_get_page), (imp_next_page), (imp_prev_page),
6686         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
6687         * impress/f_oasis.c: (render_object), (render_page),
6688         (get_geometry), (_imp_oasis_load):
6689         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
6690         (_imp_oo13_load):
6691         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
6692         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
6693         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
6694         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
6695         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
6696         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
6697         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
6698         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
6699         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
6700         (iks_new_within), (iks_insert), (iks_insert_cdata),
6701         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
6702         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
6703         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
6704         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
6705         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
6706         (iks_cdata), (iks_cdata_size), (iks_has_children),
6707         (iks_has_attribs), (escape_size), (my_strcat), (escape),
6708         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
6709         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
6710         (iks_tree), (iks_load), (iks_save):
6711         * impress/iksemel.h:
6712         * impress/imposter.h:
6713         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
6714         (imp_render_draw_bezier_real), (imp_render_get_size),
6715         (imp_render_set_fg_color), (imp_render_draw_line),
6716         (imp_render_draw_rect), (imp_render_draw_polygon),
6717         (imp_render_draw_arc), (imp_render_draw_bezier),
6718         (imp_render_open_image), (imp_render_get_image_size),
6719         (imp_render_scale_image), (imp_render_draw_image),
6720         (imp_render_close_image), (imp_render_markup),
6721         (imp_render_get_text_size), (imp_render_draw_text),
6722         (impress_document_load), (impress_document_save),
6723         (impress_document_get_n_pages), (impress_document_get_page_size),
6724         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
6725         (impress_document_finalize), (impress_document_class_init),
6726         (impress_document_can_get_text), (impress_document_get_info),
6727         (impress_document_document_iface_init),
6728         (impress_document_thumbnails_get_thumbnail),
6729         (impress_document_thumbnails_get_dimensions),
6730         (impress_document_document_thumbnails_iface_init),
6731         (impress_document_init):
6732         * impress/impress-document.h:
6733         * impress/internal.h:
6734         * impress/r_back.c: (_imp_fill_back):
6735         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
6736         (_imp_draw_image), (_imp_tile_image):
6737         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
6738         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
6739         (r_polyline):
6740         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
6741         (r_draw_gradient_complex), (r_draw_gradient):
6742         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
6743         (r_get_bullet):
6744         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
6745         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
6746         (r_text):
6747         * impress/render.c: (imp_create_context), (imp_context_set_page),
6748         (imp_context_set_step), (imp_render), (imp_delete_context):
6749         * impress/render.h:
6750         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
6751         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
6752         (zip_load_xml), (zip_get_size), (zip_load):
6753         * impress/zip.h:
6754         * shell/ev-utils.c:
6755         
6756         New backend to support impress slides. Fixes bug #30867.
6757
6758 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
6759
6760         * shell/ev-utils.c: (using_postscript_printer):
6761         
6762         Fixes crash when print using PAPI backend,
6763         bug #345012.
6764
6765 2006-06-09  Pat Rondon  <pmr@patrondon.org>
6766
6767         * shell/ev-jobs.c: (ev_job_xfer_run):
6768         * shell/ev-window.c: (password_dialog_response),
6769         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
6770         (ev_window_dispose):
6771         Fixes bug #344160: if the xfer job doesn't complete
6772         because a password is required, reload the existing
6773         instance instead of creating a new one.
6774
6775 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * shell/main.c: (main): Call gdk_threads_init. Thus
6778         we'll avoid errors in auth dialog. Fix for the bug
6779         #343347.
6780
6781 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6782
6783         * configure.ac: Advertise pixbuf support, fix
6784         for the bug 343317.
6785
6786 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6787
6788         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
6789         (ev_sidebar_thumbnails_set_document):
6790         
6791         Update sidebar thumbnails after reloading.
6792
6793 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6794
6795         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
6796         * shell/ev-jobs.h:
6797         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
6798         (ev_window_cmd_view_reload), (ev_window_init):
6799         
6800         Don't crash on reload. Fix for the bug #343167.
6801
6802 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-jobs.c: (ev_job_render_run):
6805         
6806         Check for document links.
6807
6808 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6809
6810         * backend/ev-attachment.c: (ev_attachment_save),
6811         (ev_attachment_launch_app), (ev_attachment_open):
6812         * backend/ev-document-factory.c: (get_document_from_uri):
6813         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
6814         (egg_recent_view_uimanager_set_list):
6815         * ps/ps-document.c: (check_filecompressed), (document_load),
6816         (ps_document_load):
6817         * shell/ev-metadata-manager.c: (load_values):
6818         * shell/ev-password.c: (ev_password_dialog_set_property):
6819         * shell/ev-view.c: (tip_from_link):
6820         * shell/ev-window.c: (file_save_dialog_response_cb),
6821         (ev_window_print_dialog_response_cb):
6822         
6823         Use consistent quoting style. Fix for the bug #320285.
6824
6825 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6826
6827         * shell/ev-jobs.c: (ev_job_xfer_run):
6828         * shell/main.c: (load_files):
6829                 
6830         Open links with anchors. Fix for the bug #339836.
6831
6832 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6833
6834         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
6835         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
6836         (ev_link_dest_set_property), (ev_link_dest_finalize),
6837         (ev_link_dest_class_init), (ev_link_dest_new_named),
6838         (ev_link_dest_new_page_label):
6839         * backend/ev-link-dest.h:
6840         * shell/ev-application.c: (ev_application_open_uri):
6841         * shell/ev-view.c: (goto_dest):
6842         * shell/ev-window.c:
6843         * shell/ev-window.h:
6844         
6845         Fix page-label command line option. Bug #342070.
6846
6847 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
6848
6849         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
6850         
6851         Don't show highlight rects if page can't be showed. Fix for 
6852         the bug #342076
6853
6854 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6855
6856         * shell/ev-window.c: (setup_sidebar_from_metadata),
6857         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
6858         
6859         Setup sidebar from metadata even if there is no document
6860         loaded. Fix for the bug #342807.
6861
6862 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6863
6864         * cut-n-paste/toolbar-editor/Makefile.am:
6865         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
6866         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
6867         (find_action), (drag_data_delete_cb), (drag_begin_cb),
6868         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
6869         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
6870         (popup_context_menu_cb), (button_press_event_cb),
6871         (configure_item_sensitivity), (configure_item_cursor),
6872         (configure_item_tooltip), (connect_widget_signals),
6873         (action_sensitive_cb), (create_item_from_action),
6874         (create_item_from_position), (toolbar_drag_data_received_cb),
6875         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
6876         (toolbar_drag_leave_cb), (configure_drag_dest),
6877         (toggled_visibility_cb), (toolbar_visibility_refresh),
6878         (create_dock), (toolbar_changed_cb), (unparent_fixed),
6879         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
6880         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
6881         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
6882         (egg_editable_toolbar_dispose),
6883         (egg_editable_toolbar_set_ui_manager),
6884         (egg_editable_toolbar_get_selected),
6885         (egg_editable_toolbar_set_selected), (set_edit_mode),
6886         (egg_editable_toolbar_set_property),
6887         (egg_editable_toolbar_get_property),
6888         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
6889         (egg_editable_toolbar_new_with_model),
6890         (egg_editable_toolbar_get_edit_mode),
6891         (egg_editable_toolbar_set_edit_mode),
6892         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
6893         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
6894         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
6895         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
6896         (item_added_or_removed_cb), (toolbar_removed_cb),
6897         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
6898         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
6899         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
6900         (editor_create_item_from_name), (append_table),
6901         (update_editor_sheet), (egg_toolbar_editor_init):
6902         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
6903         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
6904         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
6905         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
6906         (toolbar_node_free), (egg_toolbars_model_get_flags),
6907         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
6908         (egg_toolbars_model_get_name), (impl_add_item),
6909         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
6910         (parse_data_list), (parse_item_list), (parse_toolbars),
6911         (egg_toolbars_model_load_toolbars), (parse_available_list),
6912         (parse_names), (egg_toolbars_model_load_names),
6913         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
6914         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
6915         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
6916         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
6917         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
6918         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
6919         (egg_toolbars_model_set_types), (fill_avail_array),
6920         (egg_toolbars_model_get_name_avail),
6921         (egg_toolbars_model_get_name_flags),
6922         (egg_toolbars_model_set_name_flags):
6923         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
6924         * cut-n-paste/toolbar-editor/eggintl.h:
6925         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
6926         (egg_tree_multi_drag_source_get_type),
6927         (egg_tree_multi_drag_source_row_draggable),
6928         (egg_tree_multi_drag_source_drag_data_delete),
6929         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
6930         (egg_tree_multi_drag_button_release_event), (selection_foreach),
6931         (path_list_free), (set_context_data), (get_context_data),
6932         (get_info), (egg_tree_multi_drag_drag_data_get),
6933         (egg_tree_multi_drag_motion_event),
6934         (egg_tree_multi_drag_button_press_event),
6935         (egg_tree_multi_drag_add_drag_support):
6936         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
6937         * shell/ev-application.c: (ev_application_init),
6938         (ev_application_save_toolbars_model):
6939         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
6940         (ev_window_cmd_edit_toolbar), (ev_window_init):
6941         
6942         Sync toolbareditor with epiphany and libegg
6943
6944 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
6945
6946         * configure.ac: 
6947
6948         Depend on poppler 0.5.2
6949
6950 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * shell/ev-jobs.c: (ev_job_render_run):
6953         
6954         Check if document supports links iterface.
6955
6956 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6957
6958         * NEWS:
6959         * configure.ac:
6960         
6961         Update for release 0.5.3
6962
6963 2006-05-13  Michael Plump  <plumpy@skylab.org>
6964
6965         * configure.ac:
6966         * shell/Makefile.am:
6967         * shell/main.c: (main):
6968         
6969         Port to GOption command line parsing. Fix for the 
6970         bug #327518
6971
6972 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * shell/ev-window.c: (ev_window_cmd_help_about):
6975         
6976         Do not wrap license. Fix for the bug #309460.
6977
6978 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * configure.ac:
6981         * properties/ev-properties-main.c: (ev_properties_get_pages):
6982         * shell/ev-application.c: (ev_application_open_window),
6983         (ev_application_open_uri_at_dest):
6984         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6985         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
6986         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
6987         * shell/ev-utils.c: (save_print_config_to_file):
6988         * shell/ev-window.c: (ev_window_cmd_save_as),
6989         (ev_attachment_popup_cmd_save_attachment_as):
6990         * shell/main.c: (load_files_remote):
6991         
6992         Bump requirements to gtk 2.8 and drop all ifdefs used.
6993
6994 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6995
6996         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
6997         * shell/ev-window.c: (ev_window_init):
6998         
6999         Show attachments page.
7000
7001 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7002
7003         * po/POTFILES.in:
7004         * shell/ev-attachment-bar.c:
7005         * shell/ev-attachment-bar.h:
7006         * shell/ev-sidebar-attachments.c:
7007         (ev_sidebar_attachments_icon_cache_add),
7008         (icon_theme_get_pixbuf_from_mime_type),
7009         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
7010         (ev_sidebar_attachments_icon_cache_refresh),
7011         (ev_sidebar_attachments_get_attachment_at_pos),
7012         (ev_sidebar_attachments_popup_menu_show),
7013         (ev_sidebar_attachments_popup_menu),
7014         (ev_sidebar_attachments_button_press),
7015         (ev_sidebar_attachments_update_icons),
7016         (ev_sidebar_attachments_drag_data_get),
7017         (ev_sidebar_attachments_get_property),
7018         (ev_sidebar_attachments_destroy),
7019         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
7020         (ev_sidebar_attachments_new),
7021         (ev_sidebar_attachments_set_document),
7022         (ev_sidebar_attachments_support_document),
7023         (ev_sidebar_attachments_get_label),
7024         (ev_sidebar_attachments_page_iface_init):
7025         * shell/ev-sidebar-attachments.h:
7026         * shell/ev-window.c: (update_chrome_visibility),
7027         (setup_sidebar_from_metadata), (ev_window_setup_document),
7028         (ev_window_sidebar_current_page_changed_cb),
7029         (attachment_bar_menu_popup_cb), (ev_window_init):
7030         
7031         Move attachments bar to sidebar.
7032
7033 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
7034
7035         * pdf/ev-poppler.cc:
7036         * shell/ev-application.[ch]:
7037         * shell/main.c:
7038
7039         Fix some memory leaks.
7040
7041 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7042
7043         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7044
7045         Change the properties dialog response to
7046         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
7047         will make the dialog go away when the user presses
7048         enter. With gtk+ >= 2.9 this will happen anyway, but for
7049         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
7050         escape by default. Fixes bug #340539. See also bug
7051         #101293 for the gtk+ part.
7052
7053 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
7054
7055         * shell/ev-view.c (tip_from_action_named): Replace some strings
7056         that were wrong. Closes #340970.
7057
7058 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
7059
7060         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7061
7062         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
7063         #341049
7064
7065 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7066
7067         * djvu/Makefile.am:
7068         * dvi/Makefile.am:
7069         * dvi/mdvi-lib/Makefile.am:
7070         * properties/Makefile.am:
7071         * ps/Makefile.am:
7072         * shell/Makefile.am:
7073         * thumbnailer/Makefile.am:
7074         
7075         Due to broken libtool that is unable to track dependencies
7076         of noinst libraries we are forced to explicitely point
7077         libraries for binary. Fix for the bug #333334.
7078
7079 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * data/evince.desktop.in.in:
7082         * shell/ev-view.c: (view_update_range_and_current_page),
7083         (ev_view_next_page), (ev_view_previous_page):
7084         * shell/ev-window.c: (update_chrome_visibility),
7085         (setup_sidebar_from_metadata), (ev_window_setup_document),
7086         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
7087         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7088         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
7089         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7090         (ev_window_stop_presentation), (ev_window_focus_in_event),
7091         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
7092         (ev_window_init):
7093         * thumbnailer/Makefile.am:
7094         
7095         Update fullscreen and presentation timeout handling. Hide
7096         cursor in presentation after timeout. Fix for the bugs
7097         #136359 and #336981.
7098
7099 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7100
7101         * backend/ev-link-action.[ch]:
7102         * pdf/ev-poppler.cc: (ev_link_from_action):
7103         * shell/ev-view-private.h:
7104         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
7105         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
7106
7107         Add support for Named Action links
7108
7109 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
7110
7111         * backend/Makefile.am:
7112         * backend/ev-document-links.[ch]:
7113         * backend/ev-document.[ch]:
7114         * backend/ev-link-action.[ch]:
7115         * backend/ev-link-dest.[ch]:
7116         * backend/ev-link.[ch]:
7117         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
7118         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
7119         * shell/ev-page-action.c: (build_new_tree_cb):
7120         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
7121         (links_page_num_func), (update_page_callback):
7122         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
7123         (tip_from_link):
7124         * shell/ev-jobs.c:
7125         * shell/ev-window.[ch]: (ev_window_open_uri),
7126         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
7127         * shell/ev-application.[ch]: (ev_application_open_window),
7128         (ev_application_open_uri):
7129
7130         Rework links system, it adds support for remote links now and it makes
7131         easier to add new kinds of actions and destinations. Fixes bug #317292
7132
7133 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7134
7135         * data/Makefile.am:
7136         * data/evince.png:
7137         * data/evince-16.png:
7138         * data/evince-22.png:
7139         * data/evince.svg:
7140         * shell/main.c: (main):
7141         
7142         Evince use it's own icon. Fix for the bug #313392.
7143
7144         * shell/ev-window.c: (fullscreen_timeout_cb),
7145         (fullscreen_set_timeout), (fullscreen_clear_timeout),
7146         (ev_window_cmd_help_about), (ev_window_dispose):
7147         
7148         Simplify fullscreen timeout code.
7149
7150 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
7151
7152         * backend/ev-attachment.c: 
7153         * shell/ev-attachment-bar.c:
7154         * shell/ev-window.c:
7155
7156         Allow multiple selection of attachments
7157
7158 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7159
7160         * shell/ev-view.c: (view_update_range_and_current_page),
7161         (ev_view_scroll):
7162         
7163         Fix for the bug #312573 – Optimal selection of current 
7164         page among visible pages.
7165
7166 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7167
7168         * configure.ac:
7169         * djvu/Makefile.am:
7170         * djvu/djvu-text.h:
7171         
7172         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
7173         for the bug 339868.
7174
7175 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
7176
7177         * configure.ac: Fix the LINGUAS stuff here too so it builds.
7178
7179 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7180
7181         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
7182         dictated by the GNOME HIG. Fixes bug #339235.
7183
7184 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7185
7186         * data/evince-ui.xml:
7187         * shell/ev-view.c: (ev_view_can_find_previous):
7188         * shell/ev-view.h:
7189         * shell/ev-window.c: (ev_window_update_actions),
7190         (ev_window_cmd_edit_find_previous):
7191
7192         Add support for "Find Previous" as dictated by the GNOME HIG. A
7193         menu item is added and some glue code to make it all work is added
7194         to various files.
7195
7196 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7197
7198         * configure.ac: Award myself the "useless use of cat" award.
7199
7200 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
7201
7202         * po/LINGUAS: New file listing all supported languages.
7203
7204         * configure.in: Use po/LINGUAS instead of including all languages
7205         directly in this file. See the wiki for more information:
7206         http://live.gnome.org/GnomeGoals/PoLinguas
7207
7208 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7209
7210         * backend/ev-document-factory.c:
7211
7212         Do not load the document twice when there isn't errors
7213
7214 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7215
7216         * backend/ev-attachment.c: 
7217
7218         Fix a crash when there isn't a default application to open an
7219         attachment
7220
7221 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7222
7223         * backend/ev-attachment.[ch]:
7224         * shell/ev-attachment-bar.[ch]:
7225
7226         Added missing files. 
7227
7228 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
7229
7230         * backend/Makefile.am:
7231         * data/evince-ui.xml:
7232         * backend/ev-attachment.[ch]:
7233         * backend/ev-document.[ch]: (ev_document_has_attachments),
7234         (ev_document_get_attachments):
7235         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
7236         (attachment_save_to_buffer), (pdf_document_get_attachments),
7237         (pdf_document_document_iface_init):
7238         * shell/Makefile.am:
7239         * shell/ev-attachment-bar.[ch]:
7240         * shell/ev-window.c:
7241
7242         Add support for PDF attachments. Fixes bug #325143
7243
7244 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7245
7246         * backend/ev-document-factory.c: (get_document_from_uri),
7247         (ev_document_factory_get_document):
7248         * backend/ev-document-factory.h:
7249         * properties/ev-properties-main.c: (ev_properties_get_pages):
7250         * shell/Makefile.am:
7251         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
7252         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
7253         (ev_job_queue_remove_job):
7254         * shell/ev-job-queue.h:
7255         * shell/ev-job-xfer.c:
7256         * shell/ev-job-xfer.h:
7257         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
7258         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
7259         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
7260         (ev_job_xfer_run):
7261         * shell/ev-jobs.h:
7262         * shell/ev-window.c: (ev_window_is_empty),
7263         (password_dialog_response), (ev_window_clear_xfer_job),
7264         (ev_window_xfer_job_cb), (ev_window_open_uri),
7265         (ev_window_cmd_focus_page_selector),
7266         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
7267         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7268         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7269         (ev_window_dispose):
7270         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7271         
7272         * Cleanup mime type detection on document load. Fix for the
7273         bug #336448.
7274
7275 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7276
7277         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7278         
7279         Fix crash on exit, described in the bug #336825.
7280
7281 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7282
7283         * backend/ev-document-factory.c:
7284         (ev_document_factory_get_from_mime),
7285         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
7286         (ev_document_factory_get_document),
7287         (file_filter_add_mime_list_and_free),
7288         (ev_document_factory_add_filters):
7289         * backend/ev-document-factory.h:
7290         * properties/ev-properties-main.c: (ev_properties_get_pages):
7291         * shell/Makefile.am:
7292         * shell/ev-application.c:
7293         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7294         * shell/ev-window.c: (ev_window_cmd_file_open),
7295         (ev_window_cmd_save_as):
7296         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7297         
7298         Rework factory functions so they are placed now in a single 
7299         file ev-document-factory.c
7300
7301 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7302
7303         * shell/ev-window.c: (update_chrome_visibility):
7304         
7305         Fix for the bug 166566 - don't show menubar in fullscreen
7306         mode.
7307
7308 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
7309
7310         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
7311
7312 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7313
7314         * shell/ev-view.c: (ev_view_expose_event):
7315         
7316         More correctly draw loading text when document
7317         is empty.
7318
7319 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7320
7321         * shell/ev-view.c: (ev_view_scroll):
7322         
7323         Fix for the bug #334854, page down and page up switch
7324         pages in presentation mode.
7325
7326 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328         * shell/ev-window.c: (ev_window_set_action_sensitive),
7329         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
7330         (ev_window_set_view_accels_sensitivity),
7331         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
7332         (ev_window_cmd_continuous), (ev_window_cmd_dual),
7333         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
7334         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
7335         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
7336         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
7337         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
7338         (view_actions_focus_in_cb), (ev_window_init):
7339         
7340         Fix for the bug #333902, now it's possible to search
7341         words with slash.
7342
7343 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
7344
7345         * configure.ac: Added Breton translation.
7346         * po/br.po: Added Breton translation.
7347
7348 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7349
7350         * shell/ev-window-title (ev_window_title_update):
7351
7352         Fix memory leak in window title. Fixes bug #333944
7353
7354 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
7355
7356         * shell/ev-metadata-manager.c (parseItem):
7357
7358         Fix memory leaks. Fixes bug #333945
7359
7360 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7361         
7362         * NEWS, configure.ac, TODO:
7363         
7364         Update for release 0.5.2.
7365
7366 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7367
7368         * shell/ev-view.c: (view_update_range_and_current_page),
7369         (page_changed_cb):
7370         
7371         Don't jump on scrolling, fix for the bug #333127.
7372
7373 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7374
7375         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
7376         
7377         Scroll by one page in presentation mode. Fix for the bug
7378         #332993.
7379
7380 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
7381
7382         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
7383
7384 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
7385
7386         * configure.ac  Added lv in ALL_LINGUAS line.
7387
7388 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7389         
7390         * NEWS, configure.ac:
7391         
7392         Update for release 0.5.1
7393
7394 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7395
7396         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
7397         * backend/ev-document-misc.h:
7398         * shell/ev-view.c: (draw_one_page):
7399         
7400          Clairfy what page the toolbar page number applies to. Fix
7401          for the bug #328102.
7402
7403 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
7404
7405         * shell/ev-view-private.h:
7406         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
7407         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
7408         (ev_view_search_changed):
7409         * shell/ev-view.h:
7410         * shell/ev-window.c: (find_bar_search_changed_cb):
7411         
7412         Dont't jump to find result if window was scrolled during search.
7413         Fix for the bug #313266.
7414
7415 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
7416
7417         * shell/eggfindbar.c: (egg_find_bar_class_init):
7418         * shell/eggfindbar.h:
7419         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
7420         * shell/ev-view-private.h:
7421         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
7422         (ev_view_class_init), (ev_sizing_mode_get_type),
7423         (ev_scroll_type_get_type):
7424         * shell/ev-view.h:
7425         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
7426         (ev_window_cmd_scroll_backward), (find_bar_scroll),
7427         (ev_window_init):
7428         
7429         Fix for the bug 319133 - Find entry should allow text scroll.
7430
7431 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
7432
7433         * shell/ev-view-private.h:
7434         * shell/ev-view.c: (view_update_range_and_current_page),
7435         (highlight_find_results), (find_changed_cb), (page_changed_cb),
7436         (ev_view_set_document), (update_find_status_message),
7437         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
7438         (ev_view_find_previous):
7439         
7440         Fix for the bug #319137. Search now takes account for scrolling.
7441
7442 2006-02-19  Michael Hofmann <mh21@piware.de>
7443
7444         * configure.ac:
7445         * djvu/Makefile.am:
7446         * djvu/djvu-document-private.h:
7447         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
7448         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
7449         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
7450         (djvu_document_can_get_text), (djvu_document_get_text),
7451         (djvu_document_document_iface_init),
7452         (djvu_document_thumbnails_get_thumbnail),
7453         (djvu_document_find_begin), (djvu_document_find_get_n_results),
7454         (djvu_document_find_get_result),
7455         (djvu_document_find_page_has_results),
7456         (djvu_document_find_get_progress), (djvu_document_find_cancel),
7457         (djvu_document_find_iface_init):
7458         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
7459         (djvu_text_page_selection), (djvu_text_page_limits_process),
7460         (djvu_text_page_limits), (djvu_text_page_copy),
7461         (djvu_text_page_position), (djvu_text_page_union),
7462         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
7463         (djvu_text_page_box), (djvu_text_page_append_text),
7464         (djvu_text_page_search), (djvu_text_page_prepare_search),
7465         (djvu_text_page_new), (djvu_text_page_free):
7466         * djvu/djvu-text-page.h:
7467         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
7468         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
7469         (djvu_text_n_results), (djvu_text_has_results),
7470         (djvu_text_get_result), (djvu_text_get_progress):
7471         * djvu/djvu-text.h:
7472         
7473         Text search in djvu. Fix for the bug #303415.
7474
7475 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7476
7477         * configure.ac:
7478         * shell/ev-window.c: (ev_window_cmd_save_as):
7479         
7480         Ask filechooser to confirm overwrite. Fix for the bug #328266.
7481         Thanks to Gary Coady <gary@lyranthe.org>
7482
7483 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7484
7485         * shell/ev-print-job.c: (idle_print_handler):
7486         
7487         Inverse order printing, bug #320919.
7488
7489 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7490
7491         * data/evince-toolbar.xml:
7492         * shell/ev-window.c:
7493         
7494         Allow to add sidebar checkbutton on toolbar. Fix
7495         for the bug #144577.
7496
7497 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7498
7499         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
7500         
7501         Add checks that have sense for empty ps document.
7502
7503 2006-02-15  Luca Ferretti <elle.uca@libero.it>
7504
7505         * configure.ac: Include PS in mime types list. 
7506
7507 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7508
7509         * configure.ac:
7510         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
7511         * ps/gsdefaults.h:
7512         * ps/ps-document.c: (start_interpreter), (ps_document_load):
7513         
7514         Runtime check for gs interpreter. Fix for the bug #320868.
7515         Thanks to Antoine Dopffer antoine.dopffer@free.fr
7516
7517 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
7518
7519         * shell/ev-application.c: 
7520
7521         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
7522         dbus>=0.60, so that the request is not queued. 
7523
7524 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7525
7526         * configure.ac:
7527         * shell/Makefile.am:
7528         * shell/ev-sidebar-links.c: (print_section_cb):
7529         * shell/ev-utils.c:
7530         * shell/ev-utils.h:
7531         * shell/ev-window.c: (update_action_sensitivity),
7532         (ev_window_close_dialogs), (ev_window_print):
7533         * shell/ev-window.h:
7534         
7535         Make printing support optional. Patch from Eduardo de Barros Lima
7536         <eduardo.lima@indt.org.br> for the bug #330546.
7537
7538 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7539
7540         * shell/ev-view-private.h:
7541         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
7542         (ev_view_set_document):
7543         * shell/ev-view.h:
7544         * shell/ev-window.c: (ev_window_load_job_cb),
7545         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
7546         (ev_window_init):
7547
7548         Draw Loading message during xfer job. Fix for the bug #329495.
7549
7550 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7551
7552         * comics/comics-document.c: (comics_regex_quote),
7553         (comics_document_load), (extract_argv):
7554         
7555         Correcly quote regexp before passing it to unzip.
7556
7557 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7558
7559         * shell/ev-page-cache.c: (build_height_to_page),
7560         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
7561         (ev_page_cache_get_dual_even_left):
7562         * shell/ev-page-cache.h:
7563         * shell/ev-view.c: (view_update_range_and_current_page),
7564         (get_page_y_offset), (get_page_extents):
7565         
7566         Place even pages to the left if document has less then
7567         two pages. Fix for the bug #328856.
7568
7569 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571         * thumbnailer/evince-thumbnailer-comics.schemas.in:
7572         
7573         Correct comics scheme. This make evince create thumbnails
7574         for comic books. Fix for the bug 329088.
7575
7576 2006-01-31  Christopher Aillon  <caillon@redhat.com>
7577
7578         * data/evince-password.glade: Don't explicitly set
7579         invisible_char to the current default value in case
7580         the default changes; let GTK+ do its magic.
7581
7582 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7583
7584         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
7585         real filename to tmp filename since often document
7586         type is determined by extension.
7587
7588 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
7589
7590         * shell/ev-view.c: (add_scroll_binding_keypad),
7591         (ev_view_binding_activated), (ev_view_class_init):
7592         
7593         Add keybindings for percision-scrolling of display area. 
7594         Fix for the bug #314072.
7595
7596 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7597
7598         * data/evince.desktop.in.in:
7599         
7600         Add GTK to the list of categories. Fix for the bug #328034.
7601
7602 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7603
7604         * shell/ev-application.c: (ev_application_shutdown),
7605         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
7606         * shell/ev-application.h:
7607         * shell/ev-window.c: (file_open_dialog_response_cb),
7608         (ev_window_cmd_file_open):
7609         
7610         Save last uri in file chooser dialog. Fix for the bug #327950.
7611
7612 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7613
7614         * NEWS:
7615         * README:
7616         
7617         Final update for release 0.5.0
7618         
7619         * shell/Makefile.am:
7620         
7621         Remove disable deprecated until we'll require libgnome-2.13.7
7622         and port to GOption argument parsing. See bug 327518.
7623
7624 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
7625
7626         * comics/comics-document.c: (comics_document_save):
7627         * djvu/djvu-document.c: (djvu_document_save):
7628         * dvi/dvi-document.c: (dvi_document_save):
7629         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
7630         * lib/ev-file-helpers.h:
7631         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
7632         * tiff/tiff-document.c: (tiff_document_save):
7633         
7634         Use common save function for backends.
7635
7636 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
7637
7638         * backend/ev-document-types.c:
7639         
7640         Fix crash on saving pixbuf.
7641
7642 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7643
7644         * cut-n-paste/recent-files/egg-recent-item.c:
7645         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
7646         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
7647         (parse_info_free), (valid_element), (start_element_handler),
7648         (end_element_handler), (text_handler), (egg_recent_model_filter),
7649         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
7650         (egg_recent_model_monitor), (egg_recent_model_read),
7651         (egg_recent_model_open_file), (egg_recent_model_lock_file),
7652         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
7653         (egg_recent_model_set_property), (egg_recent_model_class_init),
7654         (egg_recent_model_init), (egg_recent_model_add_full),
7655         (egg_recent_model_delete), (egg_recent_model_get_list),
7656         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
7657         (egg_recent_model_set_filter_mime_types),
7658         (egg_recent_model_clear_group_filter),
7659         (egg_recent_model_set_filter_groups),
7660         (egg_recent_model_clear_scheme_filter),
7661         (egg_recent_model_set_filter_uri_schemes),
7662         (egg_recent_model_remove_expired):
7663         * cut-n-paste/recent-files/egg-recent-util.c:
7664         (egg_recent_util_get_icon):
7665         * cut-n-paste/recent-files/egg-recent-util.h:
7666         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7667         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
7668         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
7669         (egg_recent_view_uimanager_set_property),
7670         (egg_recent_view_uimanager_get_property),
7671         (egg_recent_view_uimanager_class_init),
7672         (egg_recent_view_uimanager_init),
7673         (egg_recent_view_uimanager_set_label_width),
7674         (egg_recent_view_uimanager_get_label_width):
7675         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7676         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
7677         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
7678         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
7679         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
7680         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
7681         
7682         Update from libegg.
7683
7684 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7685
7686         * shell/ev-page-cache.c: (build_height_to_page),
7687         (ev_page_cache_get_height_to_page):
7688         * shell/ev-page-cache.h:
7689         * shell/ev-view.c: (view_update_range_and_current_page),
7690         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
7691         (ev_view_previous_page):
7692         
7693         Dual mode places even pages to the left. Fix for the bug #309393.
7694
7695         * shell/ev-view.h:
7696         * shell/ev-window.c: (update_action_sensitivity),
7697         (setup_view_from_metadata), (view_menu_popup_cb):
7698         
7699         Don't restore presentation in empty windows, more intelligent
7700         next page behaviour in dual mode.
7701
7702         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7703         (ev_pixbuf_cache_clear_job_sizes):
7704         
7705         Cleanup job callback on removal. Fix for the bug #325886.
7706
7707 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7708
7709         * ps/ps.c: (psscan):
7710         
7711         Commit workaround Mozilla problem. Fix for the bug #325919
7712         
7713         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
7714         (save_item):
7715         
7716         Fix for year 2038 problem.
7717
7718 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7719
7720         * shell/ev-window.c: (setup_document_from_metadata),
7721         (ev_window_cmd_view_reload):
7722
7723         Clamp page recieved from metadata in valid values. Fix
7724         for the bug #325986.
7725
7726 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7727
7728         * MAINTAINERS: 
7729         Add MAINTAINERS as requested on desktop-devel-list.
7730
7731 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7732
7733         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
7734         (mime_type_supported_by_gdk_pixbuf),
7735         (ev_document_factory_get_mime_types),
7736         (ev_document_factory_get_all_mime_types):
7737         
7738         Don't add pixbuf mime types if pixbuf backend is disabled.
7739         
7740         * shell/ev-application.c: (ev_application_get_uri_window):
7741         
7742         Fix for the bug 325815 - unhandled MIME type message doesn't 
7743         appear a second time. 
7744         
7745         * shell/ev-document-types.c: (ev_document_types_add_filters):
7746         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
7747         (password_dialog_response), (ev_window_popup_password_dialog),
7748         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7749         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7750         (ev_window_run_presentation), (ev_window_stop_presentation),
7751         (save_sizing_mode), (ev_window_zoom_changed_cb),
7752         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7753         (ev_window_dual_mode_changed_cb),
7754         (ev_window_sidebar_current_page_changed_cb),
7755         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7756         (window_state_event_cb), (window_configure_event_cb):
7757         
7758         Cleanup additional uris holded by EvWindow.
7759
7760 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7761
7762         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
7763         (ev_view_can_previous_page), (ev_view_can_next_page):
7764         * shell/ev-view.h:
7765         * shell/ev-window.c: (update_action_sensitivity):
7766         
7767         Two page scrolling with Space and PageUp in dual mode. Second fix 
7768         for the bug #316608.
7769
7770 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7771
7772         * shell/ev-view.c: (scroll_to_current_page):
7773         
7774         Correctly clamp adjustment value. Fix for the bug
7775         #325808.
7776
7777 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7778
7779         * shell/ev-sidebar-links.c: (print_section_cb):
7780         * shell/ev-window.c: (ev_window_get_uri),
7781         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
7782         (ev_window_print_dialog_response_cb), (ev_window_print_range),
7783         (ev_window_dispose):
7784         
7785         Make print dialog non-modal. Fix for the bug #325622.
7786
7787 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7788
7789         * shell/ev-metadata-manager.c:
7790         * shell/ev-utils.c: (using_pdf_printer),
7791         (using_postscript_printer), (load_print_config_from_file),
7792         (save_print_config_to_file):
7793         * shell/ev-utils.h:
7794         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
7795         (update_sidebar_visibility), (setup_sidebar_from_metadata),
7796         (setup_view_from_metadata), (ev_window_setup_document),
7797         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
7798         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7799         (ev_window_run_presentation), (ev_window_stop_presentation),
7800         (save_sizing_mode), (ev_window_zoom_changed_cb),
7801         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
7802         (ev_window_dual_mode_changed_cb),
7803         (ev_window_sidebar_current_page_changed_cb),
7804         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
7805         (window_state_event_cb), (window_configure_event_cb),
7806         (ev_window_init):
7807         
7808         Setting saving behaviour fixes.
7809
7810 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7811
7812         * configure.ac:
7813         
7814         Make antialiasing gs options better and allow
7815         to change them during configure. Fix for the 
7816         bug #319049.
7817
7818 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7819
7820         * shell/ev-window.c: (setup_view_from_metadata):
7821         
7822         Remember if last window was maximized. Fix for the
7823         bug #323797.
7824
7825 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
7826
7827         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
7828
7829 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7830
7831         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
7832         * shell/ev-page-action.c: (build_new_tree_cb):
7833         * shell/ev-sidebar-links.c: (links_page_num_func),
7834         (update_page_callback_foreach), (update_page_callback):
7835         * shell/ev-view.c: (scroll_to_current_page):
7836         
7837         Fix for the bug #325067 with more intelligent selection
7838         of current link in sidebar. Make sidebar handle links
7839         of FITR-like type more correctly.
7840
7841         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
7842         (dvi_pixbuf_put_pixel):
7843         
7844         Fix memory consumtion with disabled alpha channel.
7845
7846 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7847
7848         * data/evince-ui.xml:
7849         * shell/ev-window.c: (view_menu_popup_cb),
7850         (ev_popup_cmd_open_link), (ev_window_init):
7851         
7852         Update context menu for internal links. Fix for the bug
7853         #325066.
7854
7855 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7856
7857         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
7858         
7859         Bind context menu to keyboard also. Fix for the bug
7860         #325065.
7861
7862 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7863
7864         * shell/ev-view.c: (selection_scroll_timeout_cb):
7865         
7866         Horizontal scroll on selection also.
7867
7868 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7869
7870         * shell/ev-metadata-manager.c: (parse_value):
7871         * shell/ev-view.c: (goto_xyz_link):
7872         
7873         Correct zoom setup and metadata save broken in 
7874         some locales.
7875
7876 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7877
7878         * shell/ev-view-private.h:
7879         * shell/ev-view.c: (scroll_to_current_page),
7880         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
7881         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
7882         (page_changed_cb), (ev_view_set_continuous),
7883         (ev_view_set_dual_page), (ev_view_set_presentation):
7884         
7885         Delay scroll until allocation to correctly position page. Fix
7886         for the bug #317334.
7887
7888 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7889
7890         * NEWS:
7891         * configure.ac:
7892         
7893         Update NEWS and require poppler 0.5.0.
7894
7895 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
7896         
7897         * data/evince-ui.xml:
7898         * shell/ev-view-private.h:
7899         * shell/ev-view.c: (ev_view_get_link_at_location),
7900         (handle_link_over_xy), (ev_view_button_press_event),
7901         (ev_view_button_release_event), (ev_view_class_init):
7902         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
7903         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
7904         (ev_window_init):
7905         
7906         Implement right-click context menu.
7907
7908 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7909
7910         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7911         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
7912         (mdvi_pixbuf_device_render):
7913         * pdf/ev-poppler.cc:
7914
7915         Don't generate thumbnails with alpha. See bug #324077.
7916         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
7917
7918 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7919
7920         * shell/ev-window.c: (setup_chrome_from_metadata):
7921         
7922         Fix typo that was hiding toolbar.
7923
7924 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7925
7926         * shell/ev-view-private.h:
7927         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
7928         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
7929         (ev_view_button_release_event), (ev_view_destroy):
7930         
7931         Small cleanup and autoscrolling during selection. Thanks to 
7932         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
7933
7934 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
7935
7936         * configure.ac:
7937         
7938         Correctly check for comics option.
7939
7940 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
7941         * Makefile.am:
7942         * configure.ac:
7943         * backend/Makefile.am:
7944         * backend/ev-document-factory.c:
7945         * shell/ev-document-types.c:
7946
7947         Included option in configure to make ps backend 
7948         compilation optional with --disable-ps.
7949
7950 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7951
7952         * backend/ev-document-factory.c:
7953         * comics/Makefile.am:
7954         * comics/comics-document.c: (comics_document_load):
7955         * comics/ev-cbr-mime.xml:
7956         * configure.ac:
7957         
7958         Comics mime types are added to shared-mime-info CVS. Now
7959         we don't need to install our own mime types.
7960
7961 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * shell/ev-window.c:
7964         
7965         Add shortcut for "save a copy" menu entry. Fix for
7966         the bug #324582.
7967
7968 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7969
7970         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7971         (job_finished_cb), (new_selection_pixbuf_needed),
7972         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7973         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
7974         
7975         Rework selection job info logic and fix critical warning.
7976
7977 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
7978
7979         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
7980
7981 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
7982
7983         * data/evince-ui.xml:
7984         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
7985         
7986         Enter as shortcut key for next page. Fix for the bug
7987         #321394.
7988
7989 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
7990
7991         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
7992
7993 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7996         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7997         (new_selection_pixbuf_needed),
7998         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
7999         (clear_job_selection):
8000         
8001         Too early for 0.5. Pixbuf cache code cleaned a bit.
8002
8003 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8004
8005         * NEWS:
8006         * configure.ac:
8007         
8008         Release 0.5.0 preparation
8009
8010 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8011
8012         * comics/Makefile.am:
8013         * configure.ac:
8014         * shell/ev-document-types.c: (ev_document_types_add_filters):
8015         
8016         More advanced handling of custom mime type installation.
8017
8018 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8019
8020         * data/evince.schemas.in:
8021         * shell/ev-metadata-manager.c: (value_free),
8022         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
8023         (ev_metadata_manager_get), (ev_metadata_manager_set):
8024         * shell/ev-metadata-manager.h:
8025         * shell/ev-window.c: (update_chrome_flag),
8026         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
8027         (setup_document_from_metadata), (setup_chrome_from_metadata),
8028         (setup_sidebar_from_metadata), (setup_view_from_metadata),
8029         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
8030         (ev_window_view_toolbar_cb),
8031         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
8032         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
8033         
8034         Save last document settings and reuse them for new documents.
8035
8036 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * Makefile.am:
8039         * backend/Makefile.am:
8040         * backend/ev-document-factory.c:
8041         * backend/ev-document-factory.h:
8042         * comics/Makefile.am:
8043         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
8044         (comics_document_load), (comics_document_save),
8045         (comics_document_get_n_pages), (comics_document_get_page_size),
8046         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
8047         (comics_document_class_init), (comics_document_can_get_text),
8048         (comics_document_get_info), (comics_document_document_iface_init),
8049         (comics_document_init), (get_supported_image_extensions),
8050         (comics_document_thumbnails_get_geometry),
8051         (comics_document_thumbnails_get_thumbnail),
8052         (comics_document_thumbnails_get_dimensions),
8053         (comics_document_document_thumbnails_iface_init), (extract_argv):
8054         * comics/comics-document.h:
8055         * comics/ev-cbr-mime.xml:
8056         * configure.ac:
8057         * po/POTFILES.in:
8058         * shell/ev-application.c: (ev_application_register_service):
8059         * shell/ev-document-types.c: (ev_document_types_add_filters):
8060         * thumbnailer/Makefile.am:
8061         * thumbnailer/evince-thumbnailer-comics.schemas.in:
8062         
8063         New CBR/CBZ backend for comic books.
8064
8065 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8066
8067         * shell/main.c: (load_files_remote):
8068
8069         Thanks to Robert McQueen <robot101@debian.org>. Dbus
8070         warning on startup of second instance is fixed. It
8071         is bug #320353.
8072
8073 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8074
8075         * shell/ev-window.c: (ev_window_finalize):
8076         
8077         Fix double free that cause crash.
8078
8079 2005-10-29  Bastien Nocera <hadess@hadess.net>
8080
8081         * tiff/tiff-document.c: (tiff_document_load):
8082         
8083         Fix memory leak.
8084
8085 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8086
8087         * po/POTFILES.in:
8088         * shell/Makefile.am:
8089         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
8090         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
8091         (ev_view_accessible_get_text),
8092         (ev_view_accessible_get_character_at_offset),
8093         (ev_view_accessible_get_text_before_offset),
8094         (ev_view_accessible_get_text_at_offset),
8095         (ev_view_accessible_get_text_after_offset),
8096         (ev_view_accessible_get_character_count),
8097         (ev_view_accessible_get_caret_offset),
8098         (ev_view_accessible_set_caret_offset),
8099         (ev_view_accessible_get_run_attributes),
8100         (ev_view_accessible_get_default_attributes),
8101         (ev_view_accessible_get_character_extents),
8102         (ev_view_accessible_get_offset_at_point),
8103         (ev_view_accessible_get_n_selections),
8104         (ev_view_accessible_get_selection),
8105         (ev_view_accessible_add_selection),
8106         (ev_view_accessible_remove_selection),
8107         (ev_view_accessible_set_selection),
8108         (ev_view_accessible_text_iface_init),
8109         (ev_view_accessible_idle_do_action),
8110         (ev_view_accessible_action_do_action),
8111         (ev_view_accessible_action_get_n_actions),
8112         (ev_view_accessible_action_get_description),
8113         (ev_view_accessible_action_get_name),
8114         (ev_view_accessible_action_set_description),
8115         (ev_view_accessible_action_iface_init),
8116         (ev_view_accessible_get_type), (ev_view_accessible_new),
8117         (ev_view_accessible_factory_get_accessible_type),
8118         (ev_view_accessible_factory_create_accessible),
8119         (ev_view_accessible_factory_class_init),
8120         (ev_view_accessible_factory_get_type):
8121         * shell/ev-view-accessible.h:
8122         * shell/ev-view-private.h:
8123         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
8124         * shell/ev-view.h:
8125         
8126         Initial accessibility support.
8127
8128 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
8129
8130         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
8131
8132 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
8133
8134         * shell/ev-print-job.c: (idle_print_handler):
8135         
8136         Fix for bug Bug 318916: Printing multiple pages.
8137
8138 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
8139
8140         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
8141
8142 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8143
8144         * pdf/ev-poppler.cc:
8145         
8146         Thumnail dimensions unified with other backends.
8147         
8148         * shell/ev-window-title.c: (ev_window_title_update):
8149         
8150         Fix warning.
8151
8152 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153
8154         * data/ev-stock-zoom-fit-width.png:
8155         
8156         Remove unused file.
8157
8158 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * configure.ac:
8161         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
8162         (djvu_document_finalize):
8163         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
8164         (dvi_document_finalize):
8165         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
8166         (pixbuf_document_save), (pixbuf_document_finalize):
8167         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
8168         (tiff_document_finalize):
8169         
8170         Save a copy implemented for various backends.
8171
8172 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
8173
8174         * configure.ac:
8175         
8176         Don't link with ltiff if tiff is disabled.
8177
8178 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * pdf/GDKSplashOutputDev.cc:
8181         * pdf/GDKSplashOutputDev.h:
8182         * pdf/Thumb.cc:
8183         * pdf/Thumb.h:
8184         * pdf/pdf-document.cc:
8185         * pdf/pdf-document.h:
8186         * pdf/test-gdk-output-dev.cc:
8187         
8188         Remove old unused files.
8189
8190 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8191
8192         * shell/ev-window.c: (ev_window_setup_document):
8193         
8194         Fixed warnings on reload and probably crash reason.
8195
8196 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8197
8198         * properties/ev-properties-view.c:
8199         (ev_properties_view_format_date):
8200         
8201         Check if date is invalid. Fix for bug 318134.
8202
8203 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
8204
8205         * shell/ev-window-title.c:
8206         
8207         Add .indd files (Adobe Indesign) to the list of "bad
8208         extensions".
8209
8210 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8211
8212         * data/evince-ui.xml:
8213         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
8214         
8215         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
8216
8217 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8218
8219         * shell/ev-window.c: (launch_link), (launch_external_uri),
8220         (view_external_link_cb):
8221
8222         URL-escape link before passing it to gnome_vfs_url_show.
8223
8224 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8225
8226         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
8227         there isn't text selected.
8228
8229 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
8230
8231         * shell/ev-view.c: (handle_link_over_xy):
8232
8233         Check tooltip is valid utf8 before showing it
8234
8235 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
8236
8237         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
8238
8239 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
8240
8241         * shell/ev-window-title.c: (ev_window_title_update):
8242
8243         Guard against using g_strstrip on NULL. Fixes bug #317291.
8244
8245 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8246
8247         * pdf/ev-poppler.cc:
8248
8249         Show title even for unknown links
8250
8251 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8252
8253         * shell/ev-window-title.c: (ev_window_title_update):
8254
8255         Strip the title string
8256
8257 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8258
8259         * shell/ev-window-title.c:
8260
8261         Add .rtf to the bad extensions list
8262
8263 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8264
8265         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
8266         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
8267
8268         Ignore link coordinates if they are outside page bounds
8269
8270 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
8271
8272         * backend/ev-link.c: (ev_link_type_get_type),
8273         (ev_link_get_filename), (ev_link_get_params),
8274         (ev_link_get_property), (ev_link_set_property),
8275         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
8276         * backend/ev-link.h:
8277         * pdf/ev-poppler.cc:
8278         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
8279         * shell/ev-window.c: (launch_link), (view_external_link_cb),
8280         (ev_window_init):
8281
8282         Implement launch links. Delegate external link opening to
8283         the window.
8284
8285 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8286
8287         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
8288         (ev_link_get_right), (ev_link_get_property),
8289         (ev_link_set_property), (ev_link_class_init),
8290         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
8291         * backend/ev-link.h:
8292         * pdf/ev-poppler.cc:
8293         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
8294
8295         Implement fitr links
8296
8297 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8298
8299         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
8300         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
8301         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8302         (ev_view_size_request_continuous),
8303         (ev_view_size_request_dual_page),
8304         (ev_view_size_request_single_page), (ev_view_size_allocate),
8305         (ev_view_zoom_for_size_continuous_and_dual_page),
8306         (ev_view_zoom_for_size_continuous),
8307         (ev_view_zoom_for_size_dual_page),
8308         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8309         (ev_sizing_mode_get_type):
8310         * shell/ev-view.h:
8311         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8312
8313         Do not use modes for link, we need to calculate size ad hoc.
8314         Still not perfect because of the usual scrollbar issues grrr.
8315
8316 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8317
8318         * backend/ev-link.c: (ev_link_type_get_type),
8319         (ev_link_new_page_fith), (ev_link_new_page_fitv):
8320         * backend/ev-link.h:
8321         * pdf/ev-poppler.cc:
8322         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
8323         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
8324         (ev_view_size_request_continuous),
8325         (ev_view_size_request_dual_page),
8326         (ev_view_size_request_single_page), (ev_view_size_allocate),
8327         (zoom_for_size_fit_height),
8328         (ev_view_zoom_for_size_continuous_and_dual_page),
8329         (ev_view_zoom_for_size_continuous),
8330         (ev_view_zoom_for_size_dual_page),
8331         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
8332         (ev_sizing_mode_get_type):
8333         * shell/ev-view.h:
8334         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
8335
8336         Implement FIT_HEIGHT mode (only for links).
8337         Implement FITH links
8338
8339 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * shell/ev-window-title.c: (get_filename_from_uri),
8342         (ev_window_title_sanitize_extension), (ev_window_title_update),
8343         (ev_window_title_set_document), (ev_window_title_set_uri),
8344         (ev_window_title_free):
8345         * shell/ev-window-title.h:
8346         * shell/ev-window.c: (ev_window_setup_document),
8347         (ev_window_popup_password_dialog):
8348
8349         Refactor window title building while fixing it for
8350         password documents.
8351
8352 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
8353
8354         * pdf/ev-poppler.cc:
8355
8356         Escape link title before setting it in the model
8357
8358 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
8359
8360         * shell/ev-application.c: (removed_from_session), (save_session),
8361         (init_session), (ev_application_get_empty_window),
8362         (ev_application_init), (ev_application_get_windows):
8363         * shell/ev-application.h:
8364         * shell/ev-window.c: (ev_window_finalize):
8365
8366         Add a function to retrieve window list and share it where
8367         necessary.
8368         Implement session handling, works pretty well thanks to the
8369         metadata system.
8370
8371 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8372
8373         * shell/ev-password.c: (ev_password_item_created_callback),
8374         (ev_password_dialog_save_password):
8375         
8376         Fix for bug 316972. Use async gnome-keyring API.
8377
8378 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
8379
8380         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
8381         Remove unused unrealize handler. Add scroll handling to
8382         ev_view_scroll_event for presentation mode (bug #316708),
8383         and fix the event state checks there.
8384
8385 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8386
8387         * shell/ev-page-action.c: (page_changed_cb):
8388
8389         "marco, maybe we should be crazy and jump right to 6! :)"
8390
8391         Bryan Clark, Sep 2005
8392
8393 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8394
8395         * ps/ps-document.c: (save_document), (ps_document_save),
8396         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
8397         (ps_document_ps_export_end):
8398
8399         Fix unstructured documents save and print
8400
8401 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8402
8403         * shell/ev-application.c: (ev_application_open_uri):
8404
8405         Fix window size persistance
8406
8407 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
8408
8409         * shell/ev-view.c: (ev_view_button_release_event):
8410
8411         Based on a patch from carlosgc@gnome.org. Mouse buttons
8412         switch pages in presentation mode.
8413
8414 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8415
8416         * shell/ev-page-cache.c: (ev_page_cache_get_size):
8417
8418         Dont cast to int before scaling
8419
8420 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8421
8422         * backend/ev-link.c: (ev_link_type_get_type),
8423         (ev_link_new_page_xyz), (ev_link_new_page_fit),
8424         (ev_link_new_page_fith):
8425         * backend/ev-link.h:
8426         * pdf/ev-poppler.cc:
8427         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
8428
8429         Implement FIT and FITH links
8430
8431 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8432
8433         * pdf/ev-poppler.cc:
8434
8435         Return 0 results when search is not in progress.
8436
8437         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8438         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
8439
8440         Update menu sensitivity when cancelling search
8441
8442 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-view.c: (ev_view_can_find_next):
8445
8446         Take all pages in consideration, not just current one
8447
8448 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * shell/ev-page-cache.c:
8451         * shell/ev-page-cache.h:
8452         * shell/ev-view.c: (ev_view_binding_activated),
8453         (ev_view_next_page), (ev_view_previous_page),
8454         (ev_sizing_mode_get_type):
8455         * shell/ev-view.h:
8456         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
8457         (ev_window_cmd_go_next_page):
8458
8459         Move page next/previous functions from page chace to
8460         view and change it to move by 2 page steps in dual mode.
8461
8462 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8463
8464         * shell/ev-window.c: (update_sidebar_visibility),
8465         (setup_sidebar_from_metadata), (ev_window_setup_document),
8466         (setup_view_from_metadata):
8467
8468         Show the index by default when there is one     
8469
8470 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
8471
8472         * shell/ev-window-title.c: (ev_window_title_set_document):
8473
8474         Missing null check
8475
8476 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8477
8478         * shell/ev-view.c: (view_update_range_and_current_page):
8479         
8480         Allow display of last odd page in dual view. Fix for 316347.
8481
8482 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8483
8484         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
8485         
8486         Make close button default. Fix for 316383.
8487
8488 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8489
8490         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8491         
8492         Mark close button as default. Fix for 316381.
8493
8494 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8495
8496         * backend/ev-link.c: (ev_link_class_init):
8497
8498         Allow negative doubles in left/top properties
8499
8500 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8501
8502         * shell/ev-window.c:
8503
8504         Remove a bunch of strings that was used only
8505         by the statusbar.
8506
8507 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8508
8509         * shell/ev-window-title.c: (get_filename_from_uri),
8510         (ev_window_title_set_document):
8511
8512         When title has a confusing extension, show also
8513         the document filename inside ()
8514
8515 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8516
8517         * shell/Makefile.am:
8518         * shell/ev-window-title.c: (ev_window_title_new),
8519         (ev_window_title_update), (ev_window_title_set_type),
8520         (ev_window_title_set_document), (ev_window_title_free):
8521         * shell/ev-window-title.h:
8522         * shell/ev-window.c: (ev_window_setup_document),
8523         (password_dialog_response), (ev_window_popup_password_dialog),
8524         (ev_window_dispose), (ev_window_init):
8525
8526         Factor out and cleanup window title code
8527
8528 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
8529
8530         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
8531         (unable_to_load):
8532
8533         Make dialog transient so it doesnt block other windows
8534
8535 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * pdf/ev-poppler.cc:
8538         
8539         Fix pdf thumbnails rendering.
8540
8541 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
8542
8543         * shell/ev-window.c: (fullscreen_set_timeout):
8544         
8545         Increase timeout to hide full screen popup. Bug 
8546         316123. 
8547
8548 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8549
8550         * data/evince.schemas.in:
8551         * shell/ev-window.c: (update_action_sensitivity):
8552
8553         Allow the user to override document restrictions. Fix for bug
8554         305818.
8555
8556 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
8557
8558         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
8559         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
8560         (ev_window_class_init): Fix multihead behaviour of fullscreen
8561         toolbar popup. Fixes bug #315451.
8562
8563 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8564
8565         * configure.ac:
8566         * data/evince-password.glade:
8567         * shell/ev-password.c: (ev_password_dialog_set_property),
8568         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
8569         (ev_password_dialog_init), (ev_password_set_bad_password_label),
8570         (ev_password_dialog_entry_changed_cb),
8571         (ev_password_dialog_entry_activated_cb),
8572         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
8573         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
8574         (ev_password_dialog_set_bad_pass):
8575         * shell/ev-password.h:
8576         * shell/ev-window.c: (password_dialog_response),
8577         (ev_window_popup_password_dialog):
8578         
8579         Support for gnome-keyring for encrypted PDF's.
8580
8581 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8582
8583         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
8584         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
8585         (ev_view_enter_notify_event), (ev_view_class_init):
8586         
8587         More precise handling of enter_notify/leave_notify events
8588         in EvView. Fix for bug 315470.
8589
8590 2005-09-08  Christopher Aillon  <caillon@redhat.com>
8591
8592         * shell/ev-window.c: (fullscreen_timeout_cb),
8593         (fullscreen_set_timeout), (fullscreen_clear_timeout),
8594         (ev_window_dispose):
8595
8596         leak fix: unref fullscreen_timeout_source before clearing it
8597
8598 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8599
8600         * configure.ac, dvi/mdvi/Makefile.am: 
8601         
8602         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
8603
8604 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8605
8606         * backend/ev-link.c: (ev_link_new_page_xyz):
8607         * pdf/ev-poppler.cc:
8608         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
8609
8610         Fix some bugs with xyz links, respect zoom
8611
8612 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8613
8614         * shell/ev-window.c: (page_changed_cb),
8615         (setup_document_from_metadata), (update_sidebar_visibility),
8616         (setup_view_from_metadata), (ev_window_run_fullscreen),
8617         (ev_window_stop_fullscreen), (ev_window_run_presentation),
8618         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
8619         (ev_window_dual_mode_changed_cb),
8620         (ev_window_sidebar_current_page_changed_cb):
8621
8622         null check uri before setting and getting metadata
8623
8624 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8625
8626         * dvi/Makefile.am:
8627         * properties/Makefile.am:
8628         * shell/Makefile.am:
8629         * thumbnailer/Makefile.am:
8630
8631         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
8632
8633 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8634
8635         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
8636         (selection_changed_callback):
8637         * shell/ev-sidebar-links.h:
8638
8639         Add a signal for link activation.
8640
8641         * shell/ev-view.c: (ev_view_goto_link),
8642         (ev_view_button_release_event):
8643         * shell/ev-view.h:
8644         * shell/ev-window.c: (sidebar_links_link_activated_cb),
8645         (ev_window_init):
8646
8647         Implement the signal so that we can handle all link types.
8648
8649         * shell/ev-page-cache.c:
8650
8651         Remove unused set_link function
8652
8653 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
8654
8655         * lib/ev-tooltip.c: (ev_tooltip_set_position):
8656
8657         Add some space from the cursor, hardcoded but I couldnt
8658         find a better way.
8659
8660 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8661
8662         * lib/ev-tooltip.c:
8663
8664         Use mozilla style vs gtk style, way better for links.
8665
8666         * shell/ev-view.c: (ev_view_motion_notify_event),
8667         (ev_view_destroy), (ev_view_init):
8668
8669         Deactive tooltip when the link hovered is changed.
8670
8671 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
8672
8673         * backend/ev-document.h:
8674         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
8675         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
8676         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
8677         (ev_link_new_page), (ev_link_new_page_xyz):
8678         * backend/ev-link.h:
8679         * pdf/ev-poppler.cc:
8680         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
8681         (go_to_link), (tip_from_link):
8682
8683         Implement xyz links, still not functional. Links are a total
8684         mess, will need to refactor and bugfix a lot :(
8685
8686 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
8687
8688         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
8689
8690 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
8691
8692         * data/evince-ui.xml:
8693         * data/evince.schemas.in:
8694         * shell/Makefile.am:
8695         * shell/ev-window.c: (update_chrome_visibility),
8696         (password_dialog_response), (ev_window_load_job_cb),
8697         (ev_window_xfer_job_cb), (ev_window_open_uri),
8698         (ev_window_class_init), (set_chrome_actions), (load_chrome),
8699         (ev_window_init):
8700
8701         Remove the statusbar. This regress loading feedback, need to
8702         check with Bryan what we want to do there...
8703
8704 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8705
8706         * lib/ev-tooltip.c: (ev_tooltip_init):
8707
8708         Fix tooltip border and size handling
8709
8710 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
8711
8712         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
8713         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
8714         (ev_tooltip_timeout), (ev_tooltip_activate),
8715         (ev_tooltip_deactivate):
8716         * lib/ev-tooltip.h:
8717         * shell/ev-view.c: (ev_view_motion_notify_event):
8718
8719         Delay popup showing. Mirror gtk logic/times.
8720
8721 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
8722
8723         * lib/Makefile.am:
8724         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
8725         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
8726         (ev_tooltip_set_text), (ev_tooltip_set_position):
8727         * lib/ev-tooltip.h:
8728
8729         Simple widget to show tooltips at a custom position
8730
8731         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
8732         (ev_view_destroy):
8733
8734         Use it for links. First go, needs work
8735
8736 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
8737
8738         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
8739         HIG fixes.  Use title capitalization for window title. Use 12 
8740         pixels of space between the dialog's vbox and action area.
8741
8742 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8743
8744         * shell/ev-window.c: (file_open_dialog_response_cb),
8745         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
8746         (ev_window_cmd_save_as):
8747
8748         Make file pickers not modal and refactor code some
8749
8750 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8751
8752         * shell/ev-sidebar.h:
8753         * shell/ev-sidebar.c: (ev_sidebar_set_property),
8754         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
8755         (ev_sidebar_class_init), (ev_sidebar_select_page),
8756         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
8757         (ev_sidebar_set_page):
8758
8759         Add a current page property and allow to get/set it
8760
8761         * shell/ev-window.c: (setup_view_from_metadata),
8762         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
8763
8764         Persist current sidebar page per document
8765
8766 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
8767
8768         * data/evince.schemas.in:
8769         * shell/ev-window.c: (update_chrome_visibility),
8770         (setup_document_from_metadata), (update_sidebar_visibility),
8771         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
8772         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8773         (ev_window_run_presentation), (ev_window_stop_presentation),
8774         (ev_window_view_sidebar_cb),
8775         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
8776         (load_chrome), (ev_window_init):
8777
8778         Persist size/visibility of sidebar per document
8779
8780 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
8781
8782         * shell/ev-view.c (draw_loading_text): Draw loading text.
8783
8784 2005-09-02  Dan Damian  <dand@gnome.ro>
8785
8786         * configure.in: Added "ro" to ALL_LINGUAS.
8787
8788 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8789
8790         * shell/ev-view.c: (clear_caches):
8791
8792         ev_page_cache_get doesnt return a reference,
8793         dont try to unref it.
8794
8795 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * shell/main.c: (load_files_remote):
8798
8799         Fix timestamp parameter with dbus <= 0.33
8800
8801 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
8802
8803         * data/evince.schemas.in:
8804
8805         Add missing full stop
8806
8807 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
8808
8809         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
8810         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
8811
8812         Plug some memory leaks
8813
8814 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
8815
8816         * configure.ac:
8817         * lib/ev-debug.c: (trap_handler):
8818
8819         Check for execinfo.h and use it only if it exists.
8820         Ported from Epiphany (bug #314776).
8821
8822 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
8823
8824         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
8825
8826 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
8827
8828         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
8829         * po/id.po      : Added Indonesian translation
8830
8831 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
8832
8833         * shell/main.c:
8834         * shell/ev-application.c: Last minute GTK-2.6 fixes.
8835         * NEWS: Release 0.4.0
8836
8837 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
8838
8839         * configure.ac: catch another gtk+-2.8ism
8840         * shell/main.c: Make work with gtk+-2.6
8841
8842 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
8843
8844         * shell/ev-application-service.xml: Add 'timestamp' argument to
8845           ev_application_open_window and ev_application_open_uri methods.
8846
8847         * shell/ev-application.h: Add 'timestamp' argument to
8848           ev_application_open_window, ev_application_open_uri,
8849           and ev_application_open_uri_list functions.
8850
8851         * shell/ev-application.c (ev_application_open_window,
8852           ev_application_open_uri, ev_application_open_uri_list): Change
8853           functions that show/present windows to use a timestamp if one
8854           is passed in.
8855
8856         * shell/ev-window.c (ev_window_cmd_file_open,
8857           ev_window_cmd_recent_file_activate, drag_data_received_cb):
8858         * shell/main.c (load_files): Modify calls to ev_application to
8859           include GDK_CURRENT_TIME as timestamp.
8860
8861         * shell/main.c (load_files_remote): Obtain timestamp for client
8862           instance from GDK and pass to server instance so new windows are
8863           focused properly.  Fix dbus_g_proxy_call() calls by including second
8864           G_TYPE_INVALID.
8865           
8866         Closes bug #314475.
8867
8868 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
8869
8870         * shell/ev-window.c (ev_window_finalize): Check for
8871         avail. EvWindows when quiting to handle the finalize better,
8872         #314497
8873
8874 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8875         
8876         * properties/ev-properties-view.c: 
8877         
8878         Set textdomain to libglade. Fixes translation problem in property page.
8879
8880 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8881
8882         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
8883         * dvi/Makefile.am:
8884         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
8885         * dvi/mdvi-lib/Makefile.am:
8886         
8887         Fix rotation of thumbnails, ported to new API. Moved library
8888         dependencies earlier, probably it will fix linkage problem.
8889
8890 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
8891
8892         * backend/ev-document-misc.c:
8893         (ev_document_misc_get_thumbnail_frame):
8894         * backend/ev-document-misc.h:
8895         * configure.ac:
8896         * pdf/ev-poppler.cc:
8897         * shell/Makefile.am:
8898         * shell/ev-sidebar-thumbnails.c: (add_range),
8899         (ev_sidebar_thumbnails_set_loading_icon),
8900         (ev_sidebar_thumbnails_refresh),
8901         (ev_sidebar_thumbnails_set_document):
8902         * shell/ev-sidebar-thumbnails.h:
8903         * shell/ev-view.c: (ev_view_motion_notify_event),
8904         (ev_view_set_property), (ev_view_get_property),
8905         (ev_view_class_init), (ev_view_set_rotation):
8906         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8907         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
8908         (ev_window_init):
8909         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
8910         Redo rotation (again).  prepare for 0.4.0
8911
8912 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
8913
8914         * configure.ac: Bump poppler requirement to 0.4.1.
8915
8916         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
8917         argument to poppler_page_render_selection() call.
8918
8919 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8920
8921         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
8922         (djvu_document_thumbnails_get_thumbnail):
8923         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
8924         (dvi_document_thumbnails_get_thumbnail):
8925         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
8926         (pixbuf_document_thumbnails_get_thumbnail):
8927         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
8928         
8929         Update rotation direction of backends to fit with pdf and ps.
8930
8931 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
8934         * backend/ev-async-renderer.h:
8935         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
8936         (setup_page), (ps_document_get_page_size),
8937         (ps_async_renderer_render_pixbuf):
8938         * ps/ps-document.h:
8939         * shell/ev-jobs.c: (ev_job_render_run):
8940
8941         Fix orientation in the postscript document
8942
8943 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
8944
8945         * pdf/ev-poppler.cc:
8946         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
8947         * shell/ev-view.c: (highlight_find_results):
8948
8949         Adapt to the new poppler rotation API. Fix text maps on landscape
8950         documents.
8951
8952 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
8953
8954         * shell/ev-view.c (compute_new_selection_text): get the correct
8955         region when selecting in modes other than continuous.
8956
8957 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
8958
8959         * shell/main.c (main): remove redundant g_warnings.
8960
8961 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8962
8963         * shell/Makefile.am: Don't include autogenerated
8964         file ev-application-service.h into distribution, since
8965         it causes dbus crash. Fix for bugs 313724 and 313443. 
8966
8967 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8968
8969         * configure.ac: Fix sed expression for FreeBSD. Thanks
8970         to Joe Marcus Clark <marcus@freebsd.org>
8971         
8972         * shell/eggfindbar.c: (entry_activate_callback),
8973         (entry_changed_callback), (egg_find_bar_init),
8974         (egg_find_bar_set_search_string):
8975         
8976         Made findbar buttons unsensitive if there is no text in
8977         entry. Fix for the bug 313285.
8978
8979 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8980
8981         * ps/ps-document.c: Use g_filename_display_name for displaying
8982         filenames and revert string freeze breackage
8983
8984 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
8985
8986         * NEWS:
8987         * configure.ac:
8988
8989         Update for 0.3.4
8990
8991         * shell/Makefile.am:
8992
8993         Add ev-application-service.xml to extra dist
8994
8995         * shell/ev-view.c: (find_page_at_location):
8996
8997         Remove unused function (fix warning)
8998
8999 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9000
9001         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
9002         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
9003         
9004         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
9005         bug 313623.
9006
9007 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9008
9009         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
9010         * shell/ev-window.c:
9011         Fix build warnings
9012
9013 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9014
9015         * configure.ac: Update script to get dbus version.
9016         Fix for the bug #313443.
9017
9018 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9019
9020         * shell/ev-window.c: (ev_window_cmd_escape):
9021         
9022         Return focus back to view on escape. Fix for bug 313295.
9023
9024 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9025
9026         * shell/ev-window.c: (update_window_title),
9027         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
9028         (ev_window_cmd_save_as):
9029         
9030         Correct conversion from uri to displayable string. Fix for
9031         bug 313296.
9032
9033 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
9034
9035         * ps/ps-document.c: convert filename to utf8 when there is an error
9036         loading document. Fixes #309915
9037
9038 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
9039
9040         * configure.ac:
9041
9042         We depend on poppler 0.4.0
9043
9044 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
9045
9046         * configure.ac:
9047         * NEWS: Release 0.3.3.
9048         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
9049
9050 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
9051
9052         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
9053         add a couple missing mnemonics to menu items, use title 
9054         capitalization for menu items and window titles, and add 
9055         ellipsis to open menu item.     
9056
9057 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
9058
9059         * pdf/ev-poppler.cc:
9060         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
9061         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
9062         (ev_view_get_rotation):
9063         * shell/ev-view.h:
9064         * shell/ev-window.c: (setup_view_from_metadata),
9065         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
9066         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
9067         disk.
9068
9069 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
9070
9071         * configure.ac: Added tr to ALL_LINGUAS
9072
9073 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9074
9075         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
9076         requires several clicks to find word. Thanks to 
9077         Colin Slater <kiltedtaco@gmail.com>.
9078
9079 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
9080
9081         * data/evince.desktop.in.in: Hide menu entry and
9082         rename it to "Document Viewer". Fix for bug 
9083         #312399.
9084
9085 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
9086
9087         * shell/ev-page-action.c (ev_page_action_class_init): 
9088
9089         Point to the correct function in constructor of the
9090         activate_label signal
9091
9092 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
9093
9094         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
9095         * shell/ev-jobs.h: Make thread safe.
9096
9097 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9098
9099         * shell/ev-view.c: (view_update_range_and_current_page):
9100         Don't update page range if we are scrolling to some document
9101         point.
9102
9103 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9104
9105         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
9106         when getting max_page_width, fix drawing in dual mode.
9107
9108 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
9109
9110         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
9111         getting the area for select_all.
9112
9113 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
9114
9115         * backend/ev-selection.c: (ev_selection_render_selection):
9116         * backend/ev-selection.h:
9117         * pdf/ev-poppler.cc:
9118         * shell/ev-jobs.c: (ev_job_render_new):
9119         * shell/ev-jobs.h:
9120         * shell/ev-pixbuf-cache.c: (get_selection_colors),
9121         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
9122         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
9123         (ev_view_class_init):
9124
9125         Change selection color on focus in and focus out events.  Also,
9126         poppler now uses GdkColor for specifying the selection colors, so
9127         drop some awkward conversion code.
9128
9129 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
9130
9131         * configure.ac: Added Hebrew translation
9132
9133 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
9134
9135         * NOTES:
9136         * backend/ev-selection.c: (ev_selection_render_selection):
9137         * backend/ev-selection.h:
9138         * pdf/ev-poppler.cc:
9139         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
9140         (ev_job_render_run):
9141         * shell/ev-jobs.h:
9142         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
9143         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
9144         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
9145         (ev_pixbuf_cache_style_changed),
9146         (ev_pixbuf_cache_get_selection_pixbuf),
9147         (ev_pixbuf_cache_set_selection_list),
9148         (ev_pixbuf_cache_get_selection_list):
9149         * shell/ev-pixbuf-cache.h:
9150         * shell/ev-utils.c: (ev_print_region_contents):
9151         * shell/ev-utils.h:
9152         * shell/ev-view.c: (ev_view_queue_draw_page),
9153         (selection_update_idle_cb), (ev_view_motion_notify_event),
9154         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
9155         (setup_caches), (ev_view_find_next), (merge_selection_region),
9156         (selection_free):
9157         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
9158
9159         Clean up selection to be much smoother!
9160
9161 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
9162
9163         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
9164         to poppler_page_render_selection().
9165
9166 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9167
9168         * ps/ps-document.c: (save_page_list): Use
9169         unzipped document when printing. Thanks to 
9170         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
9171         311016.
9172
9173 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9174
9175         * shell/ev-window.c: (update_action_sensitivity):
9176         
9177         Disable print and save respect to lockdown gconf keys. Fix
9178         for 312342.
9179
9180 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9181
9182         * configure.ac:
9183         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
9184         (write_to_temp_file), (ev_file_set_contents):
9185         * shell/ev-utils.h:
9186         * shell/ev-window.c: (save_print_config_to_file):
9187         
9188         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
9189         Fix for bug 312238
9190
9191 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
9192
9193         * shell/ev-window.c: (load_print_config_from_file),
9194         (save_print_config_to_file), (ev_window_print_range):
9195
9196         Persist the print settings. Fixes bug #311578.
9197
9198 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9199
9200         * djvu/djvu-document.c: (djvu_document_get_page_size),
9201         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
9202         (djvu_document_thumbnails_get_thumbnail):
9203         * dvi/dvi-document.c: (dvi_document_get_page_size),
9204         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
9205         (dvi_document_thumbnails_get_dimensions),
9206         (dvi_document_thumbnails_get_thumbnail):
9207         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
9208         (pixbuf_document_render_pixbuf),
9209         (pixbuf_document_document_iface_init),
9210         (pixbuf_document_thumbnails_get_thumbnail):
9211         
9212         Update backends to make them build with new rotation system.
9213
9214 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9215
9216         * help/C/figures/evince_start_window.png:
9217         
9218         Update documentation image from Luca Ferretti <elle.uca@libero.it>
9219
9220 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
9221
9222         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
9223         * shell/ev-pixbuf-cache.h:
9224         * shell/ev-sidebar-thumbnails.c:
9225         (ev_sidebar_thumbnails_get_property), (add_range),
9226         (adjustment_changed_cb):
9227         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
9228         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
9229         we were thumbnailing the entire docment on startup, slowing us
9230         down hugely. 
9231
9232 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
9233
9234         * shell/ev-page-cache.c: (ev_page_cache_new):
9235         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
9236         == 0, fixes #310306.
9237
9238 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
9241         (ev_view_rotate_left):
9242
9243         Account rotation in doc_rect_to_view_rect.
9244         Ensure rotation doesnt go out of bounds.
9245
9246 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * shell/ev-page-cache.c: (ev_page_cache_get_size):
9249
9250         Correct and cleanup w/h swapping
9251
9252 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9253
9254         * backend/ev-document-thumbnails.c:
9255         (ev_document_thumbnails_get_thumbnail):
9256         * backend/ev-document-thumbnails.h:
9257         * backend/ev-document.c:
9258         * backend/ev-document.h:
9259         * backend/ev-render-context.c: (ev_render_context_new),
9260         (ev_render_context_set_rotation):
9261         * backend/ev-render-context.h:
9262         * pdf/ev-poppler.cc:
9263         * ps/ps-document.c: (ps_document_document_iface_init):
9264         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9265         * shell/ev-jobs.h:
9266         * shell/ev-page-cache.c: (build_height_to_page),
9267         (ev_page_cache_new), (ev_page_cache_get_size),
9268         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9269         (ev_page_cache_get_height_to_page):
9270         * shell/ev-page-cache.h:
9271         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9272         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9273         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
9274         (ev_pixbuf_cache_get_selection_pixbuf):
9275         * shell/ev-pixbuf-cache.h:
9276         * shell/ev-print-job.c: (idle_print_handler):
9277         * shell/ev-sidebar-thumbnails.c: (add_range):
9278         * shell/ev-view.c: (view_update_range_and_current_page),
9279         (get_page_y_offset), (get_page_extents),
9280         (ev_view_size_request_continuous_dual_page),
9281         (ev_view_size_request_continuous),
9282         (ev_view_size_request_dual_page),
9283         (ev_view_size_request_single_page), (draw_one_page),
9284         (ev_view_set_rotation), (ev_view_rotate_right),
9285         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9286         (ev_view_zoom_for_size_continuous_and_dual_page),
9287         (ev_view_zoom_for_size_continuous),
9288         (ev_view_zoom_for_size_dual_page),
9289         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9290         (ev_view_select_all):
9291         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9292         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
9293         (tiff_document_document_iface_init),
9294         (tiff_document_thumbnails_get_thumbnail):
9295
9296         Use rotation rather than orientation. It's easier and enough
9297         for our needs.
9298
9299 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * shell/ev-page-cache.c: (build_height_to_page),
9302         (ev_page_cache_new), (ev_page_cache_get_size),
9303         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
9304         (ev_page_cache_get_height_to_page):
9305         * shell/ev-page-cache.h:
9306         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
9307         (ev_view_size_request_continuous_dual_page),
9308         (ev_view_size_request_continuous),
9309         (ev_view_zoom_for_size_continuous_and_dual_page),
9310         (ev_view_zoom_for_size_continuous):
9311
9312         Make the page cache aware of page orientation.
9313
9314 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9315
9316         * backend/ev-document-thumbnails.c:
9317         (ev_document_thumbnails_get_thumbnail):
9318         * backend/ev-document-thumbnails.h:
9319         * backend/ev-document.c:
9320         * backend/ev-document.h:
9321         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
9322         * backend/ev-ps-exporter.h:
9323         * pdf/ev-poppler.cc:
9324         * ps/ps-document.c: (ps_document_document_iface_init),
9325         (ps_document_ps_export_do_page):
9326         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
9327         * shell/ev-jobs.h:
9328         * shell/ev-page-cache.c: (ev_page_cache_get_size),
9329         (ev_page_cache_get):
9330         * shell/ev-page-cache.h:
9331         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
9332         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
9333         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
9334         * shell/ev-pixbuf-cache.h:
9335         * shell/ev-print-job.c: (idle_print_handler):
9336         * shell/ev-sidebar-thumbnails.c: (add_range):
9337         * shell/ev-view.c: (view_update_range_and_current_page),
9338         (get_page_extents), (ev_view_size_request_dual_page),
9339         (ev_view_size_request_single_page), (draw_one_page),
9340         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
9341         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
9342         (ev_view_zoom_for_size_dual_page),
9343         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
9344         (ev_view_select_all):
9345         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9346         * tiff/tiff-document.c: (tiff_document_get_page_size),
9347         (tiff_document_get_orientation), (rotate_pixbuf),
9348         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
9349         (tiff_document_thumbnails_get_thumbnail),
9350         (tiff_document_ps_export_do_page), (tiff_document_init):
9351
9352         Really make use of the orientation bit of the render context.
9353         Use the render context in a few more places in the backend API.
9354         This regress orientation, but now it's done right. Will try to
9355         fix it up asap...
9356
9357 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
9358
9359         * shell/ev-view.c: (ensure_rectangle_is_visible):
9360
9361         Patch by Nickolay V. Shmyrev to fix find flickering
9362
9363 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
9364
9365         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
9366         duplex parameters to ::begin.
9367
9368         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
9369         * shell/ev-print-job.c (idle_print_handler): 
9370         * ps/ps-document.c (ps_document_ps_export_begin): 
9371         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
9372         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
9373         implementations. Poppler backend needs poppler cvs. Rest has
9374         unchanged behavior.
9375
9376 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9377
9378         * shell/ev-window.c (using_pdf_printer): new function.
9379         (ev_window_print_range): print a less techy message if someone
9380         tries to print to PDF.
9381
9382 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
9383
9384         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
9385         from "unknown font" string. Bug #311431
9386
9387 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9388
9389         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
9390
9391 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
9392
9393         Bug #311280
9394         
9395         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
9396         name for PopplerFontTypes
9397         (pdf_document_fonts_fill_model): add font type to the detail column
9398
9399         * backend/ev-document-fonts.h: added
9400         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
9401
9402         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
9403         font name and font details, add a little markup.
9404         (ev_properties_fonts_init): use the new cell data func, specify ypad
9405         property for the cell renderer.
9406         (ev_properties_fonts_set_document): add the details column.
9407
9408 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
9409
9410         * configure.ac: Added "pl" to ALL_LINGUAS.
9411
9412 2005-07-24  Danilo Šegan  <danilo@gnome.org>
9413
9414         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
9415
9416 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
9417
9418         * help/ChangeLog: Started this for translations of manual.
9419         * configure.ac, autogen.sh, .cvsignore: Migrated to
9420         gnome-doc-utils. Patch in bug #311222.
9421
9422 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
9423
9424         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
9425         #ifdef this away to fix an unused-function warning.
9426
9427 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
9428
9429         * configure.ac: Added 'gl' to ALL_LINGUAS.
9430
9431 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
9432
9433         * configure.ac: Added ne in ALL_LINGUAS
9434         
9435 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9436
9437         * shell/ev-view.c: (ev_view_leave_notify_event):
9438         
9439         Clear status message when pointer leaves view. Fix for bug
9440         #310818 
9441
9442 2005-07-20 Ankit Patel <ankit644@yahoo.com>
9443
9444         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
9445
9446 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9447
9448         * shell/ev-view.c: (ev_view_leave_notify_event),
9449         (ev_view_class_init):
9450         
9451         Set cursor to normal then leaving view.
9452
9453 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9454
9455         * configure.ac:
9456         
9457         Fix required djvulibre version.
9458
9459 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
9460
9461         *configure.ac: Hindi (hi) language added
9462
9463 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
9464
9465         *configure.ac: Punjabi (pa) Language added
9466
9467 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9468
9469         * data/evince-ui.xml, shell/ev-window.c:
9470         
9471         Add keypad accelerators for zooming. Fix for bug 308128.
9472
9473 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9474
9475         * Makefile.am:
9476         * backend/Makefile.am:
9477         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
9478         * configure.ac:
9479         * shell/ev-document-types.c: (ev_document_types_add_filters):
9480
9481         Allow to enable/disable the pixbuf backend.
9482         Default to off for now. If we want it enabled we should
9483         really put mime types in the desktop, implement properties etc.
9484
9485         * properties/evince-properties.c:
9486
9487         Initialize error to NULL.
9488         Check error is not NULL before freeing.
9489
9490 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * shell/ev-window.c:
9493
9494         Use F5 as presentation accell
9495
9496 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9497
9498         * shell/ev-window.c: (update_chrome_visibility),
9499         (ev_window_create_fullscreen_popup), (ev_window_init):
9500
9501         Do not leak the fullscreen toolbar
9502
9503 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * shell/ev-window.c: (view_actions_focus_in_cb),
9506         (view_actions_focus_out_cb):
9507
9508         These has a return value! Fix totally random focus
9509         issues we was seeing.
9510
9511 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
9512
9513         * shell/main.c: (load_files_remote):
9514
9515         Allow open more than one file
9516
9517 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
9518
9519         * shell/main.c: (load_files_remote):
9520
9521         Fix for dbus 0.33. bug #309975
9522
9523 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * properties/ev-properties-main.c: (ev_properties_get_pages):
9526
9527         Actually return NULL for types we dont support
9528
9529 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
9530
9531         * po/POTFILES.in:
9532
9533         Remove empty lines.
9534
9535 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
9536
9537         * backend/ev-document-factory.c:
9538         (ev_document_factory_get_document):
9539
9540         Do not try to create the object if type
9541         is invalid.
9542
9543 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * ps/ps-document.c: (ps_document_dispose),
9546         (ps_async_renderer_render_pixbuf):
9547         * ps/ps-document.h:
9548
9549         Do not leak the target window
9550
9551 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * shell/ev-application.c: (ev_application_init):
9554
9555         Let tbe check file existence for us.
9556         Add a comment about eggrecent mime filter.
9557
9558 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
9559
9560         * data/evince-ui.xml:
9561         * shell/ev-application.c: (ev_application_shutdown),
9562         (ev_application_init), (ev_application_get_toolbars_model),
9563         (ev_application_get_recent_model),
9564         (ev_application_save_toolbars_model):
9565         * shell/ev-application.h:
9566         * shell/ev-window.c: (ev_window_add_recent),
9567         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
9568         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
9569         (ev_window_init):
9570
9571         Use common toolbar and recent models for all windows.
9572         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9573
9574 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
9575
9576         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
9577         successfully check for gtk_icon_view_get_visible_range.
9578
9579 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9580
9581         * djvu/Makefile.am:
9582         * dvi/Makefile.am:
9583         
9584         Fix djvu and dvi backend build.
9585
9586 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9587
9588         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
9589         (new_separator_pixbuf):
9590
9591         Don't leak windows.
9592
9593 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
9594
9595         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
9596
9597         HIGification of toolbar editor dialogue.
9598
9599 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * configure.ac:
9602         * shell/Makefile.am:
9603
9604         Ever build metadata manager since it's just
9605         disabled at runtime now.
9606
9607 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9608
9609         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
9610         (ev_metadata_manager_get), (ev_metadata_manager_set):
9611         * shell/ev-metadata-manager.h:
9612
9613         Add an _init functions that enabled metadata management
9614         at runtime.
9615
9616         * shell/ev-window.c: (page_changed_cb),
9617         (setup_document_from_metadata), (ev_window_setup_document),
9618         (setup_view_from_metadata), (ev_window_open_uri),
9619         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9620         (ev_window_run_presentation), (ev_window_stop_presentation),
9621         (save_sizing_mode), (ev_window_zoom_changed_cb),
9622         (ev_window_continuous_changed_cb),
9623         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
9624         (window_configure_event_cb):
9625
9626         Remove all ugly metadata define since we deal with it
9627         at runtime now.
9628
9629         * shell/main.c: (load_files_remote), (main):
9630
9631         Add support for dbus cvs head. Hopefully didnt break one
9632         of the other versions now!
9633
9634         If we dont get a response from the dbus server just
9635         give up with it and not enable metadata.
9636
9637 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9638
9639         * Makefile.am:
9640         * backend/Makefile.am:
9641         * configure.ac:
9642         * cut-n-paste/recent-files/Makefile.am:
9643         * cut-n-paste/toolbar-editor/Makefile.am:
9644         * cut-n-paste/zoom-control/Makefile.am:
9645         * lib/Makefile.am:
9646         * pdf/Makefile.am:
9647         * pixbuf/Makefile.am:
9648         * properties/Makefile.am:
9649         * ps/Makefile.am:
9650         * shell/Makefile.am:
9651         * thumbnailer/Makefile.am:
9652         * tiff/Makefile.am:
9653
9654         Make frontends depend on just libev.
9655         Rework and group CFLAGS/LIBS definitions.
9656         Cleanups.
9657
9658 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9659
9660         * shell/ev-window:
9661
9662         do not unnecessarily save zoom
9663
9664         * configure.ac:
9665         * lib/ev-file-helpers.c: (ev_dot_dir):
9666         * shell/Makefile.am:
9667         * shell/dummy.cc:
9668
9669         Some cleanups
9670
9671 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9672
9673         * configure.ac:
9674         
9675         Remove unnecessary dependencies
9676
9677 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9678
9679         * properties/Makefile.am:
9680         * thumbnailer/Makefile.am:
9681         * tiff/Makefile.am:
9682
9683         Some more cleanups. Was really necessary
9684         but I probably introduced bugs, feel free
9685         to flame :)
9686
9687 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * backend/Makefile.am:
9690         * configure.ac:
9691         * cut-n-paste/recent-files/Makefile.am:
9692         * cut-n-paste/toolbar-editor/Makefile.am:
9693         * cut-n-paste/zoom-control/Makefile.am:
9694         * lib/Makefile.am:
9695         * pdf/Makefile.am:
9696         * pixbuf/Makefile.am:
9697         * properties/Makefile.am:
9698         * ps/Makefile.am:
9699         * shell/Makefile.am:
9700         * thumbnailer/Makefile.am:
9701         * tiff/Makefile.am:
9702
9703         Use gnome-common macros when possible.
9704         Cleanup dependencies.
9705         Actually disable deprecated where possible.
9706
9707 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
9708
9709         * Makefile.am:
9710         * backend/Makefile.am:
9711         * properties/Makefile.am:
9712         * shell/Makefile.am:
9713         * thumbnailer/Makefile.am:
9714
9715         This should solve the circular dep without
9716         requiring dir reorg!
9717
9718         * shell/ev-window.c: (setup_view_from_metadata):
9719
9720         Never restore window size/position when the
9721         window is already visible.
9722
9723 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9724
9725         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
9726
9727         Return a boolean from timeout func. Fix ported from gedit.
9728
9729 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
9730
9731         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
9732
9733 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
9734
9735         * shell/ev-document-types.c: set "All Documents" as default filter in
9736         open dialog
9737
9738 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
9739
9740         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
9741         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
9742         (ev_metadata_manager_set_boolean): fix value/val thinko.
9743
9744 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9745
9746         * shell/ev-window.c: (setup_view_from_metadata),
9747         (window_state_event_cb), (window_configure_event_cb),
9748         (ev_window_init):
9749
9750         Remember window position and maximized state
9751
9752 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
9753
9754         * configure.ac:
9755
9756         Fix DBUS configure checks.
9757
9758         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
9759         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
9760         (ev_metadata_manager_set_boolean):
9761
9762         Plug mem leaks.
9763
9764         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
9765         (ev_window_stop_fullscreen), (ev_window_run_presentation),
9766         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
9767         (ev_window_continuous_changed_cb),
9768         (ev_window_dual_mode_changed_cb), (ev_window_new):
9769
9770         Fix the build without DBUS.
9771
9772 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
9773
9774         * shell/ev-metadata-manager.c: (parse_value), (save_values),
9775         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
9776         (ev_metadata_manager_set_string),
9777         (ev_metadata_manager_set_boolean):
9778         * shell/ev-metadata-manager.h:
9779
9780         Add support for some more types
9781
9782         * shell/ev-view.c: (scroll_to_current_page),
9783         (ev_view_get_continuous), (ev_view_set_continuous),
9784         (ev_view_get_dual_page):
9785         * shell/ev-view.h:
9786         * shell/ev-window.c: (page_changed_cb),
9787         (setup_document_from_metadata), (ev_window_setup_document),
9788         (setup_view_from_metadata), (ev_window_open_uri),
9789         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
9790         (ev_window_run_presentation), (ev_window_stop_presentation),
9791         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
9792         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
9793         (ev_window_update_dual_page_action),
9794         (ev_window_continuous_changed_cb),
9795         (ev_window_dual_mode_changed_cb), (ev_window_init):
9796
9797         Remember a bunch of view/document properties. Prolly some
9798         are still missing but it's getting interesting.
9799
9800 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
9801
9802         * configure.ac: check if dbus-binding-tool is installed. Not the
9803         case on current Ubuntu breezy, it seems.
9804
9805 2005-07-05  Luca Ferretti <elle.uca@libero.it>
9806
9807         * data/evince.desktop.in.in:
9808         
9809         Allow open uri lists and add TryExec field.
9810
9811 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9812
9813         * configure.ac:
9814
9815         Enable dbus when available, do not require a configure
9816         option.
9817
9818 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9819
9820         * configure.ac:
9821
9822         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
9823         disabled.
9824
9825 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
9826         Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
9829         
9830         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
9831         functions to the format required by dbus
9832
9833         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
9834         errors. Use the RPC parameters in the expected way
9835
9836 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9837
9838         * Makefile.am:
9839         * properties/Makefile.am:
9840         * properties/ev-properties-main.c: (ev_properties_get_pages):
9841
9842         Support all mime types
9843
9844         * shell/Makefile.am:
9845         * thumbnailer/Makefile.am:
9846         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
9847         (evince_thumbnail_pngenc_get):
9848
9849         Use the document factory
9850
9851 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * backend/Makefile.am:
9854         * backend/ev-document-factory.c:
9855         (mime_type_supported_by_gdk_pixbuf),
9856         (ev_document_type_get_from_mime),
9857         (ev_document_factory_get_document),
9858         (ev_document_factory_get_backend),
9859         (ev_document_factory_get_mime_types),
9860         (ev_document_factory_get_all_mime_types):
9861         * backend/ev-document-factory.h:
9862         * shell/Makefile.am:
9863         * shell/ev-document-types.c: (get_document_from_uri),
9864         (ev_document_types_get_document),
9865         (file_filter_add_mime_list_and_free),
9866         (ev_document_types_add_filters):
9867         * shell/ev-document-types.h:
9868         * shell/ev-job-xfer.c: (ev_job_xfer_run):
9869         * shell/ev-properties-dialog.c:
9870         (ev_properties_dialog_set_document):
9871         * shell/ev-window.c: (ev_window_cmd_file_open),
9872         (ev_window_cmd_save_as):
9873         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9874
9875         Rework document types managing to avoid code duplication
9876         and actually abstract from backend implementations.
9877         Also provide a minimal factory api that can be used by
9878         thumbnailer/properties.
9879
9880 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
9881
9882         * properties/ev-properties-view.c: (ev_properties_view_set_info):
9883         Plug a mem leak.
9884         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
9885         HIG spacings.
9886
9887 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9888
9889         * shell/ev-properties-dialog.c
9890         (ev_properties_dialog_set_document): only call
9891         ev_properties_fonts_set_document() if the document implements the
9892         fonts interface
9893
9894 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
9895
9896         * configure.ac:
9897         * properties/Makefile.am:
9898         * properties/ev-properties-view.c:
9899         (ev_properties_view_register_type):
9900         * properties/ev-properties-view.h:
9901         * properties/ev-properties-main.h:
9902
9903         Implement nautilus plugin for properties.
9904         Works only for pdf atm, I need to rework the
9905         document types stuff to get this to work
9906         for all backends...
9907
9908 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9909
9910         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
9911         (ev_properties_fonts_set_document): use
9912         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
9913
9914 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9915
9916         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
9917         them
9918         (PlaceImage, tiff2ps_process_page): use
9919         g_ascii_dtostr to convert floats to strings in a locale-safe way.
9920
9921
9922 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
9923
9924         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
9925         (main): to call gnome_authentication_manager_init. Should fix
9926         Bug #308510
9927
9928         * configure.ac: that requires libgnomeui 2.6.0.
9929
9930 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9931
9932         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9933         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
9934         use the new tiff2ps interfaces
9935
9936         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
9937         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
9938
9939         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
9940         structure instead of global variables.  Remove use of static
9941         variables in functions.
9942
9943 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
9944
9945         * shell/ev-page-action.c: unref the completion after setting it to the
9946         entry
9947
9948 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9949
9950         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
9951         postscript files
9952
9953 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
9954
9955         * shell/ev-window.c (update_action_sensitivity): disable
9956         File->Print if the document does not implement the ps exporter
9957         interface
9958
9959 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
9960
9961         * Makefile.am:
9962         * configure.ac:
9963         * data/evince-properties.glade:
9964         * properties/.cvsignore:
9965         * properties/Makefile.am:
9966         * properties/ev-properties-view.c: (ev_properties_view_dispose),
9967         (ev_properties_view_class_init), (ev_properties_view_format_date),
9968         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
9969         (ev_properties_view_init), (ev_properties_view_new):
9970         * properties/ev-properties-view.h:
9971         * shell/Makefile.am:
9972         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
9973         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
9974         (ev_properties_dialog_new):
9975         * shell/ev-properties-dialog.h:
9976         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
9977         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
9978         (update_progress_label), (job_fonts_finished_cb),
9979         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
9980         * shell/ev-properties-fonts.h:
9981         * shell/ev-properties.c:
9982         * shell/ev-properties.h:
9983         * shell/ev-window.c: (ev_window_setup_document),
9984         (ev_window_cmd_file_properties):
9985
9986         Split the properties pages in two different objects, depend
9987         only on the backend where possible, use widgets instead
9988         of gobject for the glade part, reimplement the dialog
9989         itself with gtk.
9990         I need this to implement nautilus properties page.
9991
9992 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
9993
9994         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
9995         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
9996         (tiff_document_document_ps_exporter_iface_init): implement the ps
9997         exporter interface for tiff documents
9998
9999         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
10000         libtiff to implement TIFF postscript export
10001
10002         * tiff/tiff2ps.h: added a header file for external tiff2ps
10003         functions.
10004
10005         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
10006         tiff2ps.h
10007
10008 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * shell/ev-view.c: (scroll_to_current_page),
10011         (ev_view_set_fullscreen), (ev_view_set_presentation):
10012         
10013         Scroll to current page when exit from presentation
10014
10015 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10016
10017         * shell/ev-window.c: (update_document_mode),
10018         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
10019         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
10020         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
10021         
10022         Exit from fullscreen mode when switch to presentation. Fix for
10023         bug 309365
10024
10025 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10026
10027         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
10028         return NULL if the document does not implement the selection
10029         interface.
10030
10031 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
10032
10033         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
10034         reported height by using the resolution aspect ratio
10035         (tiff_document_render_pixbuf): scale the pixbuf using the
10036         resolution aspect ratio
10037
10038 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10039
10040         * configure.ac:
10041         
10042         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
10043         <kiltedaco@gmail.com>
10044         
10045         * djvu/djvu-document.c: (djvu_document_get_orientation),
10046         (djvu_document_set_orientation), (djvu_document_get_page_size),
10047         (rotate_pixbuf), (djvu_document_render_pixbuf),
10048         (djvu_document_document_iface_init):
10049         * dvi/dvi-document.c: (dvi_document_get_orientation),
10050         (dvi_document_set_orientation), (dvi_document_get_page_size),
10051         (rotate_pixbuf), (dvi_document_render_pixbuf),
10052         (dvi_document_document_iface_init):
10053         
10054         Dvi and djvu backends are ported to new API
10055
10056 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
10057
10058         * backend/ev-selection.c: (ev_selection_get_selection_region),
10059         (ev_selection_get_selection_map):
10060         * backend/ev-selection.h:
10061         * pdf/ev-poppler.cc:
10062         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10063         * shell/ev-jobs.h:
10064         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
10065         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
10066         (ev_pixbuf_cache_get_text_mapping):
10067         * shell/ev-pixbuf-cache.h:
10068         * shell/ev-view.c: (location_in_text),
10069         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
10070         support to EvView.  Now we can see where we can select!  Sweet!
10071
10072 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10073
10074         * shell/ev-view.c (ev_view_button_press_event): Fix
10075         event->y + view->scroll_x typo.
10076
10077 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
10078
10079         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
10080         sub-GdkPixbuf instead of passing dest_x and dest_y.
10081         
10082         * shell/ev-view.c: (view_point_to_doc_point),
10083         (view_rect_to_doc_rect), (ev_view_button_press_event),
10084         (ev_view_motion_notify_event), (compute_new_selection_rect),
10085         (gdk_rectangle_point_in), (compute_new_selection_text),
10086         (compute_selections): Update selection code to keep the selection
10087         around as two points and not as a normalized rectangle, and fix
10088         page level selection in two-column mode.
10089
10090 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
10091
10092         * shell/ev-window.c: (window_configure_event_cb): 
10093         
10094         Fix compilation
10095         
10096 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10097
10098         * pdf/ev-poppler.cc:
10099
10100         Fix compilation
10101
10102 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
10103
10104         * shell/Makefile.am:
10105         * shell/ev-metadata-manager.c: (item_free),
10106         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
10107         (parse_value), (parseItem), (load_values),
10108         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
10109         (save_values), (save_item), (get_oldest), (resize_items),
10110         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
10111         * shell/ev-metadata-manager.h:
10112
10113         Metadata manager from gedit but modified to use GValue, so that
10114         we dont need to keep converting from strings.
10115
10116         * configure.ac:
10117
10118         ENABLE_METADATA conditional, on when dbus is on
10119
10120         * shell/ev-application.c: (ev_application_open_uri):
10121
10122         Show the window after load so that we can initialize
10123         window size before it's showed.
10124
10125         * shell/ev-window.c: (ev_window_setup_from_metadata),
10126         (ev_window_open_uri), (window_configure_event_cb),
10127         (ev_window_init):
10128
10129         Save and load metadata information about window size.
10130         Not yet keeping states in account.
10131
10132         * shell/main.c: (main):
10133
10134         Shutdown metadata manager.
10135
10136 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10137
10138         * shell/ev-application-service.xml:
10139         * configure.ac:
10140         * shell/Makefile.am:
10141         * shell/ev-application.c:
10142         * shell/ev-application.h:
10143         * shell/ev-window.c:
10144         * shell/ev-window.h:
10145         * shell/main.c:
10146
10147         Add an optional dbus interface (--enable-dbus).
10148         Rework application code, mainly to be easier to
10149         use "remotely".
10150         Do not open multiple windows with the same document,
10151         spatial evince!
10152
10153 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
10154
10155         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
10156         pixbuf iff it exists.
10157
10158 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
10159
10160         * shell/*:
10161         * backend/ev-render-context.[ch]:
10162         * backend/ev-selection.[ch]:
10163
10164         Massive changes.  We now support text selection of pdfs, and not
10165         just rectangular selection.  This is pretty broken still, but I
10166         want to get something into CVS.
10167
10168 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10169
10170         * pdf/ev-poppler.cc:
10171         
10172         Fix for Bug 309080: crash on window close.
10173         
10174         * shell/ev-page-action.c: (page_changed_cb):
10175         
10176         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
10177         jensgr@gmx.net (Jens Granseuer).
10178
10179 2005-06-25  Marcel Telka  <marcel@telka.sk>
10180
10181         * configure.in (ALL_LINGUAS): Added sk.
10182
10183 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
10184
10185         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
10186         not a document open
10187
10188 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10189
10190         * NEWS:
10191         * configure.ac:
10192
10193         Release 0.3.2
10194
10195         * cut-n-paste/recent-files/Makefile.am:
10196
10197         Fix make distcheck
10198
10199 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10200
10201         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
10202         (pixbuf_document_set_orientation), (rotate_pixbuf),
10203         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
10204         (pixbuf_document_document_iface_init), (pixbuf_document_init):
10205
10206         Implement rotation and cleanup the code a bit.
10207
10208         * tiff/tiff-document.c: (tiff_document_get_page_size),
10209         (tiff_document_get_orientation), (tiff_document_set_orientation),
10210         (rotate_pixbuf), (tiff_document_render_pixbuf),
10211         (tiff_document_document_iface_init), (tiff_document_init):
10212
10213         Implement rotation. Was the quicker solution for the release
10214         but we really need to share this code in the shell.
10215
10216 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
10217
10218         * pdf/ev-poppler.cc:
10219
10220         Enable rotation, require poppler cvs. Fix a leak.
10221
10222 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10223
10224         * shell/ev-window.c: (update_action_sensitivity):
10225         
10226         Make properties unsensitive if document backend doesn't provide
10227         any info
10228
10229 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10230
10231         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
10232         (bitmap_flip_horizontally), (bitmap_flip_vertically),
10233         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
10234         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
10235         (bitmap_flip_rotate_counter_clockwise):
10236         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
10237         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
10238         (buff_gets):
10239         * dvi/mdvi-lib/common.h:
10240         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
10241         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
10242         (opendvi), (mdvi_reload), (mdvi_init_context),
10243         (mdvi_destroy_context), (mdvi_dopage), (special):
10244         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
10245         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
10246         (file_hash_free), (register_encoding), (parse_spec),
10247         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
10248         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
10249         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
10250         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
10251         (mdvi_register_font_type), (mdvi_unregister_font_type),
10252         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
10253         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
10254         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
10255         (mdvi_hash_destroy_key), (mdvi_hash_reset):
10256         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
10257         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
10258         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
10259         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
10260         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10261         * dvi/mdvi-lib/special.c: (mdvi_register_special),
10262         (mdvi_unregister_special), (mdvi_flush_specials):
10263         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
10264         (t1_font_remove):
10265         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
10266         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
10267         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
10268         (free_font_metrics), (flush_font_metrics):
10269         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
10270         (tt_font_remove):
10271         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
10272         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
10273         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
10274         (dstring_insert), (dstring_new), (dstring_reset):
10275         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
10276         
10277         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
10278         avoid conflict with libtool on FC4
10279         
10280         * shell/ev-window.c: (ev_window_cmd_help_about):
10281         
10282         Update copyright year. Fix for bug 308828.
10283
10284 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10285
10286         * shell/ev-view.c: (add_scroll_binding_keypad),
10287         (ev_view_binding_activated), (ev_view_class_init),
10288         (on_adjustment_value_changed):
10289         
10290         Bug 170874: Arrow keys switch pages in presentation mode
10291
10292 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10293
10294         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
10295         
10296         Fix for Bug 308265: Sidebar dissappears coming out of 
10297         Presentation mode
10298
10299 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10300
10301         * shell/ev-application.c: (ev_application_open):
10302         * shell/ev-document-types.c: (ev_document_types_add_filters),
10303         (ev_document_types_add_filters_for_type):
10304         * shell/ev-document-types.h:
10305         * shell/ev-window.c: (ev_window_cmd_save_as):
10306         
10307         Suggest basename as template when saving, provide filters
10308         for save dialog. It's bug 308402
10309
10310 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10311
10312         * pdf/ev-poppler.cc:
10313         * shell/ev-sidebar-links.c: (job_finished_callback):
10314         * shell/ev-view.c: (update_find_status_message):
10315         
10316         Some leaks fixed
10317
10318 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10319
10320         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10321         (egg_recent_view_uimanager_set_list):
10322
10323         Fix buglet in !show_numbers case.
10324
10325 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
10326
10327         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10328         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
10329
10330         Use pango ellipsisation.
10331
10332         * pdf/ev-poppler.cc:
10333
10334         Fix refcount leak, from nsh.
10335
10336 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10337
10338         * cut-n-paste/recent-files/Makefile.am:
10339         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10340         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10341         
10342         Removed EggRecentViewGtk
10343         
10344         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
10345         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
10346         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
10347         (ev_window_setup_recent):
10348         
10349         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
10350         with other projects
10351
10352 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10353
10354         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10355         (egg_recent_view_gtk_finalize):
10356
10357         Fix memory leak
10358
10359         * cut-n-paste/toolbar-editor/Makefile.am:
10360         
10361         Fix location of cursor icon.
10362         
10363         * pdf/ev-poppler.cc:
10364         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
10365         (display_completion_text), (match_completion):
10366         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10367         (selection_changed_callback), (create_loading_model),
10368         (print_section_cb), (links_page_num_func),
10369         (update_page_callback_foreach):
10370         * shell/ev-window.c: (ev_window_dispose):
10371         
10372         Small memory fixes. Links model now store objects instead
10373         of pointers to improve memory management. 
10374
10375 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10376
10377         * shell/ev-window.c: (zoom_control_changed_cb):
10378         
10379         Fix update of zoom control (bug 308268).
10380
10381 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
10382
10383         * shell/ev-properties.c (set_property): escape the text correctly.
10384         Handles non-UTF-8 properties and escaped properties.  Also, sets
10385         the text to "<i>None</i>" if the property isn't set.
10386
10387         * data/evince-properties.glade: Change the label to be ellipsized,
10388         and give it a minimum size.
10389
10390 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10391
10392         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
10393         * shell/ev-sidebar-links.c: (create_loading_model):
10394         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
10395         * shell/ev-view.c: (ev_view_set_document):
10396         * shell/ev-window.c: (ev_window_dispose):
10397         
10398         Various small fixes, mostly memory leaks. Thanks to valgrind.
10399
10400 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
10401
10402         * ps/ps-document.c: remove the locale.h include again ;-). And
10403         kill the (bogus) setlocale/savelocale business.
10404
10405 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
10406
10407         * ps/ps-document.c:
10408         
10409         Include locale.h to fix build
10410         
10411         * shell/ev-sidebar.c:
10412         
10413         Remove unnecessary includes
10414
10415 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10416
10417         * dvi/dvi-document.c: (dvi_document_load):
10418         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
10419         * po/POTFILES.in:
10420         
10421         Check for incorrect dvi files. Fix parsing dvi on AMD64
10422         platform. Thanks to tester@tester.ca (Olivier Crete).
10423
10424 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10425
10426         * shell/ev-page-action.c: (match_selected_cb),
10427         (display_completion_text), (match_completion), (update_model):
10428         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
10429         (expand_open_links):
10430         * shell/ev-sidebar.c: (ev_sidebar_destroy),
10431         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
10432         (ev_sidebar_set_document):
10433         * shell/ev-window.c: (ev_window_xfer_job_cb),
10434         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
10435         
10436         Fixed lot's of memory leaks, for example, memory leak on reload, 
10437         described in bug 307793.
10438
10439 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10440
10441         * pdf/ev-poppler.cc:
10442         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
10443         (update_visible_range), (adjustment_changed_cb),
10444         (ev_sidebar_thumbnails_fill_model),
10445         (ev_sidebar_thumbnails_refresh),
10446         (ev_sidebar_tree_selection_changed),
10447         (ev_sidebar_icon_selection_changed),
10448         (ev_sidebar_thumbnails_use_icon_view),
10449         (ev_sidebar_thumbnails_set_document):
10450         * shell/ev-sidebar-thumbnails.h:
10451         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10452         (ev_window_cmd_edit_rotate_right), (ev_window_init):
10453
10454         Refresh thumbnails when changing orientation. Not fully
10455         working yet becuase of a sidebar bug.
10456
10457         Set page orientation to poppler page everywhere. This sucks
10458         really need to fix poppler.
10459
10460 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
10461
10462         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
10463         (egg_recent_view_gtk_new_menu_item),
10464         (egg_recent_view_gtk_set_property),
10465         (egg_recent_view_gtk_get_property),
10466         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
10467         (egg_recent_view_gtk_set_tooltip_func),
10468         (egg_recent_view_gtk_set_label_width),
10469         (egg_recent_view_gtk_get_label_width):
10470         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
10471
10472         Sync with libegg (ellipsize labels)
10473
10474 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10475
10476         * data/evince-ui.xml:
10477         * shell/ev-window.c: (ev_window_cmd_go_forward),
10478         (ev_window_cmd_go_backward):
10479         
10480         Shift + PageUp moves 10 Pages. Fix for 306125
10481
10482 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10483
10484         * pdf/ev-poppler.cc:
10485
10486         Add a flag to check if orientation has been overriden
10487
10488 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
10489
10490         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
10491         field if necessary.
10492
10493         * ps/ps.h: add creator field to document.
10494
10495         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
10496         set creator field.
10497
10498 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10499
10500         * data/evince-properties.glade:
10501         * shell/ev-properties.c: (ev_properties_set_document):
10502
10503         s/PDF Version/Format
10504
10505 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10506
10507         * shell/ev-properties.c: (ev_properties_set_document):
10508
10509         Remove unnecessary translations
10510
10511 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10512
10513         * cut-n-paste/toolbar-editor/Makefile.am:
10514
10515         Correct library name    
10516
10517 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10518
10519         * configure.ac:
10520         * cut-n-paste/recent-files/egg-recent-model.c:
10521         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
10522         (egg_recent_model_unlock_file):
10523         * cut-n-paste/recent-files/egg-recent-util.c:
10524         (egg_recent_util_get_unique_id):
10525         * cut-n-paste/recent-files/update-from-egg.sh:
10526         * cut-n-paste/toolbar-editor/Makefile.am:
10527         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10528         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
10529         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10530         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10531         (egg_toolbars_model_get_type):
10532         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
10533
10534         Better makefile for toolbar editor and update everything
10535         to latest libegg.
10536
10537 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10538
10539         * shell/ev-window.c: (update_document_mode):
10540
10541         Prefer presentation mode when the document
10542         require fullscreen.
10543
10544 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
10545
10546         * data/evince-ui.xml:
10547         * shell/ev-window.c:
10548
10549         Add control-equal for zooming
10550
10551 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
10552
10553         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
10554
10555 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
10556
10557         * backend/ev-document.c: (ev_document_get_orientation):
10558         * backend/ev-document.h:
10559         * pdf/ev-poppler.cc:
10560         * ps/ps-document.c: (ps_document_get_orientation),
10561         (ps_document_set_orientation), (ps_document_document_iface_init):
10562
10563         Add a get_orientation api. Improve set_orientation.
10564
10565         * data/evince-ui.xml:
10566         * shell/ev-view.c: (ev_view_set_orientation),
10567         (ev_view_rotate_right), (ev_view_rotate_left):
10568         * shell/ev-view.h:
10569         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
10570         (ev_window_cmd_edit_rotate_right):
10571
10572         Better ui for changing document orientation
10573
10574 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10575
10576         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
10577         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
10578         * shell/ev-sidebar-links.h:
10579         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10580         (ev_sidebar_page_iface_init):
10581         * shell/ev-sidebar-page.h:
10582         * shell/ev-sidebar-thumbnails.c:
10583         (ev_sidebar_thumbnails_get_property),
10584         (ev_sidebar_thumbnails_class_init),
10585         (ev_sidebar_thumbnails_set_document):
10586         * shell/ev-sidebar-thumbnails.h:
10587         * shell/ev-view.c: (ev_view_motion_notify_event):
10588         * shell/ev-window.c: (update_chrome_visibility),
10589         (ev_window_cmd_focus_page_selector),
10590         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
10591         (sidebar_page_main_widget_update_cb), (ev_window_init):
10592         
10593         Autoraise toolbar on GoToPage binding and fix bindings in
10594         EvSidebarThumbnails page.
10595
10596 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
10597
10598         * shell/ev-properties.c: (update_progress_label):
10599
10600         Hide the progress label when finished; bug #307697.
10601
10602 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10603
10604         * pdf/ev-poppler.cc:
10605
10606         Enable is_open for links, you will need poppler cvs
10607
10608         * shell/ev-properties.c: (job_fonts_finished_cb):
10609
10610         Get a lock on the document when filling the tree view
10611
10612 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10613
10614         * backend/ev-document-links.h:
10615         * pdf/ev-poppler.cc:
10616         * shell/ev-sidebar-links.c: (create_loading_model),
10617         (expand_open_links), (job_finished_callback):
10618
10619         Expand links when specified by the document.
10620         Depend on a poppler api (defined out for now)
10621
10622 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
10623
10624         * shell/ev-properties.c: (ev_properties_dispose),
10625         (ev_properties_class_init), (dialog_destroy_cb),
10626         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
10627         (ev_properties_set_document), (ev_properties_new),
10628         (ev_properties_show):
10629         * shell/ev-properties.h:
10630
10631         Make it an object, cleanup the code, api to show it as transient
10632         and to set the document.
10633
10634         * shell/ev-window.c: (ev_window_setup_document),
10635         (ev_window_cmd_file_properties):
10636
10637         Adapt to EvProperties changes, do not show multiple
10638         times, update it when document changes.
10639
10640 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * ps/gstypes.h:
10643         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
10644         (ps_document_set_orientation), (ps_document_document_iface_init):
10645         * ps/ps-document.h:
10646
10647         Implement orientation here too
10648
10649         * shell/ev-properties.c: (ev_properties_new):
10650         * data/evince-properties.glade:
10651
10652         Hide the fonts page for backends that doesnt
10653         support it.     
10654
10655 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
10656
10657         * backend/ev-document.c: (ev_document_set_orientation):
10658         * backend/ev-document.h:
10659         * pdf/ev-poppler.cc:
10660
10661         Add orientation api. Currently poppler api is not optimal,
10662         we need to set orientation every time we _get a page.
10663         I will try to fix that at some point.
10664
10665         * data/evince-ui.xml:
10666         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
10667         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
10668
10669         Add orientation menu items
10670
10671         * shell/ev-page-cache.c: (ev_page_cache_clear):
10672         * shell/ev-page-cache.h:
10673
10674         Add api to clear the cache
10675
10676         * shell/ev-view.c: (setup_caches), (clear_caches),
10677         (ev_view_set_document), (ev_view_zoom_out),
10678         (ev_view_set_orientation):
10679         * shell/ev-view.h:
10680
10681         Implement orientation changing
10682
10683 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
10684
10685         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
10686         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
10687         * backend/ev-document-fonts.h:
10688
10689         Separate scan and fill so that we can incrementally fill from
10690         the main thread. Add a progress api.
10691
10692         * data/evince-properties.glade:
10693         * pdf/ev-poppler.cc:
10694         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
10695         * shell/ev-jobs.h:
10696         * shell/ev-properties.c: (update_progress_label),
10697         (job_fonts_finished_cb), (setup_fonts_view):
10698
10699         Incrementally feel the list and show the progress
10700         percentage in a label like acrobat does.
10701
10702         You are going to need poppler cvs
10703
10704 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
10705
10706         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
10707         * backend/ev-document-fonts.h:
10708         * pdf/ev-poppler.cc:
10709
10710         Make fonts model fill incrementally.
10711
10712         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
10713         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
10714         (ev_job_queue_remove_job):
10715         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
10716         (ev_job_fonts_new), (ev_job_fonts_run):
10717         * shell/ev-jobs.h:
10718
10719         New job for fonts scanning
10720
10721         * shell/ev-properties.c: (job_fonts_finished_cb),
10722         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
10723         * shell/ev-properties.h:
10724         * shell/ev-window.c: (ev_window_cmd_file_properties):
10725
10726         Incrementally feel the treeview using the new job. Show Loading...
10727         message until scanning is completed.
10728
10729         Hopefully I didnt break the build without the poppler patch.
10730
10731 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10732
10733         * shell/ev-application.c: (ev_application_open):
10734         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
10735         (ev_document_type_get_type), (ev_document_type_lookup):
10736         * shell/ev-document-types.h:
10737         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
10738         * shell/ev-job-xfer.h:
10739         * shell/ev-window.c: (ev_window_clear_local_uri),
10740         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
10741         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
10742         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10743         
10744         Transfer remote documents to tmp directory to display them later.
10745
10746 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
10747
10748         * backend/ev-document-info.h:
10749         * shell/ev-properties.c: (ev_properties_new):
10750
10751         s/GTime*/GTime. Not sure why we was using a pointer
10752         at all there!
10753
10754 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
10755
10756         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
10757         situations.  That situation is that you're using GTK+-HEAD with
10758         the patch at #306726 is applied, and you have a document with <
10759         1500 pages in it.  It's not quite as uniformly nice as the
10760         TreeView, but should be better in the long run.
10761
10762         I'm pretty sure I guarded against breaking compilation with
10763         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
10764         I missed some.
10765
10766         * shell/ev-window.c (ev_window_init): We don't have our tree/list
10767         widget yet, so I commented that code out
10768         enable_view_actions_for_widget() for now.  Need to figure this
10769         out.
10770
10771         * shell/ev-page-action.c (match_selected_cb): emit the right
10772         signals.  Our cool C-l completion now works.
10773
10774 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10775
10776         * backend/Makefile.am:
10777         * backend/ev-document-fonts.c:
10778         * backend/ev-document-links.c:
10779         * backend/ev-document.c: (ev_document_load):
10780         * backend/ev-document.h:
10781         * backend/ev-job-queue.c:
10782         * backend/ev-job-queue.h:
10783         * backend/ev-jobs.c:
10784         * backend/ev-jobs.h:
10785         * backend/ev-page-cache.c:
10786         * backend/ev-page-cache.h:
10787
10788         EvPageCache and EvJobs are moved to shell.
10789
10790         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
10791         (ev_tmp_filename):
10792         * lib/ev-file-helpers.h:
10793         
10794         New helper to work with temporary files
10795         
10796         * shell/Makefile.am:
10797         * shell/ev-application.c: (ev_application_open):
10798         * shell/ev-application.h:
10799         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
10800         (remove_job_from_async_queue), (add_job_to_async_queue),
10801         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
10802         (handle_job), (search_for_jobs_unlocked),
10803         (no_jobs_available_unlocked), (ev_render_thread),
10804         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10805         (ev_job_queue_add_job), (move_job_async), (move_job),
10806         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10807         * shell/ev-job-queue.h:
10808         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
10809         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
10810         * shell/ev-job-xfer.h:
10811         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10812         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10813         (ev_job_links_class_init), (ev_job_render_init),
10814         (ev_job_render_dispose), (ev_job_render_class_init),
10815         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10816         (ev_job_thumbnail_class_init), (ev_job_load_init),
10817         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
10818         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10819         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
10820         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
10821         * shell/ev-jobs.h:
10822         * shell/ev-page-action.c: (ev_page_action_set_document):
10823         * shell/ev-page-cache.c: (ev_page_cache_init),
10824         (ev_page_cache_class_init), (ev_page_cache_finalize),
10825         (ev_page_cache_new), (ev_page_cache_get_n_pages),
10826         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10827         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
10828         (ev_page_cache_get_title), (ev_page_cache_get_size),
10829         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
10830         (ev_page_cache_get_height_to_page),
10831         (ev_page_cache_get_max_label_chars),
10832         (ev_page_cache_get_page_label),
10833         (ev_page_cache_has_nonnumeric_page_labels),
10834         (ev_page_cache_get_info), (ev_page_cache_next_page),
10835         (ev_page_cache_prev_page), (ev_page_cache_get):
10836         * shell/ev-page-cache.h:
10837         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
10838         (ev_pixbuf_cache_clear_job_sizes),
10839         (ev_pixbuf_cache_add_jobs_if_needed),
10840         (ev_pixbuf_cache_set_page_range):
10841         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
10842         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
10843         * shell/ev-sidebar-thumbnails.c:
10844         (ev_sidebar_tree_selection_changed),
10845         (ev_sidebar_thumbnails_set_document):
10846         * shell/ev-statusbar.c: (ev_statusbar_destroy),
10847         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
10848         (ev_statusbar_get_context_id), (ev_statusbar_push),
10849         (ev_statusbar_pop), (ev_statusbar_set_maximized),
10850         (ev_statusbar_pulse), (ev_statusbar_show_progress),
10851         (ev_statusbar_set_progress):
10852         * shell/ev-statusbar.h:
10853         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
10854         (ev_view_find_previous):
10855         * shell/ev-window.c: (ev_window_is_empty),
10856         (ev_window_setup_document), (password_dialog_response),
10857         (ev_window_clear_jobs), (ev_window_load_job_cb),
10858         (ev_window_xfer_job_cb), (ev_window_open_uri),
10859         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
10860         (ev_window_print), (ev_window_print_range),
10861         (ev_window_state_event), (ev_window_cmd_view_reload),
10862         (menu_item_select_cb), (menu_item_deselect_cb),
10863         (view_status_changed_cb), (ev_window_dispose),
10864         (drag_data_received_cb), (ev_window_init):
10865         * shell/ev-window.h:
10866         * shell/main.c: (load_files):
10867         
10868         New statusbar to show progress on idle. Two new jobs - 
10869         xfer job and load job to load document in background. And update
10870         of page_cache clients to new location of code.
10871
10872 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
10873
10874         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
10875         selection in open dialog. It also remembers the last visited directory 
10876         in the current session.
10877
10878 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10879
10880         * shell/ev-properties.c: (ev_properties_new):
10881         * shell/ev-properties.h:
10882         * shell/ev-window.c: (ev_window_cmd_file_properties):
10883         
10884         Get document info from page cache instead of document itself.
10885         This should fix crash related to race conditions described in
10886         bug 306545.
10887
10888 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10889
10890         * ps/ps-document.c: (ps_document_init),
10891         (send_ps), (get_page_box), (output), (catchPipe), (input),
10892         (stop_interpreter), (file_length), (file_readable),
10893         (check_filecompressedb), (ps_document_enable_interpreter),
10894         (document_load), (ps_async_renderer_render_pixbuf):
10895         * ps/ps-document.h:
10896
10897         Big cleanup of the ps code
10898
10899 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
10900
10901         * backend/Makefile.am:
10902         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
10903         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
10904         * backend/ev-async-renderer.h:
10905
10906         Add an async renderer interface (method + callback) which
10907         is useful for backends like ps.
10908
10909         * backend/ev-job-queue.c: (remove_job_from_async_queue),
10910         (add_job_to_async_queue), (job_finished_cb), (handle_job),
10911         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
10912         (ev_job_queue_add_job), (move_job_async), (move_job),
10913         (ev_job_queue_update_job), (ev_job_queue_remove_job):
10914
10915         Add queues for async renderer, these are executed on the
10916         main thread.
10917
10918         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
10919         (ev_job_render_run):
10920         * backend/ev-jobs.h:
10921
10922         If the backend support async renderer interface use it.
10923
10924         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10925         (setup_pixmap), (ps_document_get_type),
10926         (ps_async_renderer_render_pixbuf),
10927         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
10928
10929         Implement async renderer interface.
10930
10931 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10932
10933         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
10934
10935         Cleanup links job on exit.
10936
10937 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10938
10939         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
10940         (drag_data_get_cb), (drag_data_received_cb):
10941         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
10942         (drag_data_get_cb), (parse_item_list),
10943         (egg_toolbar_editor_load_actions):
10944         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
10945         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
10946         (parse_item_list), (parse_toolbars):
10947         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10948         (dvi_pixbuf_put_pixel):
10949         
10950         Fix gcc 4.0 warnings
10951
10952 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10953
10954         * ps/ps-document.c: (start_interpreter):
10955
10956         Fix warning when loading ps
10957
10958 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10959
10960         * ps/ps-document.c: (output):
10961
10962         Fix crash when priting gs error messages.
10963
10964 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10965
10966         * backend/ev-page-cache.c: (_ev_page_cache_new):
10967         * backend/ev-page-cache.h:
10968
10969         Use a const to return title so that we dont double
10970         free it. Small cleanup and fix a leak.
10971
10972         * shell/ev-window.c: (update_window_title):
10973
10974         strdup value from get_title.
10975
10976 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
10977
10978         * shell/ev-sidebar-links.c: (job_finished_callback),
10979         (ev_sidebar_links_set_document):
10980
10981         Cleanup the old job when changing document
10982
10983 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10984
10985         * shell/ev-stock-icons.c:
10986         * shell/ev-stock-icons.h:
10987         * shell/ev-window.c:
10988         
10989         Add stock icons for actions that can appear in toolbar. Fix for
10990         bug 306566.
10991
10992 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10993
10994         * backend/ev-page-cache.c: (ev_page_cache_finalize),
10995         (_ev_page_cache_new), (ev_page_cache_get_max_width),
10996         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
10997         * backend/ev-page-cache.h:
10998         * shell/ev-view.c: (scroll_to_current_page),
10999         (view_update_range_and_current_page), (get_page_y_offset),
11000         (get_page_extents), (ev_view_size_request_continuous_dual_page),
11001         (ev_view_size_request_continuous),
11002         (ev_view_zoom_for_size_continuous_and_dual_page),
11003         (ev_view_zoom_for_size_continuous):
11004         
11005         More compact EvView layout in document with pages of different size.
11006
11007 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
11008
11009         * shell/ev-window.c (ev_window_cmd_file_properties): fix
11010         compilation.
11011
11012 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11013
11014         * shell/ev-view.c: (view_set_adjustment_values):
11015         * shell/ev-window.c: (ev_window_cmd_file_properties):
11016         
11017         A bit different fix for rounding problem but it has no
11018         problems on startup. Make properties window transient to parent.
11019
11020 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11021
11022         * pdf/ev-poppler.cc:
11023         
11024         More commenting of font stuff.
11025
11026 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11027
11028         * pdf/ev-poppler.cc:
11029
11030         Comment out some more fonts stuff. Should really
11031         work without the poppler patch now.
11032
11033 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11034
11035         * pdf/ev-poppler.cc:
11036
11037         Adapt to api change
11038
11039 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11040
11041         * data/evince-properties.glade:
11042         * pdf/ev-poppler.cc:
11043         * shell/ev-properties.c: (setup_fonts_view):
11044
11045         Set the column title. Show the dialog only
11046         once everything is setup.
11047         Getting font info can be very slow... will
11048         prolly need to make this threaded too.
11049
11050 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11051
11052         * backend/Makefile.am:
11053         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
11054         (ev_document_fonts_get_fonts_model):
11055         * backend/ev-document-fonts.h:
11056         * data/evince-properties.glade:
11057         * pdf/ev-poppler.cc:
11058         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
11059         * shell/ev-properties.h:
11060         * shell/ev-window.c: (ev_window_cmd_file_properties):
11061
11062         Implement fonts list. Defined out for now, since it depends
11063         on a not yet committed poppler patch.
11064
11065 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
11066
11067         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
11068         page + 1.
11069
11070         * shell/ev-window.c: Make sure we add the timeout when we get a
11071         focus-in event.
11072
11073         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
11074         adjustment->value before calculating the zoom factor to average
11075         out all of our rounding errors.  The page no longer 'drifts' when
11076         resizing.
11077
11078 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11079
11080         * data/evince-properties.glade:
11081         * shell/ev-properties.c: (ev_properties_format_date),
11082         (set_property):
11083         
11084         Labels don't expand when the dialogue is resized.
11085         strftime result needs to be converted to UTF-8. Thanks
11086         to Christian Persch <chpe@gnome.org>.
11087
11088 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11089
11090         * data/evince-properties.glade:
11091
11092         Hide the fonts tab
11093
11094 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
11095
11096         * backend/ev-document-info.h:
11097         * backend/ev-document.c: (ev_document_info_free):
11098         * data/evince-properties.glade:
11099         * pdf/ev-poppler.cc:
11100         * ps/ps-document.c: (ps_document_get_info):
11101         * shell/ev-properties.c: (ev_properties_format_date),
11102         (set_property), (ev_properties_new):
11103         * shell/ev-properties.h:
11104         * shell/ev-window.c: (ev_window_cmd_file_properties):
11105
11106         Rework properties code to take only EvPropertyInfo
11107         in the constructor so that it can be useful for
11108         nautilus plugin too.
11109
11110         Deal with backends that doesnt support some properties.
11111         Make set property code generic.
11112
11113 2005-06-04  Christian Persch <chpe@gnome.org>
11114
11115         * data/evince-properties.glade:
11116
11117         fix spacings, make resizeable, and make data labels
11118         selectable + ellipsised
11119
11120 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
11121
11122         * backend/ev-document-info.h:
11123         * data/Makefile.am:
11124         * data/evince-ui.xml:
11125         * pdf/ev-poppler.cc:
11126         * shell/Makefile.am:
11127         * shell/ev-window.c: (update_action_sensitivity),
11128         (ev_window_cmd_file_properties):
11129
11130         Initial go at file properties. Patch by
11131         Emil Soleyman-Zomalan <emil@soleyman.com>.
11132         Needs love see #169583
11133
11134 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
11135
11136         * ps/ps-document.c: (output):
11137         * ps/ps.c: (psscan):
11138
11139         Try to render even if psscan fails.
11140
11141 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11142
11143         * ps/ps.c: (psscan), (pscopydoc):
11144
11145         Port buffered reading code from gv
11146
11147 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11148
11149         * ps/ps-document.c: (interpreter_message), (output):
11150
11151         Do not fail on interpreter messages
11152
11153 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
11154
11155         * backend/ev-document-misc.c:
11156         (ev_document_misc_get_thumbnail_frame):
11157
11158         Pages can be 0 x 0, dont assert on this case
11159
11160 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11161
11162         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
11163         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
11164
11165         Correctly manage our reference on document. Finally the reload
11166         huge leak is gone...
11167
11168 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11169
11170         * ps/ps-document.c: (ps_document_dispose):
11171
11172         Forgot to chain it to the parent. Thanks chpe.
11173
11174 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11175
11176         * ps/ps-document.c: (ps_document_dispose),
11177         (ps_document_class_init), (stop_interpreter), (document_load):
11178
11179         Cleanup dispose a bit. Dont leak the whole pixmap.
11180
11181 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11182
11183         * pdf/ev-poppler.cc:
11184
11185         Release the poppler document on dispose
11186
11187 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11188
11189         * shell/ev-view.c: (ev_view_set_document):
11190
11191         Release ref on the pixbuf cache when changing
11192         document.
11193
11194 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11195
11196         * ps/ps-document.c: (ps_document_get_info):
11197
11198         Fix a double free
11199
11200 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
11201
11202         * backend/ev-page-cache.c: (ev_page_cache_init),
11203         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
11204         * backend/ev-page-cache.h:
11205         * shell/ev-page-action.c: (page_changed_cb):
11206         
11207         Set page action entry width depending on labels width. Fix
11208         for bug 305202.
11209
11210 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
11211
11212         * backend/ev-link.c: (ev_link_class_init):
11213
11214         Allow -1 as page value (error)
11215
11216 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
11217
11218         * shell/ev-sidebar-thumbnails.c:
11219         (ev_sidebar_thumbnails_set_document):
11220         * shell/ev-view.c: (scroll_to_current_page),
11221         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
11222         (page_changed_cb), (on_adjustment_value_changed),
11223         (ev_view_set_document):
11224
11225         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
11226         Fix bug 305377
11227
11228 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11229
11230         * configure.ac:
11231         * djvu/djvu-document.c: (djvu_document_get_page_size):
11232
11233         Require djvulibre CVS. Now djvu loading is much faster. Fix for
11234         bug 301993.
11235
11236 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
11237
11238         * shell/ev-view.c (draw_one_page): modify the expose handling to
11239         get the shadows.
11240
11241         * shell/ev-window.c (update_action_sensitivity): Respect
11242         permissions field.  Kowtow to the man.
11243
11244         * pdf/ev-poppler.cc: Get the permissions field.
11245
11246         * tiff/*c: Make a tiny bit more robust.
11247
11248 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11249
11250         * djvu/djvu-document.c:
11251         
11252         Pop messages from djvu context message queue.
11253
11254 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11255
11256         * configure.ac, Makefile.am, shell/Makefile.am:
11257         * tiff/Makefile.am, shell/ev-document-types.c:
11258         
11259         Cleanup tiff configure checks. Fix for bug 305218.
11260
11261 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
11262
11263         * configure.ac: Added "uk" to ALL_LINGUAS.
11264
11265 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11266
11267         * cut-n-paste/zoom-control/ephy-zoom.c:
11268         (ephy_zoom_get_changed_zoom_level):
11269         * cut-n-paste/zoom-control/ephy-zoom.h:
11270         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
11271         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
11272         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
11273         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
11274         (zoom_control_changed_cb), (ev_window_init):
11275         
11276         Fix minor points related to moving best fit up. Introduce
11277         "zoom" property and make zoom control change it's value on
11278         notify::zoom signals. Fix for 305080.
11279
11280 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11281
11282         * data/evince-ui.xml:
11283         * shell/ev-window.c: (set_view_actions_sensitivity):
11284         
11285         Use + and - as accels for zoom in and zoom out. Fix for 305001.
11286
11287 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11288
11289         * configure.ac:
11290
11291         Depends on poppler 0.3.2
11292
11293 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
11294
11295         * cut-n-paste/recent-files/egg-recent-item.c:
11296         (egg_recent_item_get_short_name):
11297         * cut-n-paste/toolbar-editor/Makefile.am:
11298         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11299         (new_pixbuf_from_widget):
11300         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11301         * cut-n-paste/toolbar-editor/egg-marshal.c:
11302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11303         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11304
11305         Sync
11306
11307 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * tiff/tiff-document.c: Rough TIFF backend.
11310
11311 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11312
11313         * NEWS:
11314         * configure.ac:
11315         * cut-n-paste/toolbar-editor/Makefile.am:
11316
11317         Release 0.3.1
11318
11319 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
11320
11321         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
11322         (ev_view_find_next), (ev_view_find_previous):
11323
11324         Remove the locks around get_n_results   
11325
11326 2005-05-21  Juerg Billeter  <j@bitron.ch>
11327
11328         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
11329
11330         Pass correct number of pages to poppler.
11331
11332 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11333
11334         * configure.ac:
11335         * data/Makefile.am:
11336         * data/evince.desktop.in: 
11337         * data/evince.desktop.in.in:
11338         * po/POTFILES.in:
11339         
11340         Add conditionally dvi and djvu to desktop types. Fix for 304658.
11341
11342 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
11343
11344         * shell/ev-view.c: (view_update_adjustments),
11345         (view_set_adjustment_values): cast adjustmen->value to (int)
11346         before using it.  Otherwise, we get off by a pixel in some
11347         situations.
11348
11349         (draw_one_page): Draw the border on expose.
11350
11351 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
11354         adjustment when the mode changes, #304923
11355
11356 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
11357
11358         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
11359         flickering on resize but still use gdk_window_scroll on
11360         scrolling
11361
11362 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
11363
11364         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
11365         option, #170458
11366
11367 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
11368
11369         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
11370         second page on page_changed if possible, #304669
11371
11372 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
11373
11374         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
11375         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
11376
11377 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
11378
11379         * .cvsignore:
11380         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
11381         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11382         (ev_view_zoom_for_size_presentation),
11383         (ev_view_zoom_for_size_continuous_and_dual_page),
11384         (ev_view_zoom_for_size_continuous),
11385         (ev_view_zoom_for_size_dual_page),
11386         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
11387         * shell/ev-view.h:
11388         * shell/ev-window.c: (update_view_size),
11389         (ev_window_sizing_mode_changed_cb):
11390
11391         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
11392         the scrollbars.  It's not 100% right, but it's much closer.  Kills
11393         an infinite loop, #304769
11394
11395
11396 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11397
11398         * data/evince-ui.xml:
11399         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
11400         * shell/ev-window.c: (set_view_actions_sensitivity):
11401
11402         Make PgUp/Down behave like Space
11403
11404 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11405
11406         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11407         * backend/ev-ps-exporter.h:
11408         * pdf/ev-poppler.cc:
11409         * ps/ps-document.c: (ps_document_ps_export_begin):
11410         * shell/ev-print-job.c: (idle_print_handler):
11411
11412         Adapt to new poppler api
11413
11414 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11415
11416         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11417         (ephy_zoom_control_init):
11418
11419         Translate zoom levels
11420
11421 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
11422
11423         * cut-n-paste/zoom-control/ephy-zoom.c:
11424         (ephy_zoom_get_zoom_level_index):
11425
11426         Fix current zoom -> zoom control match
11427
11428 2005-05-18  James Bowes  <bowes@cs.dal.ca>
11429
11430         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
11431         rather than the scrolled_window that it's in. Fixes bug #304655.
11432
11433 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
11434
11435         * shell/ev-view.c: (view_update_adjustments),
11436         (view_set_adjustment_values), (view_update_range_and_current_page),
11437         (view_scroll_to_page), (set_scroll_adjustment),
11438         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
11439         (ev_view_scroll), (ev_view_scroll_view),
11440         (ensure_rectangle_is_visible), (find_page_at_location),
11441         (get_link_at_location), (go_to_link), (status_message_from_link),
11442         (ev_view_size_request_continuous_dual_page),
11443         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
11444         (ev_view_unrealize), (ev_view_expose_event),
11445         (ev_view_button_press_event), (ev_view_motion_notify_event),
11446         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
11447         (draw_rubberband), (highlight_find_results), (draw_one_page),
11448         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
11449         (ev_view_init), (find_changed_cb), (page_changed_cb),
11450         (on_adjustment_value_changed), (ev_view_new),
11451         (ev_view_set_document), (ev_view_set_zoom),
11452         (ev_view_set_continuous), (ev_view_set_dual_page),
11453         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
11454         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
11455         (ev_view_zoom_for_size_presentation),
11456         (ev_view_zoom_for_size_continuous_dual_page),
11457         (ev_view_zoom_for_size_continuous),
11458         (ev_view_zoom_for_size_dual_page),
11459         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
11460         (ev_view_get_status), (ev_view_set_status),
11461         (update_find_status_message), (ev_view_get_find_status),
11462         (ev_view_set_find_status), (jump_to_find_result),
11463         (jump_to_find_page), (compute_selections), (clear_selection),
11464         (ev_view_select_all), (get_selected_text), (ev_view_copy),
11465         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
11466         (ev_view_update_primary_selection),
11467         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
11468         * shell/ev-view.h:
11469         * shell/ev-window.c: (ev_window_open_page_label),
11470         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
11471         (ev_window_init):
11472         * shell/ev-window.h:
11473         * shell/main.c: (load_files):
11474
11475         Massive code clean up from Nickolay Shmyrev.  Keep page offset
11476         when resizing.  Remove the bin_window().  Also, patch from James
11477         Bowes to fix command line page, #300641
11478         
11479 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
11480
11481         * data/evince-ui.xml:
11482         * shell/ev-view.c:
11483         * shell/ev-view.h:
11484         * shell/ev-window.c: (update_action_sensitivity):
11485
11486         Get rid of View->Normal Size, it's just confusing
11487
11488 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * backend/ev-document-info.h:
11491         * backend/ev-document.c: (ev_document_info_free): Free the
11492         EvDocumentInfo.
11493
11494         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
11495         (clear_range), (add_range), (update_visible_range),
11496         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
11497         (ev_sidebar_thumbnails_set_document):
11498         * shell/ev-window.c: (ev_window_setup_document): Only render the
11499         visible thumbnails.  It takes an instant to render, but it uses
11500         much less memory.
11501
11502 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11503
11504         * shell/ev-sidebar-links.c: (popup_menu_cb):
11505
11506         Select first item
11507
11508 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11509
11510         * lib/Makefile.am:
11511         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
11512         (button_press_cb), (ev_sidebar_links_construct):
11513
11514         Show the popup menu also on keybindings
11515
11516 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
11517
11518         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
11519         * shell/ev-window.h:
11520
11521         Expose api to print a range (with dialog). Make private _print use
11522         it.
11523
11524         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
11525         (ev_sidebar_links_construct):
11526
11527         Show a print context menu on linkx, it prints the selected
11528         section.
11529
11530 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
11531
11532         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
11533         button.
11534
11535 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
11536
11537         * AUTHORS:
11538
11539         Update
11540
11541         * shell/ev-window.c: (build_comments_string),
11542         (ev_window_cmd_help_about):
11543
11544         Show poppler version/backend and authors
11545
11546 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11547
11548         * cut-n-paste/zoom-control/ephy-zoom.c:
11549         (ephy_zoom_get_zoom_level_index):
11550         * cut-n-paste/zoom-control/ephy-zoom.h:
11551
11552         Move the best fit items at the top of the list
11553
11554 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
11555
11556         * shell/ev-marshal.list:
11557         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
11558         (activate_cb), (match_selected_cb), (activate_link_cb),
11559         (connect_proxy), (ev_page_action_class_init):
11560         * shell/ev-page-action.h:
11561
11562         Use signals to notify action activation. Hopefully
11563         I did not break completion since I cant test...
11564
11565         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
11566         (register_custom_actions):
11567
11568         Connect to page selector actions and also grab focus on
11569         the view when activated.
11570
11571 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
11572
11573         * pdf/ev-poppler.cc:
11574         * backend/ev-page-cache.c: make page size calculation consistent
11575         and set it to (int)( width * scale + 0.5).  This makes the weird
11576         line going through the middle of the page go away.
11577
11578         * shell/ev-view.c: move painting the background page after
11579         checking the expose area covers us.
11580
11581 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11582
11583         * data/evince-password.glade:
11584         
11585         Mark labels as not translatable. Fix for bug 302842.
11586
11587 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
11588
11589         * configure.ac: Added "es" to ALL_LINGUAS.
11590
11591 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11592
11593         * data/evince-toolbar.xml:
11594         * shell/ev-window.c: (update_action_sensitivity),
11595         (ev_window_setup_document), (ev_window_set_page_mode),
11596         (ev_window_init):
11597
11598         Remove some leftover code from jrb first continous
11599         attempt. Use the new actions, we still need good icons
11600         though...
11601
11602 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11603
11604         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
11605
11606         Update label when connecting proxy. Fix a warning with NULL
11607         page_cache.
11608
11609 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11610
11611         * data/evince-ui.xml:
11612         * shell/ev-page-action.c: (ev_page_action_grab_focus):
11613         * shell/ev-page-action.h:
11614         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
11615
11616         Add mnemonic for edit toolbar.
11617         ctrl+l focus the page entry.
11618
11619 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11620
11621         * lib/Makefile.am:
11622         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
11623         (ev_window_init):
11624         * shell/main.c: (main):
11625
11626         Put the toolbar xml in evince own dot dir
11627
11628 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11629
11630         * shell/ev-window.c: (ev_window_init):
11631
11632         Make the toolbar not removable
11633
11634 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11635
11636         * data/evince-ui.xml:
11637         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
11638         * shell/ev-sidebar-links.h:
11639         * shell/ev-sidebar-thumbnails.c:
11640         (ev_sidebar_thumbnails_get_treeview):
11641         * shell/ev-sidebar-thumbnails.h:
11642         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
11643         (ev_view_class_init):
11644         * shell/ev-view.h:
11645         * shell/ev-window.c: (update_action_sensitivity),
11646         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
11647         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
11648         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
11649         (ev_window_init):
11650
11651         This is evil... Make space/backspace global accelerators but
11652         enable them only for some widgets (sidebars and view).
11653         I dont like it, but I dont know a better way... :/
11654
11655 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11656
11657         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
11658         (ev_page_action_widget_finalize),
11659         (ev_page_action_widget_class_init), (update_page_cache):
11660
11661         Keep a weak reference on proxy->page_cache so that we
11662         dont try to disconnect the signal if the object is already
11663         gone. Maybe there is a better way to cleanup reference handling
11664         in page action though...
11665
11666 2005-05-10  Juerg Billeter  <j@bitron.ch>
11667
11668         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
11669         * backend/ev-ps-exporter.h:
11670         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
11671         * ps/ps-document.c: (ps_document_ps_export_begin):
11672         
11673         Change api to pass print range to ps_exporter_begin. The pdf backend
11674         requires this information.
11675         
11676         * shell/ev-print-job.c: (idle_print_handler):
11677         
11678         Adapt to api change
11679
11680 2005-05-10  Juerg Billeter  <j@bitron.ch>
11681
11682         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11683         (idle_print_handler)
11684         * shell/ev-window.c: (ev_window_print):
11685
11686         Support printing page range, based on patch by Amaury Jacquot
11687
11688 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11689
11690         * data/evince-toolbar.xml:
11691
11692         Add zoom control to available items
11693
11694 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11695
11696         * shell/ev-window.c: (update_action_sensitivity):
11697
11698         Set slash action insensitive when appropriate
11699
11700 2005-05-10  Christian Persch <chpe@gnome.org>
11701
11702         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
11703
11704         Fix warning on the overflow menu
11705
11706 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
11707
11708         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
11709
11710         Check for uri correctness/existence
11711
11712 2005-05-09  Juerg Billeter  <j@bitron.ch>
11713
11714         * shell/ev-window.c: (using_postscript_printer):
11715
11716         LPD printers use postscript, too
11717
11718 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11719
11720         * shell/ev-window.c: (register_custom_actions):
11721
11722         The zoom one is actually sort of useful,
11723         put it back
11724
11725 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11726
11727         * shell/ev-window.c: (register_custom_actions):
11728
11729         Hide page/zoom controls from overflow, they
11730         are useless.
11731
11732 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11733
11734         * cut-n-paste/update-from-egg.sh:
11735         
11736         Share it between all cut-n-paste subdirs
11737
11738         * cut-n-paste/recent-files/Makefile.am:
11739
11740         Fix to use "global" update-from-egg.sh
11741
11742         * cut-n-paste/recent-files/egg-recent-model.c:
11743         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
11744         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
11745         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
11746         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
11747
11748         Update from libegg
11749
11750         * cut-n-paste/toolbar-editor/Makefile.am:
11751
11752         Fix to use "global" update-from-egg.sh
11753
11754         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11755
11756         Update from libegg
11757
11758 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
11759
11760         * configure.ac:
11761         * cut-n-paste/Makefile.am:
11762         * cut-n-paste/recent-files/Makefile.am:
11763         * cut-n-paste/toolbar-editor/.cvsignore:
11764         * cut-n-paste/toolbar-editor/Makefile.am:
11765         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
11766         (egg_editable_toolbar_get_type), (get_toolbar_position),
11767         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
11768         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
11769         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
11770         (set_item_drag_source), (create_item_from_action), (create_item),
11771         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
11772         (popup_toolbar_context_menu_cb), (free_dragged_item),
11773         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
11774         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
11775         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
11776         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
11777         (item_added_cb), (item_removed_cb),
11778         (egg_editable_toolbar_construct),
11779         (egg_editable_toolbar_disconnect_model),
11780         (egg_editable_toolbar_deconstruct),
11781         (egg_editable_toolbar_set_model),
11782         (egg_editable_toolbar_set_ui_manager),
11783         (egg_editable_toolbar_set_property),
11784         (egg_editable_toolbar_get_property),
11785         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
11786         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
11787         (egg_editable_toolbar_new_with_model),
11788         (egg_editable_toolbar_get_edit_mode),
11789         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
11790         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
11791         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
11792         (new_pixbuf_from_widget), (new_separator_pixbuf),
11793         (update_separator_image), (style_set_cb),
11794         (_egg_editable_toolbar_new_separator_image),
11795         (egg_editable_toolbar_get_model):
11796         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
11797         * cut-n-paste/toolbar-editor/egg-marshal.c:
11798         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
11799         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
11800         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
11801         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
11802         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
11803         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
11804         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
11805         (editor_drag_data_delete_cb), (drag_data_get_cb),
11806         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
11807         (editor_create_item), (update_editor_sheet), (setup_editor),
11808         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
11809         (parse_item_list), (model_has_action), (update_actions_list),
11810         (egg_toolbar_editor_load_actions):
11811         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
11812         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
11813         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
11814         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
11815         (toolbars_item_new), (free_toolbar_node), (free_item_node),
11816         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
11817         (egg_toolbars_model_add_separator), (impl_add_item),
11818         (parse_item_list), (egg_toolbars_model_add_toolbar),
11819         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
11820         (impl_get_item_data), (impl_get_item_type),
11821         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
11822         (egg_toolbars_model_init), (free_toolbar),
11823         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
11824         (egg_toolbars_model_remove_toolbar),
11825         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
11826         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
11827         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
11828         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
11829         (egg_toolbars_model_get_item_data),
11830         (egg_toolbars_model_get_item_type):
11831         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
11832         * cut-n-paste/toolbar-editor/eggmarshalers.list:
11833         * data/Makefile.am:
11834         * data/evince-toolbar.xml:
11835         * data/evince-ui.xml:
11836         * data/hand-open.png:
11837         * po/POTFILES.in:
11838         * shell/Makefile.am:
11839         * shell/ev-window.c: (update_chrome_visibility),
11840         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
11841         (ev_window_dispose), (ev_window_init):
11842
11843         Implement epiphany like toolbar editor. Based on patch by
11844         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
11845
11846 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11847
11848         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
11849
11850         Use set_cursor instead of set_selection, so that
11851         the keyboard focus moves too.
11852
11853 2005-05-09  Aleksey Kliger <akliger@gmail.com>
11854
11855         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
11856
11857         Fix infinite loop when loading Type1 fonts
11858
11859 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11860
11861         * data/evince-ui.xml:
11862         * shell/ev-window.c:
11863
11864         Slash -> Find
11865
11866 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
11867
11868         * configure.ac:
11869
11870         Make --disable really disable
11871
11872 2005-05-07  Juerg Billeter  <j@bitron.ch>
11873
11874         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
11875
11876         Compare page labels even without has_labels set, fixes setting page
11877         with entry
11878
11879 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
11880
11881         * shell/ev-view.c: (ev_view_create_invisible_cursor),
11882         (ev_view_set_cursor), (ev_view_button_press_event),
11883         (ev_view_motion_notify_event), (ev_view_button_release_event),
11884         (ev_view_init):
11885
11886         Implement middle button scrolling. Based on a patch
11887         by Tommi Komulainen <tommi.komulainen@iki.fi>.
11888
11889 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
11890
11891         * shell/ev-document-types.c: (get_slow_mime_type),
11892         (get_document_type_from_mime), (ev_document_type_lookup):
11893         * shell/ev-document-types.h:
11894
11895         Change api to lookup from uri. Do fast lookup first, if the
11896         type is unknown try with data sniffing.
11897
11898         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
11899         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11900
11901         Adapt to api change
11902
11903 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11904
11905         * thumbnailer/Makefile.am:
11906
11907         Fix distcheck
11908
11909 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11910
11911         * NEWS:
11912         * configure.ac:
11913
11914         Release 0.3.0
11915
11916         * data/evince-ui.xml:
11917
11918         Hide presentation mode for now
11919
11920         * shell/ev-view.c: (highlight_find_results):
11921
11922         Show current find selection only on current page
11923
11924 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11925
11926         * shell/ev-view.c: (ev_view_select_all):
11927
11928         Compute size of the actual page, not of
11929         the current one.
11930
11931 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11932
11933         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
11934         (view_rect_to_doc_rect), (compute_selections),
11935         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
11936         (ev_view_copy), (ev_view_primary_get_cb),
11937         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
11938         (ev_view_button_press_event), (ev_view_motion_notify_event),
11939         (ev_view_button_release_event), (page_changed_cb):
11940
11941         Fix text selection
11942
11943 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
11944
11945         * shell/ev-view.c: (compute_border), (get_page_extents),
11946         (doc_rect_to_view_rect), (highlight_find_results),
11947         (ev_view_bin_expose), (ev_view_select_all),
11948         (ev_view_motion_notify_event), (update_find_status_message),
11949         (jump_to_find_result), (jump_to_find_page):
11950
11951         First go at fixing search, still buggy
11952
11953 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
11954
11955         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
11956         dropdown box and button at the top of the sidebar.
11957
11958 2005-05-02  James Bowes  <bowes@cs.dal.ca>
11959
11960         * configure.ac: Output zoom-control Makefile.
11961         * cut-n-paste/Makefile.am: build zoom-control subdir.
11962         * cut-n-paste/zoom-control/ephy-zoom-action.c:
11963         * cut-n-paste/zoom-control/ephy-zoom-action.h:
11964         * cut-n-paste/zoom-control/ephy-zoom-control.c:
11965         * cut-n-paste/zoom-control/ephy-zoom-control.h:
11966         * cut-n-paste/zoom-control/ephy-zoom.c:
11967         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
11968         from epiphany, and modified to add a separator into the menu.
11969         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
11970         * data/evince-ui.xml: Replace old zoom toolbar actions with new
11971         zoom-control action.
11972         * shell/Makefile.am: Include zoom-control flags.
11973         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
11974         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
11975         (ev_view_zoom_for_size_presentation),
11976         (ev_view_zoom_for_size_continuous_and_dual_page),
11977         (ev_view_zoom_for_size_continuous),
11978         (ev_view_zoom_for_size_dual_page),
11979         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
11980         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
11981         ev_view_get_zoom and ev_view_get_sizing_mode.
11982         * shell/ev-view.h:
11983         * shell/ev-window.c: (update_action_sensitivity),
11984         (update_sizing_buttons), (zoom_control_changed_cb),
11985         (register_custom_actions): Initialize and use the zoom-control 
11986         widget.
11987
11988 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
11989
11990         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
11991         preview cache back to 1.  Don't know when it got set to 0.
11992         
11993         * shell/ev-view.c: (compute_border), (ev_view_realize),
11994         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
11995         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
11996         (ev_view_get_fullscreen), (ev_view_set_presentation),
11997         (ev_view_get_presentation), (ev_view_set_sizing_mode),
11998         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
11999         * shell/ev-view.h:
12000         * shell/ev-window.c:
12001         (update_chrome_visibility),
12002         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12003         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12004         (update_document_mode), (ev_window_update_fullscreen_action),
12005         (ev_window_fullscreen), (ev_window_unfullscreen),
12006         (ev_window_cmd_view_fullscreen),
12007         (ev_window_update_presentation_action),
12008         (ev_window_run_presentation), (ev_window_stop_presentation),
12009         (ev_window_cmd_view_presentation), (ev_window_state_event),
12010         (ev_window_focus_in_event), (ev_window_focus_out_event),
12011         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
12012         * data/evince-ui.xml: Initial presentation mode.  We should
12013         probably hide this until it's done, as it's quite rough.  Also,
12014         change full-screen to fullscreen and add two getters to EvView.
12015
12016 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12017
12018         * shell/ev-page-action.c: (update_page_cache),
12019         (ev_page_action_dispose):
12020         * shell/ev-window.c: (destroy_fullscreen_popup),
12021         (ev_window_create_fullscreen_popup):
12022
12023         Use connect_object rather than explicitly
12024         disconnect on dispose.
12025
12026 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
12027
12028         * shell/ev-page-action.c: (update_page_cache),
12029         (ev_page_action_dispose):
12030
12031 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12032
12033         * backend/ev-page-cache.c: (_ev_page_cache_new),
12034         (ev_page_cache_set_page_label),
12035         (ev_page_cache_has_nonnumeric_page_labels):
12036         * backend/ev-page-cache.h:
12037         * shell/ev-page-action.c: (update_pages_label):
12038         
12039         If all page labels are numeric, fallback to default
12040         way to display number of pages. See bug 173185.
12041
12042 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12043
12044         * shell/ev-page-action.c: (ev_page_action_dispose):
12045         * shell/ev-view.c: (view_update_range_and_current_page):
12046         * shell/ev-window.c: (ev_window_dispose):
12047         
12048         Set page on scroll in continuous mode. Fixes bug 301986.
12049         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
12050
12051 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
12052
12053         * configure.ac:
12054
12055         Require poppler 0.3.0
12056
12057 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12058         
12059         * shell/Makefile.am, configure.ac: Fix build problems
12060         with t1lib. Bug 301996.
12061
12062 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12063
12064         * shell/ev-view.c: (ev_view_scroll_event):
12065         
12066         Scroll up increase zoom
12067
12068 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12069
12070         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
12071         (ev_view_set_sizing_mode),
12072         (ev_view_zoom_for_size_continuous_and_dual_page),
12073         (ev_view_zoom_for_size_continuous):
12074         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
12075         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
12076         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
12077         (ev_window_init):
12078
12079         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
12080         Fix for 165473 and 165472.
12081
12082 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12083
12084         * po/POTFILES.in:
12085         * thumbnailer/Makefile.am:
12086         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
12087         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
12088         * thumbnailer/evince-thumbnailer.schemas.in:
12089         
12090         Make thumbnailer schemas translatable. Fix for bug 301773
12091         
12092         * thumbnailer/evince-thumbnailer-djvu.schemas:
12093         * thumbnailer/evince-thumbnailer-dvi.schemas:
12094         * thumbnailer/evince-thumbnailer.schemas:
12095
12096         Removed files
12097
12098 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
12099
12100         * shell/ev-view.c (ev_view_init): forgot to set this.
12101
12102 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
12103
12104         * shell/ev-view.c: (find_page_at_location),
12105         (get_link_at_location),
12106         (ev_view_set_show_border), (ev_view_set_spacing),
12107         (ev_view_zoom_for_size_continuous_and_dual_page),
12108         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
12109         Also, add a quick fix measuring of widths.  Also, removed
12110         ev_view_set_spacing and ev_view_set_show_border.
12111         
12112         * shell/ev-window.c: (ev_window_unfullscreen),
12113         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
12114
12115 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12116
12117         * shell/ev-view.c: (view_update_range_and_current_page),
12118         (page_changed_cb):
12119         
12120         Fix crash on exit and scrolling to page in continuous view.
12121
12122 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
12123
12124         * TODO:
12125         * backend/ev-page-cache.c: (_ev_page_cache_new),
12126         (ev_page_cache_get_max_width_size),
12127         (ev_page_cache_get_max_height_size):
12128         * backend/ev-page-cache.h:
12129         * data/evince-ui.xml:
12130         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
12131         * shell/ev-view.c: (view_update_adjustments),
12132         (view_update_range_and_current_page), (get_bounding_box_size),
12133         (ev_view_size_request_continuous_and_dual_page),
12134         (ev_view_size_request_continuous),
12135         (ev_view_size_request_dual_page),
12136         (ev_view_size_request_single_page), (ev_view_size_request),
12137         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
12138         (ev_view_bin_expose), (ev_view_expose_event),
12139         (ev_view_set_property), (ev_view_get_property),
12140         (ev_view_class_init), (ev_view_init), (ev_view_new),
12141         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
12142         (ev_view_set_dual_page), (ev_view_set_full_screen),
12143         (ev_view_set_presentation), (ev_view_set_sizing_mode),
12144         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
12145         (ev_view_zoom_out), (zoom_for_size_fit_width),
12146         (zoom_for_size_best_fit),
12147         (ev_view_zoom_for_size_continuous_and_dual_page),
12148         (ev_view_zoom_for_size_continuous),
12149         (ev_view_zoom_for_size_dual_page),
12150         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
12151         (ev_view_show_cursor), (ev_sizing_mode_get_type):
12152         * shell/ev-view.h:
12153         * shell/ev-window.c: (update_action_sensitivity),
12154         (ev_window_cmd_continuous), (ev_window_cmd_dual),
12155         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12156         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
12157         (ev_window_cmd_view_zoom_out), (update_view_size),
12158         (ev_window_set_sizing_mode), (ev_window_init):
12159
12160         Add Continuous and Dual page modes.
12161
12162 2005-04-23  James Bowes  <bowes@cs.dal.ca>
12163
12164         * dvi/dvi-document.c: (dvi_document_load),
12165         (dvi_document_thumbnails_get_thumbnail),
12166         (dvi_document_init_params): Fix up some mixups between
12167         width and height to correct thumbnail rendering.
12168
12169 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12170
12171         * dvi/mdvi-lib/private.h:
12172         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
12173         
12174         Suppess output for kpathsea during font generation. Thanks to
12175         James Bowes
12176
12177 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
12178
12179         * NEWS:
12180         * configure.ac:
12181
12182         Release 0.2.1
12183
12184         * Makefile.am: fix distcheck.
12185
12186 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12187
12188         * shell/ev-sidebar-links.c: (selection_changed_callback),
12189         (update_page_callback), (row_activated_callback),
12190         (job_finished_callback), (ev_sidebar_links_set_document):
12191         
12192         Fix for bug #169901. Double click on links expands tree.
12193
12194 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
12195
12196         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
12197         hard-coded style. Fix for bug 170111
12198
12199 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
12200
12201         * shell/ev-view.c (highlight_find_results): Remove unnecessary
12202         locking.
12203
12204 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12205
12206         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
12207
12208 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
12209
12210         * pdf/ev-poppler.cc:
12211         * shell/ev-view.c: (highlight_find_results):
12212
12213         Fix find on single page documents
12214
12215 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
12216
12217         * data/evince.schemas.in: fix for bug 301390
12218
12219 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12220
12221         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
12222         (ev_view_zoom_out), (ev_view_zoom_normal):
12223         * shell/ev-view.h:
12224         * shell/ev-window.c: (update_action_sensitivity),
12225         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
12226         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
12227         (ev_window_cmd_view_normal_size):
12228
12229         Fix normal size zoom. Make zoom in/zoom out unsensitive when
12230         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
12231         better than oom. 
12232
12233 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12234
12235         * configure.ac:
12236
12237         Depend on 2.57, 2.59 doesnt seem to be necessary
12238
12239 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
12240
12241         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
12242         (create_tool_item):
12243
12244         Put back total number of pages as (1 of 1234)
12245
12246 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
12247
12248         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
12249         remove the job.
12250
12251         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
12252         function.  This helps debugging.
12253
12254 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12255
12256         * djvu/djvu-document.c: (djvu_document_class_init),
12257         (djvu_document_get_info), (djvu_document_document_iface_init):
12258         * dvi/dvi-document.c: (dvi_document_class_init),
12259         (dvi_document_get_info), (dvi_document_document_iface_init):
12260
12261         Dummy implementation of get_info method for dvi and
12262         djvu. Fix crashes with those backends
12263
12264 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
12265
12266         * data/evince.desktop.in:
12267
12268         Add application/x-gzpostscript
12269
12270 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12271
12272         * data/evince.schemas.in: Added real long descriptions, 
12273         closes bug 172496 
12274
12275         * README: Added actual text, closes bug 171869
12276
12277 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12278
12279         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12280
12281         Thumbnail page 0
12282
12283 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12284
12285         * backend/ev-document-info.h:
12286
12287         s/GDate */GDate so we can just use g_free
12288
12289 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12290
12291         * shell/ev-window.c: (update_document_mode),
12292         (ev_window_setup_document):
12293
12294         Show the window in fullscreen when specified by
12295         the document
12296
12297 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12298
12299         * backend/ev-document.c: (ev_document_class_init),
12300         (ev_document_get_info), (ev_document_render_pixbuf):
12301         * backend/ev-document.h:
12302         * backend/ev-page-cache.c: (_ev_page_cache_new):
12303         * pdf/ev-poppler.cc:
12304         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12305         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
12306         * ps/ps-document.c: (ps_document_class_init), (document_load),
12307         (ps_document_get_info), (ps_document_document_iface_init):
12308
12309         Remove get_title from the interface, we can just use document info
12310
12311 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
12312
12313         * backend/Makefile.am:
12314         * backend/ev-document.c: (ev_document_render_get_info):
12315         * backend/ev-document.h:
12316         * pdf/ev-poppler.cc:
12317
12318         Initial support for document info. Based on jrb patch.
12319
12320 2005-04-19  Paolo Borelli <pborelli@katamail.com>
12321
12322         * shell/ev-window.c: (ev_window_state_event),
12323         (ev_window_class_init), (ev_window_init):
12324         
12325         Doesn't show resize grip when maximized. See bug #301053
12326
12327 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12328
12329         * po/POTFILES.in:
12330         
12331         ev-sidebar-thumbnails now has translatable labels
12332         
12333         * shell/Makefile.am:
12334         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
12335         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
12336         (ev_sidebar_links_page_iface_init):
12337         * shell/ev-sidebar-links.h:
12338         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
12339         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
12340         (ev_sidebar_page_get_label):
12341         * shell/ev-sidebar-page.h:
12342         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
12343         (ev_sidebar_thumbnails_set_document),
12344         (ev_sidebar_thumbnails_support_document),
12345         (ev_sidebar_thumbnails_get_label),
12346         (ev_sidebar_thumbnails_page_iface_init):
12347         * shell/ev-sidebar-thumbnails.h:
12348         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12349         (ev_sidebar_set_document):
12350         * shell/ev-sidebar.h:
12351         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
12352         
12353         Small rework of sidebar code. Now sidebar pages should implement
12354         EvSidebarPage interface. That makes page management in EvSidebar
12355         easier. See bug #164811 for details
12356
12357 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12358
12359         * shell/ev-application.c: (ev_application_open):
12360         * shell/ev-document-types.c:
12361         
12362         Fix build error and small problem with application exit
12363
12364 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12365
12366         * thumbnailer/Makefile.am:
12367         * thumbnailer/evince-thumbnailer-djvu.schemas:
12368         * thumbnailer/evince-thumbnailer-dvi.schemas:
12369         
12370         Conditionally install schemas for djvu/dvi thumbnailer
12371
12372 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
12373
12374         * shell/ev-document-types.h: 
12375         * shell/ev-document-types.c: 
12376         New files, handling the mapping from mimetypes to backends
12377         
12378         * shell/ev-window.c: 
12379         * thumbnailer/evince-thumbnailer.c:     
12380         Use the ev-document-types code
12381         
12382         * shell/Makefile.am: 
12383         Added new convenience library libevbackendfactory_la, containing
12384         the new mimetype->backend logic; moved the backends into it.
12385
12386         * thumbnailer/Makefile.am:
12387         Make the thumbnailer link with the libevbackend.la convenience
12388         library, rather than having a duplicate of the backend logic here.
12389
12390 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
12391
12392         * shell/ev-stock-icons.c: constify some vars.
12393         * shell/ev-window.c: ditto.
12394
12395 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
12396
12397         * ps/ps-document.c (get_page_orientation):
12398
12399         Respect document orientation 
12400
12401 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12402
12403         * djvu/Makefile.am:
12404         * dvi/Makefile.am:
12405         * shell/Makefile.am:
12406         
12407         Move library dependencies to components.
12408         
12409         * shell/ev-window.c: (update_window_title),
12410         (start_loading_document):
12411         
12412         Fix display of uris with spaces. Bug 168358.
12413
12414 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
12415
12416         * shell/ev-sidebar-links.c: (selection_changed_cb):
12417         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
12418         (ev_view_button_release_event), (ev_view_set_document):
12419         * shell/ev-view.h:
12420         * shell/ev-window.c: (find_bar_search_changed_cb):
12421         * shell/ev-window.h: Minor cleanups removing some dead code.
12422
12423 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12424
12425         * backend/ev-page-cache.c: (_ev_page_cache_new):
12426         
12427         Set current page to 0 if document has pages.
12428
12429 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12430
12431         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
12432
12433         Initialize GError to NULL, fix a crash when loading fails.
12434
12435 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12436
12437         * shell/ev-window.c: (update_view_size):
12438
12439         Calculate shadow size only when there is actually
12440         a shadow.
12441
12442 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12443
12444         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
12445         * shell/ev-view.h:
12446
12447         Allow setting view spacing, default to 0
12448
12449         * shell/ev-window.c: (ev_window_unfullscreen),
12450         (ev_window_cmd_view_fullscreen), (ev_window_init):
12451
12452         Remove spacing in fullscreen mode
12453
12454 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12455
12456         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
12457         (ev_view_size_request), (expose_bin_window),
12458         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
12459         * shell/ev-view.h:
12460         * shell/ev-window.c: (ev_window_unfullscreen),
12461         (ev_window_cmd_view_fullscreen):
12462
12463         Do not draw the border in fulscreen
12464
12465 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12466
12467         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
12468         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
12469         (find_page_at_location), (page_changed_cb):
12470
12471         Rework border calculation, so that I can more easily disable it.
12472         Code somewhat cleaner too.
12473
12474 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
12475
12476         * backend/ev-page-cache.c: (ev_page_cache_init),
12477         (_ev_page_cache_new):
12478
12479         Remove some assertions, documents can have 0 pages.
12480         Make initial current page -1.
12481
12482         * shell/ev-page-action.c: (page_changed_cb):
12483
12484         Show "" if current page is -1
12485
12486         * shell/ev-window.c: (update_action_sensitivity),
12487         (ev_window_setup_document):
12488
12489         When document has 0 pages do not set the view
12490         and make nearly everything insensitive.
12491
12492 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12493
12494         * shell/ev-page-view.c:
12495         * shell/ev-page-view.h:
12496
12497         Remove unused files.
12498         
12499         * shell/ev-sidebar-thumbnails.c:
12500         (ev_sidebar_thumbnails_set_document):
12501         * shell/ev-sidebar.c: (ev_sidebar_set_document),
12502         (ev_sidebar_supports_document):
12503         * shell/ev-sidebar.h:
12504         * shell/ev-window.c: (ev_window_setup_document):
12505         
12506         Doesn't show thumbnails if document has 1 page. Make
12507         sidebar menu entries sensitive only if if they have 
12508         sense. Fix bug 164811. 
12509
12510 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12511
12512         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
12513         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
12514         (ev_view_zoom_out), (ev_view_set_size):
12515
12516         Rework sizing to deal with documents with not uniform page
12517         size.
12518
12519 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12520
12521         * backend/ev-page-cache.c: (_ev_page_cache_new):
12522
12523         Fix several page size caching bugs
12524
12525 2005-04-15  Luca Ferretti <elle.uca@libero.it>
12526
12527         * shell/ev-window.c: (set_action_properties):
12528
12529         Make all toolbar items translatable
12530
12531 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
12532
12533         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
12534         (save_page_list), (ps_document_save),
12535         (ps_document_document_iface_init), (ps_document_ps_export_begin),
12536         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
12537         (ps_document_ps_exporter_iface_init):
12538         * ps/ps-document.h:
12539
12540         Based on a patch by J�rg Billeter <j@bitron.ch>
12541         
12542         Implement print and save a copy for the ps backend.
12543
12544 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
12545
12546         * backend/ev-document.h:
12547         * djvu/djvu-document.c: (djvu_document_can_get_text),
12548         (djvu_document_document_iface_init):
12549         * dvi/dvi-document.c: (dvi_document_can_get_text),
12550         (dvi_document_document_iface_init):
12551         * pdf/ev-poppler.cc:
12552         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
12553         (pixbuf_document_document_iface_init):
12554         * ps/ps-document.c: (ps_document_can_get_text),
12555         (ps_document_document_iface_init):
12556         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
12557         * shell/ev-window.c: (update_action_sensitivity):
12558
12559         Fix the crash when trying to copy in backends that doesnt
12560         support it. We can implement a better solution once we
12561         do real text selection.
12562
12563 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
12564
12565         * data/evince-ui.xml:
12566         * shell/ev-window.c: (ev_window_cmd_escape):
12567         
12568         Work around the Escape conflict (find bar and unfullscreen)
12569
12570 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
12571
12572         * backend/ev-page-cache.c: (ev_page_cache_next_page):
12573         
12574         Fix for #300233. Next page correctly handles document end.
12575         
12576         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
12577         (ev_sidebar_thumbnails_class_init),
12578         (ev_sidebar_thumbnails_set_document),
12579         (ev_sidebar_thumbnails_clear_job),
12580         (ev_sidebar_thumbnails_clear_model):
12581         
12582         Cleanup thumbnail jobs on document changes.
12583         
12584         * shell/ev-view.c: (add_scroll_binding_keypad),
12585         (add_scroll_binding_shifted), (ev_view_class_init):
12586         
12587         Shift + Space scrolls up. Fix for #173184
12588         
12589         * shell/ev-window.c: (ev_window_open_page),
12590         (ev_window_cmd_view_reload):
12591         
12592         Fix reload (Bug #300094)
12593
12594 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12595
12596         
12597         * dvi/mdvi-lib/assoc.c:
12598         * dvi/mdvi-lib/assoc.h: Removed garbage files
12599         
12600         * dvi/mdvi-lib/bitmap.c:
12601         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
12602         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
12603         * dvi/mdvi-lib/color.h: Antialias of rules
12604         
12605         * dvi/mdvi-lib/common.h:
12606         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
12607         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
12608         * dvi/mdvi-lib/files.c:
12609         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
12610         * dvi/mdvi-lib/mdvi.h:
12611         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
12612         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
12613         * dvi/mdvi-lib/util.c: Fix compile warnings
12614         
12615         * dvi/dvi-document.c:
12616         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
12617         (dvi_document_thumbnails_get_thumbnail),
12618         (dvi_document_document_thumbnails_iface_init):
12619         * dvi/mdvi-lib/Makefile.am:
12620         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
12621         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
12622         
12623         Dvi backend now renders thumbnails
12624
12625 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
12626
12627         * shell/main.c: (main): 
12628         
12629         Save accelerators on exit. Fixes bug #172095.
12630
12631 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
12632
12633         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
12634         update priority" comment.
12635
12636         * backend/ev-job-queue.c: Give a way to change priority.
12637
12638 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
12639
12640         * shell/ev-page-action.c: Fix logic.
12641
12642 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12643
12644         * shell/ev-view.c: (ev_view_can_find_next):
12645         * shell/ev-window.c: (ev_window_setup_document):
12646
12647         Check that the document supports find
12648
12649 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12650
12651         * data/evince-ui.xml:
12652         * shell/ev-view.c: (ev_view_can_find_next):
12653         * shell/ev-view.h:
12654         * shell/ev-window.c: (update_action_sensitivity),
12655         (find_changed_cb), (ev_window_setup_document),
12656         (ev_window_cmd_edit_find_next):
12657
12658         Add Edit->Find Next
12659
12660 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
12661
12662         * pdf/ev-poppler.cc:
12663         * shell/ev-print-job.c: (idle_print_handler):
12664
12665         Make printing work again
12666
12667 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
12668
12669         * shell/ev-page-action.h:
12670         * shell/ev-page-action.c: (ev_page_action_widget_init),
12671         (ev_page_action_widget_class_init), (page_changed_cb),
12672         (create_tool_item), (update_page_cache), (build_new_tree_cb),
12673         (get_filter_model_from_model), (match_selected_cb),
12674         (display_completion_text), (match_completion), (update_model),
12675         (connect_proxy), (ev_page_action_set_property),
12676         (ev_page_action_get_property), (ev_page_action_set_document),
12677         (ev_page_action_set_model), (ev_page_action_class_init): Big
12678         reworking to make completions work iff we have >= GTK-2.7.0
12679                 
12680         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
12681         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
12682         (job_finished_cb): We now have a 'model' property that is set when
12683         the links are loaded.  This can be caught with "notify::model"
12684
12685         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
12686         listen for the model to be set, and propagate it to the action.
12687
12688 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
12689
12690         * cut-n-paste/recent-files/egg-recent-item.c:
12691         (egg_recent_item_set_uri), (make_valid_utf8),
12692         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
12693         * cut-n-paste/recent-files/egg-recent-item.h:
12694         
12695         Update egg-recent from libegg. This should fix long
12696         startup problem. For details see
12697         http://bugzilla.gnome.org/show_bug.cgi?id=160531
12698
12699 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
12700
12701         * cut-n-paste/recent-files/Makefile.am:
12702         * data/evince-ui.xml, shell/Makefile.am:
12703         * shell/ev-application.c, shell/ev-application.h:
12704         * shell/ev-window.c: Recent files support.
12705         
12706         * configure.ac: Added "ru" to ALL_LINGUAS.
12707         
12708         * dvju: new backend to support DJVU files.
12709         * dvi: new backend to support DVI.
12710
12711         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
12712         * ev-application.c: Support for new backends.
12713         
12714         * help, ev-window.c, main.c shell/Makefile.am: 
12715         Evince user documentation.
12716
12717 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12718
12719         * po/POTFILES.in:
12720         * shell/ev-window.c:
12721         * thumbnailer/evince-thumbnailer.c:
12722
12723         s/pdf-document/ev-poppler
12724
12725 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
12726
12727         * NEWS:
12728         * configure.ac:
12729
12730         Release 0.2.0
12731
12732         * ps/ps-document.c: (setup_pixmap):
12733
12734         Remove debug code
12735
12736 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
12737
12738         * backend/ev-page-cache.c (ev_page_cache_next_page): 
12739         * shell/ev-window.c (ev_window_cmd_go_next_page) 
12740         (ev_window_cmd_go_first_page): Fix of by one errors.
12741
12742 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12743
12744         * ps/ps-document.c: (get_page_box):
12745
12746         Fix page size calculation
12747
12748 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12749
12750         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
12751         (ps_document_cleanup), (setup_pixmap), (get_page_box),
12752         (get_page_orientation), (setup_page), (document_load),
12753         (ps_document_get_page_size), (render_pixbuf_idle):
12754         * ps/ps-document.h:
12755
12756         More refactoring to adapt to EvDocument changes
12757
12758 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12759
12760         * ps/ps-document.c: (start_interpreter):
12761
12762         Actually add alpha args
12763
12764 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
12765
12766         * pdf/ev-poppler.cc:
12767
12768         Make clipboard work again
12769
12770 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
12771
12772         Make searching work again.
12773         
12774         * backend/ev-document.c:
12775         * backend/ev-document.h:
12776         * backend/ev-document-find.c:
12777         * backend/ev-document-find.h: Change EvDocumentIface so we no
12778         longer store the current page or zoom level in the document.  The
12779         consequence is that all calls that operate on the current page now
12780         instead take the page number as an extra argument, and all
12781         coordinates are now doubles in document coordinate system.
12782
12783         * pdf/ev-poppler.cc:
12784         * pixbuf/pixbuf-document.c:
12785         * ps/ps-document.c: Update backends accordingly.
12786
12787 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
12788
12789         * autogen.sh:
12790
12791         Add required gettext version
12792
12793 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
12794
12795         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
12796         make F1 bring up non-existent help.
12797
12798         * shell/eggfindbar.c: Patch from Christian Persch to sync to
12799         epiphany's find bar, #167477
12800
12801         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
12802         <emil@nishra.com> to add space-bar scrolling, 
12803
12804         * shell/ev-window.c (static GtkActionEntry entries): add default
12805         keybinding for Help (F1)
12806         Fixes #171068
12807
12808         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
12809         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
12810         170110
12811
12812 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
12813
12814         * Makefile.am: 
12815         * pixbuf/pixbuf-document.c: 
12816
12817         Got pixbuf backend working again
12818
12819 2005-04-01  Steve Murphy  <murf@e-tools.com>
12820
12821         * configure.in: Added "rw" to ALL_LINGUAS.
12822
12823 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
12824
12825         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
12826         model types, noticed by Martin Kretzschmar.
12827
12828 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
12829
12830         * pdf/ev-poppler.cc: Implement search based on
12831         poppler_page_find_text().  Currently a bit crude since we remember
12832         all matches from all pages.  Also, we grab the big document lock
12833         when we search since searching changes the underlying stream and
12834         thus conflicts with the rendering thread.
12835         
12836         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12837         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
12838         (ev_view_find_previous): Fix some page indexes to be 0 based,
12839         offset rubber band by view offset,
12840
12841 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
12842
12843         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
12844
12845 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
12846
12847         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
12848         completely because I didn't understand GtkActions.  I should
12849         read Marco's code more carefully in the future.
12850
12851         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
12852         function
12853
12854 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
12855
12856         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
12857         PopplerRectangle change from poppler CVS.
12858
12859 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
12860
12861         * backend/ev-document.c: (ev_document_get_page_label):
12862         * backend/ev-document.h:
12863         * backend/ev-page-cache.c: (_ev_page_cache_new),
12864         (ev_page_cache_get_page_label):
12865         * backend/ev-page-cache.h:
12866         * pdf/ev-poppler.cc:
12867         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
12868         (links_page_num_func):
12869         * shell/ev-sidebar-thumbnails.c:
12870         (ev_sidebar_thumbnails_set_document):
12871         * shell/ev-view.c: (status_message_from_link),
12872         (ev_view_motion_notify_event):
12873         * shell/ev-window.c: (document_supports_sidebar): Add in page
12874         label support.  It's not perfect yet, but it's the first 'feature'
12875         in a while.
12876         Also, fix a bogus comment noticed by crispin. 
12877
12878 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
12879
12880         * Makefile.am: Remove pixbuf backend for now
12881
12882         * configure.ac: Require poppler-glib instead of just poppler.
12883
12884         * backend/ev-document-thumbnails.h: Add a comment
12885
12886         * backend/ev-document.h:
12887         * backend/ev-document.c: (ev_document_class_init),
12888         (ev_document_load), (ev_document_get_link),
12889         (ev_document_get_links): Remove 3 methods and add get_links.
12890         Also, made 0 based.
12891
12892         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
12893         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
12894
12895         * backend/ev-link.c: (ev_link_set_title),
12896         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
12897         (ev_link_mapping_find):
12898         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
12899         
12900         * backend/ev-page-cache.c: (ev_page_cache_init),
12901         (_ev_page_cache_new), (ev_page_cache_set_current_page),
12902         (ev_page_cache_get_size), (ev_page_cache_next_page),
12903         (ev_page_cache_prev_page): Fix to be 0 based.
12904
12905         * pdf/Makefile.am: 
12906         * pdf/ev-poppler.h:
12907         * pdf/ev-poppler.cc: New backend.
12908         
12909         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
12910         (ps_document_get_page), (ps_document_document_iface_init):
12911
12912         * shell/ev-pixbuf-cache.h:
12913         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
12914         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
12915         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
12916         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
12917         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
12918         Fix up code to grab a page cache per each doc.  Also, fix to be 0
12919         based.
12920         
12921         * shell/ev-sidebar-thumbnails.c:
12922         (ev_sidebar_tree_selection_changed), (page_changed_cb),
12923         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
12924
12925         * shell/ev-view.c: (status_message_from_link),
12926         (find_page_at_location), (get_link_at_location),
12927         (ev_view_motion_notify_event), (ev_view_button_release_event),
12928         (ev_view_init): Use the new link code.  Fix to be 0 based.
12929
12930         * shell/ev-window.c: (update_action_sensitivity),
12931         (document_supports_sidebar): 0 based.
12932
12933 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
12934
12935         * pdf/pdf-document.cc: Patch from Fernando Herrera
12936         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
12937         *blush*
12938
12939 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
12940
12941         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
12942         1 to the page, as this seems to be 1 based.  I thought we has this
12943         fixed.  grump.
12944
12945 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
12946
12947         * TODO:
12948         * backend/Makefile.am:
12949         * backend/ev-document-links.c:
12950         (ev_document_links_has_document_links),
12951         (ev_document_links_get_links_model):
12952         * backend/ev-document-links.h:
12953         * backend/ev-document.c: (ev_document_get_page_cache),
12954         (ev_document_get_doc_mutex), (ev_document_load),
12955         (ev_document_save), (ev_document_get_title),
12956         (ev_document_get_n_pages), (ev_document_set_page),
12957         (ev_document_get_page), (ev_document_set_target),
12958         (ev_document_set_scale), (ev_document_set_page_offset),
12959         (ev_document_get_page_size), (ev_document_get_text),
12960         (ev_document_get_link), (ev_document_render),
12961         (ev_document_render_pixbuf), (ev_document_scale_changed):
12962         * backend/ev-document.h:
12963         * backend/ev-job-queue.c: (remove_object_from_queue),
12964         (notify_finished), (handle_job), (search_for_jobs_unlocked),
12965         (no_jobs_available_unlocked), (ev_render_thread),
12966         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
12967         (ev_job_queue_remove_job):
12968         * backend/ev-job-queue.h:
12969         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
12970         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
12971         (ev_job_links_class_init), (ev_job_render_init),
12972         (ev_job_render_dispose), (ev_job_render_class_init),
12973         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
12974         (ev_job_thumbnail_class_init), (ev_job_finished),
12975         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
12976         (ev_job_render_run), (ev_job_thumbnail_new),
12977         (ev_job_thumbnail_run):
12978         * backend/ev-jobs.h:
12979         * backend/ev-link.c:
12980         * backend/ev-link.h:
12981         * backend/ev-page-cache.c: (ev_page_cache_init),
12982         (ev_page_cache_class_init), (ev_page_cache_finalize),
12983         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
12984         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
12985         (ev_page_cache_set_link), (ev_page_cache_get_title),
12986         (ev_page_cache_get_size), (ev_page_cache_next_page),
12987         (ev_page_cache_prev_page):
12988         * backend/ev-page-cache.h:
12989         * pdf/pdf-document.cc:
12990         * ps/gsdefaults.c:
12991         * ps/gsdefaults.h:
12992         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
12993         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
12994         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
12995         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
12996         (is_interpreter_ready), (output), (catchPipe), (input),
12997         (start_interpreter), (check_filecompressed), (compute_dimensions),
12998         (ps_document_enable_interpreter), (document_load),
12999         (ps_document_next_page), (render_page), (ps_document_set_page),
13000         (ps_document_set_scale), (render_pixbuf_idle),
13001         (ps_document_render_pixbuf), (ps_document_document_iface_init):
13002         * ps/ps-document.h:
13003         * shell/Makefile.am:
13004         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
13005         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
13006         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
13007         (ev_pixbuf_cache_new), (job_finished_cb),
13008         (check_job_size_and_unref), (move_one_job),
13009         (ev_pixbuf_cache_update_range), (find_job_cache),
13010         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
13011         (ev_pixbuf_cache_add_jobs_if_needed),
13012         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
13013         * shell/ev-pixbuf-cache.h:
13014         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
13015         (idle_print_handler):
13016         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
13017         (selection_changed_cb), (create_loading_model),
13018         (ev_sidebar_links_construct), (links_page_num_func),
13019         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
13020         (update_page_callback), (job_finished_cb),
13021         (ev_sidebar_links_set_document):
13022         * shell/ev-sidebar-thumbnails.c:
13023         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
13024         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
13025         (page_changed_cb), (thumbnail_job_completed_callback),
13026         (ev_sidebar_thumbnails_set_document):
13027         * shell/ev-sidebar-thumbnails.h:
13028         * shell/ev-sidebar.c: (ev_sidebar_set_document):
13029         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
13030         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
13031         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
13032         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
13033         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
13034         (ev_view_button_release_event), (ev_view_scroll_view),
13035         (ev_view_class_init), (ev_view_init), (update_find_status_message),
13036         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
13037         (ev_view_new), (job_finished_cb), (page_changed_cb),
13038         (ev_view_set_document), (go_to_link), (ev_view_zoom),
13039         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
13040         (ev_view_find_previous):
13041         * shell/ev-view.h:
13042         * shell/ev-window.c: (update_action_sensitivity),
13043         (ev_window_open_page), (update_window_title), (update_total_pages),
13044         (page_changed_cb), (ev_window_setup_document),
13045         (password_dialog_response), (ev_window_cmd_save_as),
13046         (ev_window_print), (ev_window_cmd_go_previous_page),
13047         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
13048         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
13049         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
13050         * shell/main.c: (main):
13051
13052         Merge evince-threads branch
13053
13054 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
13055
13056         * configure.ac: Added "lt" to ALL_LINGUAS.
13057
13058 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
13059
13060         * NEWS:
13061         * configure.ac:
13062
13063         Release 0.1.9
13064
13065 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
13066
13067         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13068
13069         Fix here also the thumbnails 1-basedness :)
13070
13071 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13072
13073         * NEWS:
13074         * configure.ac:
13075
13076         Release 0.1.8
13077
13078 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
13079
13080         * pdf/pdf-document.cc:
13081         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
13082         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
13083
13084         Fix the mess we did with thumbnails and 1-basedness
13085
13086 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
13087
13088         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
13089
13090 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
13091
13092         * NEWS:
13093         * configure.ac:
13094
13095         Release 0.1.7
13096
13097 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
13098
13099         * ps/Makefile.am:
13100         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
13101         (gtk_gs_defaults_get_alpha_parameters),
13102         (gtk_gs_defaults_get_ungzip_cmd),
13103         (gtk_gs_defaults_get_unbzip2_cmd):
13104         * ps/gsdefaults.h:
13105         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
13106         (ps_document_get_orientation), (document_load),
13107         (ps_document_goto_page), (ps_document_set_page_size):
13108         * ps/ps-document.h:
13109
13110         Some more sanitization of the ps backend. Remove a lot
13111         of unused code and do not base our defaults on ggv
13112         preferences (ugh!)
13113
13114 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
13115
13116         * thumbnailer/evince-thumbnailer.schemas:
13117         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13118         (main): add -s option for thumbnail size.
13119
13120 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
13121
13122         * configure.ac:
13123
13124         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
13125         remove it.
13126
13127 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13128
13129         * pdf/pdf-document.cc:
13130
13131         Remove 4 pixels of useless border from the
13132         thumbnail.
13133
13134 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
13135
13136         * backend/ev-document-thumbnails.c:
13137         (ev_document_thumbnails_get_thumbnail):
13138         * backend/ev-document-thumbnails.h:
13139
13140         Rework API a bit. Add a border flag and
13141         change sizing logic (now the size we specify
13142         applies to the bigger dimension).
13143
13144         * pdf/pdf-document.cc:
13145         * pixbuf/pixbuf-document.c:
13146         (pixbuf_document_thumbnails_get_thumbnail):
13147         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
13148         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13149
13150         Adapt to the new API and do not draw a border for nautilus
13151         thumbnailer.
13152
13153 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
13154
13155         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
13156         take thumbnails from page "0" instead of "1". Added a copyright header.
13157
13158 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
13159
13160         * ps/ps-document.c: (set_up_page), (start_interpreter):
13161
13162         Make it C89 compliant
13163
13164 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
13165
13166         * Makefile.am:
13167         * configure.ac:
13168         * pdf/.cvsignore:
13169         * pdf/pdf-document.cc:
13170         * thumbnailer/Makefile.am:
13171         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
13172         (main):
13173         * thumbnailer/evince-thumbnailer.schemas:
13174         * thumbnailer/pdf-icon.png:
13175
13176         Add a nautilus thumbnailer.
13177         Based on patch by Fernando Herrera <fherrera@onirica.com>.
13178
13179 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
13180
13181         * NEWS:
13182         * configure.ac:
13183         * po/POTFILES.in:
13184
13185         Release 0.1.6
13186
13187 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
13188
13189         Use poppler instead of including xpdf source code.  Poppler is a
13190         fork of xpdf to build it as a shared library. See
13191         http://freedesktop.org/wiki/Software/poppler.
13192
13193         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
13194         xpdf fork.
13195         
13196         * pdf/Makefile.am: Build libpdfdocument.a here.
13197         
13198         * pdf/GDKSplashOutputDev.cc:
13199         * pdf/GDKSplashOutputDev.h:
13200         * pdf/GnomeVFSStream.cc:
13201         * pdf/GnomeVFSStream.h:
13202         * pdf-document.cc:
13203         * pdf-document.h:
13204         * test-gdk-output-dev.cc
13205         * Thumb.cc:
13206         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
13207         against poppler.
13208
13209 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13210
13211         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
13212
13213         Clear idle stack before unsetting the document
13214
13215 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13216
13217         * ps/ps-document.c: (ps_document_widget_event),
13218         (ps_document_set_target), (ps_document_finalize),
13219         (ps_document_get_page):
13220
13221         Disconnect the widget event signal on finalize.
13222         Some code cleanups.
13223
13224 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13225
13226         * ps/ps-document.c: (set_up_page):
13227
13228         If there is no bpixmap create one, even if size
13229         is not changed.
13230
13231 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13232
13233         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
13234         (set_up_page), (document_load), (ps_document_set_zoom):
13235
13236         Default page is 0. Calculate size even when we have no
13237         target yet.
13238
13239 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
13240
13241         * shell/ev-sidebar.c: expand the selection widget to be always as
13242         wide as the sidebar
13243
13244 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13245
13246         * shell/ev-sidebar-thumbnails.c:
13247         (ev_sidebar_thumbnails_set_document):
13248
13249         Clear the list store when setting document
13250
13251 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13252
13253         * shell/ev-page-action.c: (update_entry), (sync_entry),
13254         (activate_cb), (entry_size_request_cb), (create_tool_item),
13255         (connect_proxy):
13256
13257         Use an entry for the page control instead of spinbuttons
13258
13259 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
13260
13261         * data/evince.schemas.in:
13262
13263         Correct confusing string
13264
13265 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
13268         for real.  Gosh, how long has this been broken.
13269
13270         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
13271         check for a NULL link.  We crash otherwise.
13272
13273 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
13274
13275         * NEWS:
13276         * configure.ac:
13277
13278         Release 0.1.5
13279
13280 2005-02-25  Sebastien Bacher  <seb128@debian.org>
13281
13282         * configure.ac: add the french translation.
13283
13284 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13285
13286         * shell/ev-window.c:
13287
13288         Remove unused header -> fix distcheck
13289
13290 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13291
13292         * shell/ev-window.c: (update_window_title),
13293         (ev_window_popup_password_dialog):
13294
13295         Unescape filename for display
13296
13297 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13298
13299         * pdf/xpdf/pdf-document.cc:
13300
13301         In get_page_size deal with rotation. Also
13302         cleanup the function a bit.
13303
13304 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13305
13306         * pdf/xpdf/pdf-document.cc:
13307
13308         Fix crash when opening in new window
13309
13310 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
13311
13312         * configure.ac:
13313
13314         Check ghostscript >= 7
13315
13316 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
13317
13318         * shell/ev-window.c:
13319
13320         Make page width the default sizing mode
13321
13322 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
13323         Marco Pesenti Gritti <marco@gnome.org>
13324
13325         * shell/ev-window.c: Remember the sidebar size
13326
13327         * data/evince.schemas.in: Add a new gconf key to store the size of
13328         the sidebar
13329
13330 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
13331
13332         * data/evince-ui.xml:
13333         * shell/ev-window.c: (update_action_sensitivity),
13334         (ev_window_cmd_view_reload):
13335         
13336         Add a "Reload" action and menu entry
13337
13338 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
13339
13340         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
13341         iff the type doesn't support thumbnailing and indexing.
13342
13343 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
13344
13345         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
13346
13347 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13348
13349         * pdf/splash/Splash.cc:
13350
13351         Port fix for a crasher from kde bug
13352         http://bugs.kde.org/show_bug.cgi?id=97131
13353
13354 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13355
13356         * pdf/xpdf/pdf-document.cc:
13357
13358         Return a link even if it's of an unrecognized
13359         type. Otherwise we go in an infinte cycle.
13360
13361 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13362
13363         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
13364         (size_allocate_cb), (ev_window_set_sizing_mode):
13365
13366         Update size when switching mode
13367
13368 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13369
13370         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
13371         (ev_window_cmd_view_page_width), (update_sizing_buttons),
13372         (ev_window_cmd_view_normal_size):
13373
13374         Fix size toggle buttons behavior
13375
13376 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13377
13378         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
13379         (doc_rect_to_view_rect), (ev_view_size_allocate),
13380         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
13381         (scale_changed_callback):
13382
13383         Do not cache offsets in size_allocate.
13384
13385 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13386
13387         * shell/ev-view.c: (ev_view_size_allocate):
13388
13389         Calculate offsets before calling the parent
13390         class (which does a redraw)
13391
13392 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13393
13394         * pdf/xpdf/pdf-document.cc:
13395
13396         Fix a crasher on exit. Unused code, put a TODO
13397
13398 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
13399
13400         * backend/ev-document.c: (ev_document_class_init),
13401         (ev_document_page_changed), (ev_document_scale_changed):
13402         * backend/ev-document.h:
13403
13404         Separate page/scale notifications
13405
13406         * pdf/xpdf/pdf-document.cc:
13407
13408         Emit the new signals.
13409         Do not display the pdf page in _render, do it
13410         when scale/page are requested.
13411
13412         * ps/ps-document.c: (ps_document_set_zoom),
13413         (ps_document_widget_event):
13414         * ps/ps-document.h:
13415
13416         Emit the new signals.
13417
13418         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13419         (ev_view_init), (page_changed_callback), (scale_changed_callback),
13420         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
13421         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
13422         * shell/ev-view.h:
13423         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
13424         (ev_window_cmd_view_page_width), (size_allocate_cb),
13425         (ev_window_set_sizing_mode):
13426
13427         Rework sizing to be pixel based.
13428         There are bugs but should be already way better.
13429
13430 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
13431
13432         * shell/ev-window.c: (ev_window_init):
13433
13434         Do not allow to shrink sidebar smaller then
13435         child requisition
13436
13437 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
13438
13439         * shell/ev-sidebar.[ch]
13440         * shell/ev-window.c:
13441
13442         Improved sidebar widget. Fixes #166683
13443
13444 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
13445
13446         * shell/ev-view.c (update_find_status_message): Give translators
13447         more flexibility with ngettext plural handling.
13448
13449 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
13450
13451         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
13452         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
13453         page when we get the page size.
13454
13455 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13456
13457         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
13458
13459         ps pages are 0 based, convert 
13460
13461 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13462
13463         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
13464
13465         Initialize correct parent class. Set GError on document load
13466
13467 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13468
13469         * pdf/xpdf/pdf-document.cc:
13470
13471         Fixup selection offset calculation
13472
13473         * shell/ev-view.c: (view_rect_to_doc_rect),
13474         (doc_rect_to_view_rect), (ev_view_size_allocate),
13475         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
13476         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
13477
13478         Store selection as document relative, so that zooming
13479         and offset changing doesnt break it.
13480
13481 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
13482
13483         * shell/ev-view.c: (ev_view_best_fit):
13484
13485         Do not try to best fit if the view is not realized
13486
13487 2005-02-20  Kostas Papadimas <pkst@gnome.org>
13488           
13489         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
13490
13491 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
13492
13493         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
13494
13495 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
13496
13497         * shell/ev-window.c: Change the fullscreen toolbar to always be in
13498         the popup window.  That prevents it resizing when in full screen
13499         mode.
13500
13501         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
13502         multiple rerenders.  This pretty much sucks.
13503
13504         * data/evince-ui.xml: Change the fullscreen toolbar to include the
13505         rest of the toolbar.
13506
13507 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
13508
13509         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
13510
13511 2005-02-17  Alexander Shopov  <ash@contact.bg>
13512
13513         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
13514
13515 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
13516
13517         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
13518
13519 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
13520
13521         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
13522         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
13523         (set_document_page), (document_changed_callback),
13524         (ev_view_set_document), (ev_view_find_previous),
13525         (ev_view_hide_cursor), (ev_view_show_cursor):
13526         * shell/ev-view.h:
13527         * shell/ev-window.c: (update_chrome_visibility),
13528         (fullscreen_timeout_cb), (fullscreen_set_timeout),
13529         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
13530         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
13531         (ev_window_unfullscreen):
13532         * shell/main.c: (main):
13533
13534         Automatically hide the fullscreen button.
13535         Patch by Kristian Høgsberg <krh@redhat.com>
13536
13537 2005-02-16  Vincent Noel  <vnoel@cox.net>
13538
13539         * shell/main.c (main): Specify an icon for the window. Patch by
13540         Jaap A. Haitsma. Fixes #166177.
13541
13542 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
13543
13544         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
13545
13546 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
13547
13548         * backend/ev-document-misc.h:
13549         * backend/ev-document-misc.c:
13550         (ev_document_misc_get_page_border_size),
13551         (ev_document_misc_paint_one_page): New function to canonicalize
13552         sizing/painting a border.
13553
13554         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
13555         used.
13556
13557         * pdf/xpdf/pdf-document.cc: use new function
13558
13559         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
13560         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
13561         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
13562         shell/ev-window.c: (update_sizing_buttons),
13563         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
13564         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
13565         (ev_window_cmd_view_page_width), (size_allocate_cb),
13566         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
13567         and "fit width" values act as toggle buttons so they stay
13568         toggled.  It's not 100% perfect, and it's a little slow, but it's
13569         good enough to commit I think.
13570
13571 2005-02-15  David Lodge  <dave@cirt.net>
13572
13573         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
13574
13575 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
13576
13577         * shell/ev-window.c (update_window_title): replace newlines in
13578         the title by spaces. Bug #166107.
13579
13580 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
13581
13582         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
13583         parameters providing allocation width and height without
13584         scrollbars and width of a possible vertical scrollbar. With this
13585         additional information the functions can work as
13586         intended. Unfortunately they're not idempotent. We should
13587         transform these commands to toggles. Fixes Bug #164976
13588         Initial patch by Stephane Loeuillet, then heavily modified.
13589
13590         * shell/ev-view.h: update prototypes.
13591
13592         * shell/ev-window.c (ev_window_cmd_view_best_fit)
13593         (ev_window_cmd_view_page_width): provide EvView fit functions with
13594         all the information they need. Formulas to calculate this
13595         information taken from GtkScrolledWindow.
13596
13597 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
13598
13599         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
13600         created a thumbnail, the list store is updated to know
13601         that the thumbnail is set. Fixes bug #166792
13602
13603 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
13604
13605         * shell/ev-window.c: fixed typo, closes bug 166897
13606
13607         * TODO: updated TODO with bug numbers that are relevant
13608
13609 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
13610
13611         * shell/ev-window.c: Support for DnD of files. Fixes #164813
13612
13613 2005-02-09  Vincent Noel  <vnoel@cox.net>
13614
13615         * shell/ev-window.c: (set_action_properties): Set the "Previous"
13616         and "Next" toolbar buttons as important to make them stand out.
13617
13618 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13619
13620         * lib/ev-debug.c:
13621         * lib/ev-debug.h:
13622         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
13623         (start_interpreter), (stop_interpreter), (document_load),
13624         (ps_document_next_page), (ps_document_goto_page),
13625         (ps_document_set_page_size), (ps_document_widget_event),
13626         (ps_document_render):
13627         * shell/ev-page-view.c: (ev_page_view_dispose):
13628         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
13629
13630         Fix compilation on non-gcc platforms
13631
13632 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
13633
13634         * NEWS:
13635         * configure.ac:
13636
13637         Release 0.1.4
13638
13639         * pdf/xpdf/Catalog.cc:
13640         * pdf/xpdf/XRef.cc:
13641
13642         Fix the fix for CAN-2004-0888
13643
13644 2005-02-09  Luca Ferretti <elle.uca@libero.it>
13645
13646         * data/Makefile.am:
13647         * data/evince-ui.xml:
13648         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13649         * shell/ev-stock-icons.h:
13650         * shell/ev-window.c: (update_action_sensitivity),
13651         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
13652         (set_action_properties):
13653
13654         Improve toolbar layout/icons
13655
13656 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
13657
13658         * pdf/xpdf/pdf-document.cc:
13659
13660         Add warnings about unimplemented/unknown link
13661         types.
13662
13663 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13664
13665         * ps/ps-document.c: (set_up_page):
13666
13667         Log gs property
13668
13669 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13670
13671         * ps/ps-document.c: (start_interpreter):
13672
13673         Log gs env var
13674
13675 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13676
13677         * shell/ev-page-view.c: (ev_page_view_dispose):
13678         * shell/ev-view.c: (ev_view_finalize):
13679         * shell/ev-window.c: (ev_window_setup_document),
13680         (ev_window_dispose), (ev_window_init):
13681
13682         Solve more refs issues.
13683
13684         I commented out the page_view initialization for now:
13685         it was never destroyed (because it's never added
13686         to a container). Because of that we was leaking
13687         gs processes. Couldnt think to a clean fix.
13688         We need to figure this out, password view has the
13689         same issue probably.
13690
13691 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13692
13693         * ps/ps-document.c: (ps_document_finalize),
13694         (ps_document_get_n_pages), (ps_document_get_page):
13695
13696         Some cleanups, stop the interpreter on finalize
13697
13698         * shell/ev-page-view.c: (ev_page_view_dispose),
13699         (ev_page_view_class_init):
13700
13701         Release our reference on the document
13702
13703 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13704
13705         * Makefile.am:
13706         * configure.ac:
13707         * doc/debugging.txt:
13708         * lib/.cvsignore:
13709         * lib/Makefile.am:
13710         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
13711         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
13712         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
13713         * lib/ev-debug.h:
13714
13715         Add debugging helpers
13716
13717         * ps/Makefile.am:
13718         * ps/ps-document.c: (set_up_page), (start_interpreter),
13719         (stop_interpreter), (document_load), (ps_document_next_page),
13720         (ps_document_goto_page), (ps_document_set_page_size),
13721         (ps_document_widget_event), (ps_document_render):
13722         * shell/Makefile.am:
13723         * shell/ev-view.c: (expose_bin_window):
13724         * shell/main.c: (main):
13725
13726         Add some logs
13727         
13728 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
13729
13730         * ps/ps-document.c: (ps_document_widget_event):
13731
13732         Initialize message_window, this should make ps
13733         rendering really work! (Never noticed because I was
13734         testing with a ps that is causing gs to exit every time!)
13735
13736 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
13737
13738         * data/evince.schemas.in: updated simple error in applyto closing tag
13739
13740 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
13741
13742         * Makefile.am:
13743         * configure.ac:
13744         * data/.cvsignore:
13745         * data/Makefile.am:
13746         * data/evince-ui.xml:
13747         A data/evince.schemas.in:
13748         * po/POTFILES.in:
13749         * shell/ev-stock-icons.c: (ev_stock_icons_init):
13750         * shell/ev-stock-icons.h:
13751         * shell/ev-window.c: (update_chrome_visibility),
13752         (update_chrome_flag), (ev_window_cmd_edit_find),
13753         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
13754         (ev_window_unfullscreen), (ev_window_focus_in_event),
13755         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
13756         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
13757         (ev_window_view_sidebar_cb), (find_bar_close_cb),
13758         (ev_window_dispose), (ev_window_class_init),
13759         (set_action_properties), (set_chrome_actions), (load_chrome),
13760         (ev_window_init):
13761
13762         Implement fullscreen mode changes from bug #164776.
13763         Also implement persistent chrome toggles.
13764
13765 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
13766
13767         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
13768
13769 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13770
13771         * NEWS:
13772         * configure.ac:
13773         * shell/ev-view.c:
13774
13775         Add another check for find interface
13776
13777         Release 0.1.3
13778
13779 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13780
13781         * shell/ev-application.c: (ev_application_open):
13782         * shell/ev-window.c: (ev_window_open):
13783
13784         Open gzipped ps documents
13785
13786 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13787
13788         * TODO:
13789         * shell/ev-view.c: (set_document_page):
13790
13791         Clamp page number, dont try to move to
13792         not existant pages.
13793
13794 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
13795
13796         * backend/ev-document-find.c: (ev_document_find_changed):
13797         * backend/ev-document-find.h:
13798         * pdf/xpdf/pdf-document.cc:
13799         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
13800         * shell/ev-window.c: (find_bar_search_changed_cb):
13801
13802         Fix several bugs with find
13803
13804 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
13805
13806         * shell/ev-sidebar-thumbnails.c
13807         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
13808         document. Prevents warning from scroll_to_cell.
13809
13810 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
13811
13812         * configure.ac: Add «nb» to ALL_LINGUAS too.
13813
13814 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
13815
13816         * NOTES: New file with some random thoughts.
13817
13818         * TODO: Update.
13819
13820         * backend/ev-document-misc.c:
13821         (ev_document_misc_get_page_border_size): New function to
13822         canonicalize shadow drawing sizes.  Possibly goofy.
13823
13824         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
13825         (ev_view_best_fit), (ev_view_fit_width):
13826         * pdf/xpdf/pdf-document.cc:
13827         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
13828         * ps/ps-document.c: (ps_document_get_page_size):
13829         * backend/ev-document-misc.h:
13830         * backend/ev-document.c: (ev_document_get_page_size):
13831         * backend/ev-document.h: get_page_size now takes a page number
13832         parameter.  Made all the backends/frontends honor it.
13833
13834         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
13835         see.  Doesn't work yet.
13836
13837         * shell/Makefile.am:
13838         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
13839         Doesn't do anything yet.
13840
13841         * shell/ev-sidebar-thumbnails.c:
13842         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
13843         [0..n_pages-1]
13844
13845         * shell/ev-window.c: (update_action_sensitivity),
13846         (ev_window_setup_document), (ev_window_set_page_mode),
13847         (ev_window_page_mode_cb), (ev_window_init): Clean up the
13848         view-swapping code a bit so we can have multiple views on a
13849         document.  Add the multi-page view, though it can't be turned on
13850         yet.
13851
13852 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13853
13854         * shell/ev-application.c: (ev_application_open):
13855         * shell/ev-view.c: (expose_bin_window):
13856         * shell/ev-window.c: (ev_window_open):
13857
13858         Support eps and check document supports find
13859         before drawing highlightings in expose.
13860
13861 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
13862
13863         * pixbuf/pixbuf-document.c:
13864         (pixbuf_document_thumbnails_get_dimensions),
13865         (pixbuf_document_document_thumbnails_iface_init):
13866
13867         implement get_dimensions
13868
13869 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
13870
13871         * NEWS:
13872         * configure.ac:
13873
13874         Release 0.1.2
13875
13876 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13877
13878         * shell/ev-view.c: (set_document_page):
13879
13880         Scroll at the top of the page when changing page
13881
13882 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13883
13884         * shell/ev-view.c: (ev_view_motion_notify_event):
13885
13886         Do not redraw unnecessarily
13887
13888 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13889
13890         * pdf/xpdf/pdf-document.cc:
13891         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13892         (expose_bin_window), (find_changed_cb):
13893
13894         Yay! find works now... Now to find bugs...
13895
13896 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
13897
13898         * backend/ev-document-find.c: (ev_document_find_base_init),
13899         (ev_document_find_changed):
13900         * backend/ev-document-find.h:
13901         * pdf/xpdf/pdf-document.cc:
13902         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
13903         (expose_bin_window), (ev_view_init), (set_document_page),
13904         (ensure_rectangle_is_visible), (jump_to_find_result),
13905         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
13906         (ev_view_find_next), (ev_view_find_previous):
13907         * shell/ev-view.h:
13908         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
13909
13910         More work on find implementation, mostly there now
13911
13912 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
13913
13914         * backend/ev-backend-marshalers.list:
13915         * backend/ev-document-find.c: (ev_document_find_base_init),
13916         (ev_document_find_cancel), (ev_document_find_page_has_results),
13917         (ev_document_find_get_n_results), (ev_document_find_get_result),
13918         (ev_document_find_get_progress), (ev_document_find_changed):
13919         * backend/ev-document-find.h:
13920
13921         Enanche the find interface to be really able to do
13922         multi page find.
13923
13924         * pdf/xpdf/pdf-document.cc:
13925
13926         Implement
13927
13928         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
13929         (expose_bin_window), (ev_view_init),
13930         (ev_view_get_find_status_message), (find_changed_cb),
13931         (ev_view_set_document), (set_document_page):
13932
13933         Adapt to the new interface. A few things are regressed sorry,
13934         I will finish it soon.
13935
13936 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
13937
13938         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
13939         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
13940         ev_sidebar_thumbnails_parent_class variable, don't define another
13941         parent_class variable.
13942
13943         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
13944         (ev_page_action_class_init): ditto.
13945
13946         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
13947         (pixbuf_document_class_init): ditto.
13948
13949         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
13950         ditto.
13951
13952         * .cvsignore: ignore various valgrind output files.
13953
13954 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13955
13956         * data/evince-ui.xml:
13957         * shell/Makefile.am:
13958         * shell/ev-history.c:
13959         * shell/ev-history.h:
13960         * shell/ev-navigation-action.c:
13961         * shell/ev-navigation-action.h:
13962         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
13963         (ev_view_set_page), (ev_view_fit_width):
13964         * shell/ev-view.h:
13965         * shell/ev-window.c: (update_action_sensitivity),
13966         (ev_window_setup_document), (register_custom_actions):
13967
13968         Kill session history
13969
13970 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
13971
13972         * shell/ev-window.c: (update_action_sensitivity):
13973
13974         Fix inverted up/down buttons
13975
13976 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
13977
13978         * shell/ev-sidebar-thumbnails.c
13979         (ev_sidebar_thumbnails_select_page): make sure the selected
13980         thumbnail stays visible.
13981
13982 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
13983
13984         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
13985         scrolled window for Federico.
13986
13987 2005-01-26  Ole Laursen  <olau@hardworking.dk>
13988
13989         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
13990
13991 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
13992
13993         * configure.ac:
13994         * pdf/splash/SplashFTFontEngine.cc:
13995
13996         Fix CID fonts with freetype 2.1.9
13997
13998 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
13999
14000         * TODO: added item for desktop icon thumbnailer
14001
14002 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
14003
14004         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
14005         unloaded docs when the title is accessed.
14006
14007         * shell/ev-password-view.[hc]: New widget for displaying password
14008         state.
14009
14010         * shell/ev-window.[ch]: Refactor password handling code to handle
14011         the new view.
14012
14013 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
14014
14015         * NEWS:
14016         * configure.ac:
14017         * data/Makefile.am:
14018
14019         Release 0.1.1
14020
14021 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
14022
14023         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
14024         ignore page offset here, to make search results independent of it,
14025
14026         * shell/ev-view.c (expose_bin_window): but take offsets into
14027         account here. Bug #164932
14028
14029         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
14030         scale at the right time. Bug #164996
14031
14032 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
14033
14034         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
14035         fix the problem. Now I just removed the Adobe font names and hope
14036         that the URW fonts are always in outline format. Bug #164934
14037
14038         * shell/ev-window.c (update_window_title): empty titles are
14039         useless, use filename in that case too.
14040
14041         * NEWS: Add some content.
14042
14043 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
14044
14045         * TODO: added one more TODO item and a TODONE section :)
14046
14047 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14048
14049         * ps/ps-document.h: add page_[xy]_offset fields.
14050
14051         * ps/ps-document.c (ps_document_set_page_offset)
14052         (ps_document_render): Keep offset in consideration in a few
14053         places. Bug #164752 "postscript documents are not centered in
14054         window"
14055
14056         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
14057         s/gpdf/evince/. Spotted by Stephane Loeuillet.
14058
14059         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
14060         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
14061         stub out missing methods for complete EvDocument implementation.
14062         Fixes segfaults with Save A Copy and Copy actions.
14063
14064         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
14065         (ps_document_document_iface_init): ditto.
14066         
14067 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14068
14069         * data/.cvsignore:
14070         * data/Makefile.am:
14071         * data/evince.desktop.in:
14072
14073         Add desktop file
14074
14075 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14076
14077         * shell/ev-view.c: (ev_view_button_press_event),
14078         (ev_view_motion_notify_event):
14079
14080         Make selection work in any direction
14081
14082 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14083
14084         * TODO:
14085         * shell/ev-window.c: (set_short_labels), (ev_window_init):
14086
14087         Use shorter labels for some of the toolbars items
14088
14089 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
14090
14091         * pdf/xpdf/pdf-document.cc:
14092
14093         Check the links info is initialized before
14094         using it. Should fix a crash on startup.
14095
14096 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
14097
14098         * pixbuf/pixbuf-document.c
14099         (pixbuf_document_thumbnails_get_dimensions): force floating point
14100         division to calculate page_ratio. Fixes crash with landscape
14101         format pixbufs.
14102
14103 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
14104
14105         * shell/ev-view.c (ev_view_realize): make the bg color darker.
14106
14107 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
14108
14109         * shell/ev-view.c (set_document_page): unset has_selection when
14110         the page changes.
14111         (set_document_page): handle paper size changes when the page
14112         changes (test with Free Culture, page 2).
14113
14114 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14115
14116         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
14117         (expose_bin_window), (ev_view_class_init), (ev_view_init):
14118
14119         Use normal style color for the widget background and
14120         draw a black box around the page.
14121
14122 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14123
14124         * pdf/xpdf/pdf-document.cc:
14125
14126         Keep offset in consideration in a few places
14127
14128         * shell/ev-view.c: (expose_bin_window):
14129
14130         Set the offsets so that the document is ever centered
14131
14132 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
14133
14134         * TODO: Added TODO items and finished off the first todo item
14135
14136         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
14137         reflect current authors
14138
14139 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14140
14141         * pdf/xpdf/pdf-document.cc:
14142         * shell/ev-view.c: (ev_view_set_cursor),
14143         (ev_view_motion_notify_event), (document_changed_callback),
14144         (set_document_page):
14145
14146         Show a wait cursor while the page is rendering
14147
14148 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
14149
14150         * shell/ev-sidebar-thumbnails.c:
14151         (ev_sidebar_tree_selection_changed),
14152         (ev_sidebar_thumbnails_select_page):
14153         * shell/ev-sidebar-thumbnails.h:
14154         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
14155         (ev_view_can_go_forward):
14156         * shell/ev-window.c: (ev_window_open_page),
14157         (ev_window_setup_document), (update_current_page),
14158         (view_page_changed_cb), (ev_window_init):
14159         * shell/ev-window.h:
14160
14161         Ensure thumbnails selection, toolbar page control and
14162         current page are in sync.
14163
14164 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
14165
14166         * pdf/xpdf/XRef.cc:
14167
14168         Fix CAN-2005-0064
14169
14170 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
14171
14172         * backend/Makefile.am:
14173         * backend/ev-document-links.h:
14174         * backend/ev-document-security.c: (ev_document_security_get_type),
14175         (ev_document_security_has_document_security),
14176         (ev_document_security_set_password):
14177         * backend/ev-document-security.h:
14178         * backend/ev-document.c: (ev_document_error_quark):
14179         * backend/ev-document.h:
14180         * data/Makefile.am:
14181         * data/evince-password.glade:
14182         * pdf/xpdf/pdf-document.cc:
14183         * shell/Makefile.am:
14184         * shell/ev-password.c: (ev_password_set_bad_password_label),
14185         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
14186         (ev_password_dialog_get_password),
14187         (ev_password_dialog_set_bad_pass):
14188         * shell/ev-password.h:
14189         * shell/ev-window.c: (ev_window_get_attribute),
14190         (ev_window_set_property), (update_action_sensitivity),
14191         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
14192         (ev_window_setup_document), (ev_window_get_password),
14193         (ev_window_open), (ev_window_cmd_save_as),
14194         (using_postscript_printer), (ev_window_print),
14195         (find_not_supported_dialog), (ev_window_cmd_edit_find),
14196         (update_fullscreen_popup), (ev_window_fullscreen),
14197         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
14198         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
14199         (menu_item_select_cb), (find_bar_search_changed_cb),
14200         (ev_window_dispose), (ev_window_init):
14201
14202         Add initial support for password-supported dialogs.  This could be
14203         a lot cooler, but it'll do for now.
14204
14205 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
14206
14207         * pdf/xpdf/pdf-document.cc:
14208         * shell/ev-view.c: (status_message_from_link),
14209         (ev_view_set_status), (ev_view_set_cursor),
14210         (ev_view_motion_notify_event), (ev_view_init):
14211         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
14212
14213         Fix bugs in the links implementation and change cursor
14214         when hovering a link.
14215
14216 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
14217
14218         * viewer/.cvsignore: added cvsignore file for viewer directory
14219
14220         * TODO: created TODO document
14221
14222 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
14223
14224         * shell/ev-view.h:
14225         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
14226         new functions to help with implementation of sensitivity code
14227         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14228         of all actions that might require it.  Fixes a crash when you
14229         click on the Zoom actions in a window lacking a document.
14230
14231 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
14232
14233         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
14234         of the Find action
14235
14236 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14237
14238         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
14239         (pixbuf_document_document_iface_init):
14240         * ps/ps-document.c: (ps_document_get_link),
14241         (ps_document_document_iface_init):
14242         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
14243         (status_message_from_link), (ev_view_set_status),
14244         (ev_view_set_find_status), (ev_view_motion_notify_event),
14245         (ev_view_button_release_event), (ev_view_set_property),
14246         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
14247         (ev_view_get_find_status_message), (update_find_results),
14248         (ev_view_get_status), (ev_view_get_find_status):
14249         * shell/ev-view.h:
14250         * shell/ev-window.c: (view_status_changed_cb),
14251         (view_find_status_changed_cb), (ev_window_init):
14252
14253         View status message support, use it to show the links.
14254         Needs work...
14255
14256 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14257
14258         * backend/ev-document.c: (ev_document_get_link):
14259         * backend/ev-document.h:
14260         * pdf/xpdf/pdf-document.cc:
14261         * shell/ev-application.c: (ev_application_open):
14262         * shell/ev-application.h:
14263         * shell/ev-sidebar-links.c: (selection_changed_cb):
14264         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
14265         (ev_view_go_to_link):
14266
14267         Add support for document links
14268
14269 2005-01-13  Anders Carlsson  <andersca@gnome.org>
14270
14271         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
14272         (create_tool_item):
14273         Set the spin button limits correctly.
14274         
14275         * shell/ev-sidebar-thumbnails.c:
14276         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
14277         Support changing pages by clicking on the thumbnails.
14278         
14279 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
14280
14281         * pixbuf/pixbuf-document.c:
14282         (pixbuf_document_thumbnails_get_dimensions),
14283         (pixbuf_document_document_thumbnails_iface_init):
14284
14285         implement get_dimensions
14286
14287 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
14288
14289         * ps/ps-document.c: (ps_document_goto_page):
14290
14291         Fix page switching on multipage documents
14292
14293 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
14294
14295         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
14296         
14297         check for NULL before assigning to width and height parameters
14298
14299 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14300
14301         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
14302         (pixbuf_document_set_property), (pixbuf_document_get_property):
14303
14304         implement get/set properties
14305
14306 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
14307
14308         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
14309         
14310         return NULL instead of "Unknown", letting the title get set to
14311         the filename when the pdf has no title.
14312
14313 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14314
14315         * ps/ps-document.c: (ps_document_get_page_count),
14316         (ps_document_goto_page):
14317
14318 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14319
14320         * shell/ev-history.c: (ev_history_get_property),
14321         (ev_history_set_property), (ev_history_class_init),
14322         (ev_history_add_page), (ev_history_set_current_index):
14323         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
14324         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
14325         (ev_navigation_action_finalize):
14326         * shell/ev-navigation-action.h:
14327         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14328         (ev_view_go_forward), (ev_view_get_find_status_message),
14329         (history_index_changed_cb), (ev_view_set_history):
14330         * shell/ev-view.h:
14331         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14332         (update_current_page), (register_custom_actions):
14333
14334         Implement history dropdowns
14335
14336 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
14337
14338         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
14339         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
14340         (ev_view_go_forward):
14341         * shell/ev-window.c: (register_custom_actions):
14342
14343         Fix several history bugs
14344
14345 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
14346
14347         * configure.ac: Add «nb» to ALL_LINGUAS.
14348
14349 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
14350
14351         * backend/Makefile.am:
14352         * backend/ev-bookmark.c:
14353         * backend/ev-bookmark.h:
14354         * backend/ev-document-bookmarks.c:
14355         * backend/ev-document-bookmarks.h:
14356         * backend/ev-document-links.c: (ev_document_links_get_type),
14357         (ev_document_links_has_document_links),
14358         (ev_document_links_begin_read), (ev_document_links_get_link),
14359         (ev_document_links_get_child), (ev_document_links_next),
14360         (ev_document_links_free_iter):
14361         * backend/ev-document-links.h:
14362         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
14363         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
14364         (ev_link_get_link_type), (ev_link_set_link_type),
14365         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
14366         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
14367         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
14368         (ev_link_new_external):
14369         * backend/ev-link.h:
14370         * pdf/xpdf/pdf-document.cc:
14371         * shell/Makefile.am:
14372         * shell/ev-application.c: (ev_application_open_link):
14373         * shell/ev-application.h:
14374         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
14375         (ev_history_get_link_nth):
14376         * shell/ev-history.h:
14377         * shell/ev-sidebar-bookmarks.c:
14378         * shell/ev-sidebar-bookmarks.h:
14379         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
14380         (ev_sidebar_links_class_init), (selection_changed_cb),
14381         (ev_sidebar_links_construct), (ev_sidebar_links_init),
14382         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
14383         (do_one_iteration), (populate_links_idle),
14384         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
14385         * shell/ev-sidebar-links.h:
14386         * shell/ev-sidebar.c: (ev_sidebar_set_document):
14387         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
14388         (go_to_index):
14389         * shell/ev-view.h:
14390         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
14391         * shell/ev-window.h:
14392
14393         Rename bookmark to link, and use "Index" for the sidebar panel.
14394
14395 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14396
14397         * shell/Makefile.am:
14398         * shell/ev-application.c: (ev_application_open_bookmark):
14399         * shell/ev-application.h:
14400         * shell/ev-history.c: (ev_history_init), (free_links_list),
14401         (ev_history_finalize), (ev_history_class_init),
14402         (ev_history_add_link), (ev_history_add_page),
14403         (ev_history_get_link_nth), (ev_history_get_n_links),
14404         (ev_history_get_current_index), (ev_history_set_current_index),
14405         (ev_history_new):
14406         * shell/ev-history.h:
14407         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14408         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
14409         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
14410         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
14411         (ev_view_set_page):
14412         * shell/ev-view.h:
14413         * shell/ev-window.c: (ev_window_open_bookmark),
14414         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
14415         (goto_page_cb), (register_custom_actions):
14416         * shell/ev-window.h:
14417
14418         Initial history implementation. Needs work.
14419
14420 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
14421
14422         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
14423
14424 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
14425
14426         * cut-n-paste/recent-files/egg-recent-item.c:
14427         * cut-n-paste/recent-files/egg-recent-item.h:
14428         * cut-n-paste/recent-files/egg-recent-model.c:
14429         * cut-n-paste/recent-files/egg-recent-util.c:
14430         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
14431         * cut-n-paste/recent-files/egg-recent-view.c:
14432
14433         Update
14434
14435 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
14436
14437         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
14438         (fillGlyph, fillImageMask, drawImage):
14439         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
14440         pdf/splash/SplashTypes.h:
14441         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
14442         packed mode for Splash.
14443
14444         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
14445         RGB8 packed mode, eliminates the pixbuf data creation loop.
14446
14447         * shell/ev-print-job.c (ev_print_job_finalize)
14448         (ev_print_job_set_property, ev_print_job_get_property)
14449         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
14450         (ev_print_job_use_print_dialog_settings, idle_print_handler)
14451         (print_closure_finalize, ev_print_job_print): implement
14452         printing (for backends with EvPsExporter)
14453
14454         * shell/ev_print_job.h: update prototypes.
14455
14456         * shell/ev-window.c (ev_window_print): unref print job after
14457         printing.
14458
14459         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
14460         unless the document implements the EvDocumentFind interface.
14461
14462 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
14463
14464         * configure.ac: Added ja to ALL_LINGUAS.
14465
14466 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14467
14468         * pdf/xpdf/pdf-document.cc:
14469
14470         add a FIXME. We should probably not allocate
14471         a bookmark object every time
14472
14473 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14474
14475         * shell/ev-application.c: (ev_application_open),
14476         (ev_application_open_bookmark):
14477         * shell/ev-application.h:
14478         
14479         Add a way to open bookmarks
14480
14481         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
14482         (ev_bookmark_set_uri), (ev_bookmark_get_property),
14483         (ev_bookmark_set_property), (ev_bookmark_class_init),
14484         (ev_bookmark_new_title), (ev_bookmark_new_link),
14485         (ev_bookmark_new_external):
14486
14487         Support for external uris, better constructors.
14488
14489         * backend/ev-bookmark.h:
14490         * pdf/xpdf/pdf-document.cc:
14491         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
14492
14493         Handle external uris
14494
14495 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14496
14497         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
14498         (ev_sidebar_bookmarks_construct), (do_one_iteration):
14499
14500         Hook up bookmarks navigation
14501
14502 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14503
14504         * backend/Makefile.am:
14505         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
14506         (ev_bookmark_get_title), (ev_bookmark_set_title),
14507         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
14508         (ev_bookmark_get_page), (ev_bookmark_set_page),
14509         (ev_bookmark_get_property), (ev_bookmark_set_property),
14510         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
14511         (ev_bookmark_new):
14512         * backend/ev-bookmark.h:
14513         * backend/ev-document-bookmarks.c:
14514         (ev_document_bookmarks_get_bookmark):
14515         * backend/ev-document-bookmarks.h:
14516         * pdf/xpdf/pdf-document.cc:
14517         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
14518
14519         Add a bookmark object to the backend and use it instead of get_values
14520
14521 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
14522
14523         * data/evince-ui.xml:
14524
14525         Cleanup and add select all.
14526
14527         * shell/ev-view.c: (ev_view_select_all),
14528         (ev_view_button_press_event):
14529         * shell/ev-view.h:
14530         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
14531
14532         Add select all.
14533         Clear selection on click.
14534
14535 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
14536
14537         * shell/ev-sidebar-thumbnails.c
14538         (ev_sidebar_thumbnails_set_document): forgot to unref the
14539         loading_icon.
14540
14541 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
14542
14543         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
14544         at the visible page, not just linearly.  This makes it look fast.
14545
14546 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
14547
14548         * backend/ev-document-misc.c
14549         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
14550         white.
14551         * backend/ev-document-thumbnails.h: New interface to get the size
14552         of a page.
14553
14554 2005-01-06  Jeremy Katz  <katzj@redhat.com>
14555
14556         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
14557         make dist works
14558
14559 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
14560
14561         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
14562         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
14563         things up a bit.
14564
14565         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
14566
14567 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
14568
14569         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
14570         fonts. Should fix font problems on systems that have the base
14571         fonts in bitmap format. Reported by James Henstridge
14572         <james@jamesh.id.au>.
14573
14574 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14575
14576         * pdf/xpdf/Gfx.cc:
14577         * pdf/xpdf/GfxState.cc:
14578
14579         Fix for CAN-2004-1125
14580
14581 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14582
14583         * shell/ev-view.c: (ev_view_copy):
14584         * shell/ev-view.h:
14585         * shell/ev-window.c: (ev_window_cmd_edit_copy):
14586
14587         Implement Edit->Copy
14588
14589 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14590
14591         * backend/ev-document.c: (ev_document_get_text):
14592         * backend/ev-document.h:
14593         * pdf/xpdf/pdf-document.cc:
14594         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
14595         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
14596         (ev_view_update_primary_selection), (ev_view_button_press_event),
14597         (ev_view_motion_notify_event), (ev_view_button_release_event):
14598
14599         Beginnings of clipboard support. Incomplete but primary sort
14600         of work.
14601
14602 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14603
14604         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
14605         (expose_bin_window):
14606
14607         Nicer rubberband drawing, from GtkIconView.
14608
14609 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14610
14611         * backend/ev-document.c: (ev_document_save):
14612         * backend/ev-document.h:
14613         * data/evince-ui.xml:
14614         * pdf/xpdf/pdf-document.cc:
14615         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
14616
14617         Implement "Save a copy..." menu item
14618
14619 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
14620
14621         * shell/ev-view.c: (ev_view_zoom):
14622
14623         Queue a resize when zoom changes
14624
14625 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
14626
14627         * backend/ev-document-misc.[ch]: New misc file to do simple drop
14628         shadows.
14629
14630         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
14631         thumbnails..
14632
14633 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
14634
14635         * pdf/xpdf/pdf-document.cc
14636         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
14637
14638 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
14639
14640         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
14641         It's slow, but I'll speed it up next!
14642
14643 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
14644
14645         * shell/main.c (load_files):
14646
14647         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
14648         from the command line and because it seems more appropriate.
14649
14650 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14651
14652         * data/evince-ui.xml:
14653         * shell/ev-window.c: (update_action_sensitivity),
14654         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
14655
14656         s/next page/page down
14657         s/previous page/page up
14658
14659 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
14660
14661         * data/evince-ui.xml:
14662
14663         Change the layout to match clarkbw design.
14664
14665         * shell/Makefile.am:
14666         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
14667         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
14668         (ev_navigation_action_finalize),
14669         (ev_navigation_action_set_property),
14670         (ev_navigation_action_get_property),
14671         (ev_navigation_action_class_init):
14672         * shell/ev-navigation-action.h:
14673
14674         Implement clarkbw toolbar navigation controls (incomplete)
14675
14676         * shell/ev-page-action.c: (update_label), (update_spin),
14677         (value_changed_cb), (create_tool_item), (connect_proxy),
14678         (ev_page_action_init), (ev_page_action_finalize),
14679         (ev_page_action_set_property), (ev_page_action_get_property),
14680         (ev_page_action_set_current_page),
14681         (ev_page_action_set_total_pages), (ev_page_action_class_init):
14682         * shell/ev-page-action.h:
14683
14684         Implement a page switcher in the toolbar
14685
14686         * shell/ev-view.c: (ev_view_scroll_view):
14687         * shell/ev-window.c: (update_total_pages), (ev_window_open),
14688         (update_current_page), (view_page_changed_cb), (goto_page_cb),
14689         (register_custom_actions), (ev_window_init):
14690
14691         Change page on PageUp/Down.
14692
14693 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
14694
14695         * pdf/xpdf/pdf-document.cc
14696         (pdf_document_thumbnails_get_thumbnail): initial stab at
14697         implementing thumbnail support for pdfs.  It only does documents
14698         with precached pdfs now.
14699
14700 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
14701
14702         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
14703         thumbnail code into a time-based idle as well.  Also, turn off the
14704         shadow temporarily as it's really slow.
14705
14706 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14707
14708         * backend/ev-document.c: (ev_document_class_init):
14709         * pdf/xpdf/pdf-document.cc:
14710         * shell/ev-window.c: (ev_window_open):
14711
14712         Fix document title bugs and fallback to
14713         filename when not available.
14714
14715 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
14716
14717         * backend/ev-document.c: (ev_document_get_type),
14718         (ev_document_class_init), (ev_document_load),
14719         (ev_document_get_title):
14720         * backend/ev-document.h:
14721         * pdf/xpdf/pdf-document.cc:
14722         * ps/ps-document.c: (ps_document_set_property),
14723         (ps_document_get_property), (ps_document_class_init),
14724         (document_load):
14725         * ps/ps-document.h:
14726         * ps/ps.h:
14727         * shell/ev-window.c: (update_window_title), (ev_window_open),
14728         (ev_window_init):
14729
14730         Initial support for document title. Not working yet.
14731
14732 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14733
14734         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
14735
14736         Grab focus on the view when clicking it
14737
14738 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14739
14740         * shell/ev-marshal.list:
14741         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
14742         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
14743
14744         Add key bindings to the view. Now if the focus would work
14745         right...
14746
14747 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
14748
14749         * Makefile.am:
14750         * backend/Makefile.am:
14751         * data/Makefile.am:
14752         * dvi/Makefile.am:
14753         * dvi/dvilib/Makefile.am:
14754         * pdf/xpdf/Makefile.am:
14755         * po/POTFILES.in:
14756         * ps/Makefile.am:
14757
14758         Fix distcheck
14759
14760 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14761
14762         * shell/ev-view.c: (ev_view_realize):
14763
14764         Fix mouse wheel scrolling
14765
14766 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14767
14768         * ps/Makefile.am:
14769         * ps/gstypes.h:
14770         * ps/gtkgs.c:
14771         * ps/gtkgs.h:
14772         * ps/ps-document.c: (catchPipe), (ps_document_init),
14773         (ps_document_class_init), (ps_document_cleanup),
14774         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
14775         (set_up_page), (close_pipe), (is_interpreter_ready),
14776         (interpreter_failed), (output), (input), (start_interpreter),
14777         (stop_interpreter), (file_length), (file_readable),
14778         (check_filecompressed), (check_pdf), (compute_xdpi),
14779         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
14780         (ps_document_get_type), (ps_document_emit_error_msg),
14781         (document_load), (ps_document_next_page),
14782         (ps_document_get_current_page), (ps_document_get_page_count),
14783         (ps_document_goto_page), (ps_document_set_page_size),
14784         (ps_document_zoom_to_fit), (ps_document_set_zoom),
14785         (ps_document_load), (ps_document_get_n_pages),
14786         (ps_document_set_page), (ps_document_get_page),
14787         (ps_document_widget_event), (ps_document_set_target),
14788         (ps_document_set_scale), (ps_document_set_page_offset),
14789         (ps_document_get_page_size), (ps_document_render),
14790         (ps_document_document_iface_init):
14791         * ps/ps-document.h:
14792         * ps/ps.c:
14793         * shell/ev-window.c: (ev_window_open):
14794
14795         Rename GtkGS to PSDocument
14796
14797 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14798
14799         * ps/gtkgs.c: (gtk_gs_class_init):
14800         * ps/gtkgs.h:
14801
14802         Some more leftover...
14803
14804 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14805
14806         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
14807         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
14808         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
14809         * ps/gtkgs.h:
14810
14811         Remove unused code and make a lot of stuff private
14812
14813 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14814
14815         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
14816         (gtk_gs_defaults_changed):
14817         * ps/gsdefaults.h:
14818         * ps/gtkgs.c:
14819         * ps/gtkgs.h:
14820         * ps/ps.h:
14821
14822         Cleanup headers dependencies
14823
14824 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
14825
14826         * ps/Makefile.am:
14827         * ps/ggvutils.c:
14828         * ps/ggvutils.h:
14829         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
14830         * ps/gsdefaults.h:
14831         * ps/gtkgs.c: (file_length), (file_readable),
14832         (check_filecompressed), (check_pdf), (gtk_gs_load),
14833         (gtk_gs_get_postscript):
14834
14835         Get rid of ggvutils
14836
14837 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14838
14839         * ps/ggvutils.c:
14840         * ps/ggvutils.h:
14841         * ps/gsio.h:
14842         * ps/gtkgs.c: (gtk_gs_set_zoom):
14843
14844         Cleanups
14845
14846 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14847
14848         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
14849
14850         Ensure the page is rerendered when changing zoom
14851
14852 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
14853
14854         * backend/ev-document.c: (ev_document_base_init),
14855         (ev_document_changed):
14856         * backend/ev-document.h:
14857
14858         Add a changed event that is emitted when the page content
14859         changes. This is necessary to deal with the fact that
14860         in ps backend rendering happen asycrounously.
14861         This makes the ps backend mostly work.
14862
14863         * pdf/xpdf/pdf-document.cc:
14864
14865         Emit changed event
14866
14867         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
14868         (ps_document_set_target):
14869
14870         Emit changed event
14871
14872         * shell/ev-view.c: (document_changed_callback),
14873         (ev_view_set_document), (ev_view_set_page):
14874
14875         Redraw on the changed signal
14876
14877 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
14878
14879         * configure.ac: Added pt_BR to ALL_LINGUAS.
14880
14881 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
14882
14883         * backend/ev-document-bookmarks.c:
14884         (ev_document_bookmarks_get_child): *
14885         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
14886         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
14887         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
14888         (ev_sidebar_bookmarks_destroy),
14889         (ev_sidebar_bookmarks_class_init),
14890         (ev_sidebar_bookmarks_construct), (stack_data_free),
14891         (do_one_iteration), (populate_bookmarks_idle),
14892         (ev_sidebar_bookmarks_clear_document),
14893         (ev_sidebar_bookmarks_set_document): *
14894         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
14895         (ev_sidebar_add_page),
14896         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
14897         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
14898         it displays both the topics and the page numbers.
14899
14900 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
14901
14902         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
14903         toggle.
14904         * shell/ev-window.c (toggle_entries): Set sidebar default value to
14905         visible.
14906
14907 2004-12-23  Adam Weinberger  <adamw@gnome.org>
14908
14909         * configure.ac: Added en_CA to ALL_LINGUAS.
14910
14911 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14912
14913         * ChangeLog: replace bottom of this ChangeLog (merged history of
14914         ggv and gpdf; where all paths were wrong and most of the files are
14915         not even in this tree) with ChangeLog (from arch) of the shell
14916         code.
14917
14918 2004-12-23  Havoc Pennington  <hp@redhat.com>
14919
14920         * shell/ev-window.c: hook up potentially-questionable "find
14921         results status text" feature - something involving the sidebar or
14922         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
14923         might be better in the end.
14924
14925         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
14926         with corresponding signal when it should be updated
14927
14928         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
14929
14930 2004-12-22  Havoc Pennington  <hp@redhat.com>
14931
14932         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
14933         find stuff on other pages, sort of (only returns one result on
14934         invisible pages, to show they have results; updates full results
14935         for a page when you view it). Currently repaints the current page
14936         every time a new result is found on any page, which isn't so nice.
14937
14938 2004-12-22  Havoc Pennington  <hp@redhat.com>
14939
14940         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
14941         the document doesn't support find (better ideas?)
14942         (find_bar_search_changed_cb): handle missing document or document
14943         that doesn't support find
14944
14945         * pdf/xpdf/pdf-document.cc: port to implement the new
14946         EvDocumentFindIface
14947
14948         * backend/ev-document-find.c: create a new interface for searching
14949
14950         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
14951
14952 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
14953
14954         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
14955         libevbackend.la.
14956
14957         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
14958         EvPrintJob constructor arguments.
14959
14960         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
14961         for documents that can export PostScript (page by page).
14962
14963         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
14964         
14965         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
14966         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
14967         (pdf_document_ps_exporter_iface_init:
14968         Implement EvPSExporter.
14969
14970         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
14971
14972 2004-12-22  Anders Carlsson  <andersca@gnome.org>
14973
14974         * backend/Makefile.am:
14975         * backend/ev-document-thumbnails.c:
14976         (ev_document_thumbnails_get_type),
14977         (ev_document_thumbnails_get_thumbnail):
14978         * backend/ev-document-thumbnails.h:
14979         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
14980         (pixbuf_document_thumbnails_get_thumbnail),
14981         (pixbuf_document_document_thumbnails_iface_init):
14982         * shell/Makefile.am:
14983         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
14984         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
14985         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
14986         * shell/ev-sidebar-thumbnails.h:
14987         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
14988         (ev_sidebar_set_document):
14989         * shell/ev-utils.c: (gaussian), (create_blur_filter),
14990         (create_shadow), (ev_pixbuf_add_shadow):
14991         * shell/ev-utils.h:
14992         Add thumbnail support.
14993         
14994 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
14995
14996         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
14997         (using_postscript_printer): Set up a print dialog for "PostScript
14998         injection" method.
14999
15000         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
15001         EvPrintJob.
15002
15003         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
15004
15005 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15006
15007         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
15008         (ps_document_set_target), (ps_document_get_page_size),
15009         (ps_document_render):
15010         * ps/gtkgs.h:
15011
15012         Fix a few bugs
15013
15014 2004-12-22  Christian Rose  <menthos@menthos.com>
15015
15016         * configure.ac: Added "sv" to ALL_LINGUAS.
15017
15018 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
15019
15020         * backend/ev-document-bookmarks.[ch]: new interface to indicate
15021         document supports bookmarks.
15022
15023 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15024
15025         * ps/ggvutils.c: (ggv_file_readable):
15026         * ps/ggvutils.h:
15027         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
15028         (gtk_gs_get_postscript):
15029
15030         Remove unused utils
15031
15032 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15033
15034         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
15035         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
15036         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
15037         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
15038         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
15039         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
15040         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15041         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15042         (gtk_gs_set_antialiasing), (ps_document_load),
15043         (ps_document_render):
15044         * ps/gtkgs.h:
15045
15046         Another check point for the ps backend. Now I can get it to show
15047         pages!
15048
15049 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
15050
15051         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
15052         document setting code.
15053
15054 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15055
15056         * shell/eggfindbar.c: (entry_activate_callback):
15057         Animate the next button when activate is pressed.
15058         
15059 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15060
15061         * shell/ev-window.c: (ev_window_cmd_edit_find),
15062         (update_fullscreen_popup), (ev_window_fullscreen),
15063         (ev_window_unfullscreen), (ev_window_state_event_cb),
15064         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
15065         Fix bugs in fullscreen code.
15066         
15067 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15068
15069         * Makefile.am:
15070         * configure.ac:
15071         * pixbuf/Makefile.am:
15072         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
15073         (pixbuf_document_load), (pixbuf_document_get_n_pages),
15074         (pixbuf_document_set_page), (pixbuf_document_get_page),
15075         (pixbuf_document_set_target), (pixbuf_document_set_scale),
15076         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
15077         (pixbuf_document_render), (pixbuf_document_begin_find),
15078         (pixbuf_document_end_find), (pixbuf_document_finalize),
15079         (pixbuf_document_class_init),
15080         (pixbuf_document_document_iface_init), (pixbuf_document_init):
15081         * pixbuf/pixbuf-document.h:
15082         * shell/Makefile.am:
15083         * shell/ev-application.c: (ev_application_open):
15084         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
15085         (ev_window_open):
15086         Add pixbuf backend.
15087         
15088 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
15089
15090         * Makefile.am: 
15091         * dvi/dvilib/Makefile.am:
15092         * dvi/Makefile.am:
15093         * configure.ac: Auto*ify dvi and dvi/dvilib
15094
15095         * dvi/Makefile: Remove from CVS
15096         
15097         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
15098         confusion.
15099
15100         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
15101         
15102         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
15103         
15104 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15105
15106         * ps/Makefile.am:
15107         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
15108         (gtk_gs_value_adjustment_changed), (compute_size),
15109         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
15110         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
15111         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
15112         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
15113         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
15114         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
15115         (ps_document_load), (ps_document_get_n_pages),
15116         (ps_document_set_page), (ps_document_get_page),
15117         (ps_document_set_target), (ps_document_set_scale),
15118         (ps_document_set_page_offset), (ps_document_get_page_size),
15119         (ps_document_render), (ps_document_begin_find),
15120         (ps_document_end_find), (ps_document_document_iface_init):
15121         * ps/gtkgs.h:
15122         * shell/Makefile.am:
15123         * shell/ev-window.c: (ev_window_open):
15124
15125         Some work to integrate gtkgs with EvDocument
15126
15127 2004-12-22  Anders Carlsson  <andersca@gnome.org>
15128
15129         * shell/ev-window.c: (update_fullscreen_popup),
15130         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
15131         (exit_fullscreen_button_clicked_cb),
15132         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
15133         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
15134         (ev_window_state_event_cb), (ev_window_init):
15135         Add fullscreen support from Epiphany.
15136         
15137 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15138
15139         * data/ev-stock-zoom-fit-width.png: fit-width
15140         stock icon from gpdf.
15141         
15142         * shell/ev-stock-icons.[ch]: copied from gpdf.
15143         
15144         * shell/main.c: (main): init stock icons.
15145         
15146         * shell/ev-window.c: use the fit-width icon.
15147         
15148         * data/evince-ui.xml: add zooming toolbar items.
15149
15150 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15151
15152         * shell/ev-view.c: 
15153         (ev_view_best_fit), (ev_view_fit_width): because
15154         get_page_size() returns the scaled page size, we
15155         need to calculate the scale factor relative to
15156         the previous scale factor. Should really just
15157         add get_real_page_size().
15158
15159 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15160
15161         * shell/ev-view.[ch]:
15162         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
15163         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
15164         add zooming.
15165         
15166         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
15167         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
15168         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
15169         hook it up.
15170         
15171         * pdf/xpdf/pdf-document.cc:
15172         (pdf_document_begin_find),
15173         (pdf_document_end_find): make static.
15174
15175 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15176
15177         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
15178
15179         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
15180         names to fontconfig patterns.
15181         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
15182
15183         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
15184         setupBaseFontsFc.
15185
15186 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
15187
15188         * Makefile.am:
15189         * configure.ac:
15190         * ps/Makefile.am:
15191         * ps/ggvutils.c:
15192         * ps/ggvutils.h:
15193         * ps/gsdefaults.c:
15194         * ps/gsdefaults.h:
15195         * ps/gsio.c:
15196         * ps/gsio.h:
15197         * ps/gtkgs.c:
15198         * ps/gtkgs.h:
15199         * ps/ps.c:
15200         * ps/ps.h:
15201
15202         Import ggv backend. Not hooked up yet.
15203
15204 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15205
15206         * shell/main.c: (load_files), (main): load files
15207         from the command line.
15208
15209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
15210
15211         * configure.ac: don't require bonobo.
15212         
15213         * cut-n-paste/recent-files/*: kill bonobo recent
15214         view.
15215
15216         * shell/ev-window.c:
15217         (ev_window_is_empty): upd.
15218         (unable_to_load), (ev_window_open): load backend
15219         based on the mime type.
15220
15221 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
15222
15223         * backend/.cvsignore: ignore generated marshalers source.
15224
15225         * shell/main.c (main): this is not epiphany.
15226
15227 2004-12-22  Havoc Pennington  <hp@redhat.com>
15228
15229         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
15230         (expose_bin_window): draw find highlights
15231
15232         * shell/ev-window.c (find_bar_search_changed_cb): implement 
15233         
15234         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
15235         (pdf_document_end_find): implement this interface
15236
15237         * backend/ev-document.c (ev_document_found): add this to emit
15238         signal
15239
15240 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
15241
15242         * data/evince-ui.xml: Add a few more toolbar items.
15243
15244         * shell/ev-window.c: Hook up page navigation toolbar 
15245         items.
15246
15247         * shell/ev-view.[ch]: add ev_view_set/get_page and 
15248         a page-changed signal.
15249
15250         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
15251         Add ev_document_get_page().
15252
15253         * shell/ev-window.c: Sensitize/desensitize navigation
15254         actions.
15255
15256 2004-12-21  Havoc Pennington  <hp@redhat.com>
15257
15258         * backend/ev-backend-marshal.c,
15259         backend/ev-backend-marshalers.list, backend/Makefile.am: add
15260         marshaler-generator thingy. I'm sure there's a better way to do
15261         this in the modern world.
15262
15263         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
15264         end_find methods and "found" signal.
15265
15266         * configure.ac: find glib-genmarshal
15267
15268 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
15269
15270         * shell/ev-sidebar.c: Construct an actual sidebar.
15271         * shell/ev-sidebar-bookmarks.[ch]:
15272         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
15273
15274 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
15275
15276         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
15277         Redo size handling.
15278         
15279         * shell/ev-view.c: Track the size from the document.
15280
15281 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
15282
15283         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
15284         constructor assumes ownership of the string passed in.
15285         
15286         * shell/ev-window.c (ev_window_open): Destroy the error
15287         dialog once we've displayed it.
15288
15289 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
15290
15291         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
15292         a bit, it works! (sort of)
15293
15294         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
15295         Move to .cc since we need to use C++ in the implementation.
15296
15297         * shell/dummy.cc: Add a CC file to force evince
15298         to be linked as a C++ program.
15299
15300 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
15301
15302         * shell/ev-view.[ch]: Start of content-area widget.
15303
15304         * shell/ev-window.c: Create a EvView, update it
15305         as we change documents.
15306
15307         * shell/Makefile.am shell/ev-marshal.list: Add
15308         generated marshalers.
15309
15310 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
15311
15312         * Makefile.am (SUBDIRS): move shell.
15313
15314 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
15315
15316         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
15317         .a to libtool convenience libraries.
15318
15319         * shell/ev-window.c (ev_window_open): Hard code loading
15320         a PDF document.
15321         
15322         * backend/ev-document.h: Add a boolean return to load(),
15323         fix GError * to GError **.
15324
15325         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
15326         object for a PDF backend EvDocument.
15327
15328 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
15329
15330         * dvi/*: New directory with the beginning of a .dvi backend.
15331
15332 2004-12-21  Havoc Pennington  <hp@redhat.com>
15333
15334         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
15335         previous/next instead of back/forward
15336
15337 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
15338
15339         * backend/ev-document.[ch]: Fix a couple of problems so
15340         it compile.
15341
15342 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
15343
15344         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
15345         to backend/ directory, rename EvViewer to EvDocument.
15346
15347 2004-12-21  Havoc Pennington  <hp@redhat.com>
15348
15349         * shell/ev-window.c: hook up the find bar widget; now we just need
15350         a document to find things in
15351
15352         * shell/eggfindbar.c: a find bar widget
15353
15354 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
15355
15356         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
15357
15358 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
15359
15360         * pdf/**: Import of xpdf code from gpdf. 
15361
15362         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
15363
15364         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
15365         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
15366         Fix FreeType includes.
15367
15368         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
15369         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
15370         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
15371         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
15372         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
15373         Include xpdfconfig.h
15374         
15375 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
15376
15377         * shell/ev-window.c (ev_window_dispose): dispose can be called
15378         multiple times.
15379
15380 2004-12-21  Havoc Pennington  <hp@redhat.com>
15381
15382         * shell/ev-window.c (ev_window_init): set title to Document Viewer
15383         rather than Evince
15384
15385         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
15386         items; really they should be synced with the strings, etc. from
15387         current gpdf, but just getting the boring typing out of the way 
15388
15389 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15390
15391         * po/POTFILES.in:
15392         * shell/ev-application.c: (window_destroy_cb):
15393         * shell/ev-window.c:
15394         * shell/main.c: (main):
15395
15396         Actually show the window...
15397
15398 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15399
15400         * Makefile.am:
15401         * shell/Makefile.am:
15402         * shell/ev-application.c: (ev_application_class_init):
15403         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
15404
15405         Make it build again
15406
15407 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
15408
15409         Import to gnome cvs.
15410         
15411         * Remove copies of gpdf and ggv trees.
15412         * Rip out all the recursive configure code.
15413         * Remove bonobo machinery.
15414         * viewer/*: GInterfaces that backends should/can implement.
15415
15416 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15417
15418         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
15419         typo
15420
15421 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15422
15423         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
15424         (ev_application_finalize, ev_application_class_init)
15425         (ev_application_init): use GType instance private data for priv.
15426
15427         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
15428         (ev_window_finalize, ev_window_class_init)
15429         (ev_window_init): ditto.
15430
15431 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15432
15433         * shell/ev-application.c (ev_application_new_window): make public
15434         (ev_application_show_initial_window): kill.
15435
15436         * shell/ev-application.h: update prototypes.
15437
15438         * shell/main.cc (main): inline ev_application_show_initial_window.
15439
15440 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15441
15442         * shell/ev-application.c (ev_application_new_window): impl.
15443         (ev_application_show_initial_window): use it.
15444         (is_window_empty, ev_application_get_empty_window): returns an
15445         existing empty window or a new one.
15446         (ev_application_open): from ev_window_cmd_file_open.
15447
15448         * shell/ev-application.h: update prototypes
15449
15450         * shell/ev-window.c (ev_window_is_empty): impl.
15451         (ev_window_open): make public.
15452         (ev_window_cmd_file_open): use ev_application_open
15453
15454         * shell/ev-window.h: update prototypes, remove unused.
15455
15456 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15457
15458         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
15459         move destroy handler out of here...
15460
15461         * shell/ev-application.c, shell/ev-application.h: ...into this new
15462         class. Also handles initial window creation.
15463
15464         * shell/main.cc (main): use EvApplication to create initial
15465         window.
15466
15467 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15468
15469         * Makefile.am (SUBDIRS): add cut-n-paste
15470
15471         * cut-n-paste/Makefile.am: add
15472
15473         * configure.ac: generate Makefiles in cut-n-paste
15474
15475 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15476
15477         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
15478         (ev_window_class_init): install ev_window_dispose.
15479
15480 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15481
15482         * shell/ev-window.h, shell/ev-window.c: replace gchar with
15483         char (gchar looks stupid).
15484
15485 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15486
15487         * po/de.po: updated German translation.
15488
15489 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15490
15491         * configure.ac: add more pkg-config library checks for gnome-vfs,
15492         bonobo etc.
15493
15494         * gpdf/configure.in: temporarily disable libpaper
15495         checks. Otherwise I'd have to add the checks for the shell, too.
15496
15497 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15498
15499         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
15500         and * file filters to the file choose.
15501
15502 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15503
15504         * po/de.po: Updated German translation.
15505
15506 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15507
15508         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
15509
15510 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15511
15512         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
15513
15514         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
15515         (ev_window_init): implement those menuitems.
15516
15517 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15518
15519         * data/evince-ui.xml: add a toolbar (with FileOpen action)
15520
15521         * shell/ev-window.c (ev_window_init): use the toolbar.
15522
15523 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15524
15525         * shell/ev-window.c (ev_window_init): use menu translations
15526
15527 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15528
15529         * configure.ac: add "de" to ALL_LINGUAS.
15530
15531         * po/de.po: add German translation.
15532
15533 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15534
15535         * Makefile.am (SUBDIRS): add po
15536
15537         * configure.ac: check intltool, glib-gettext etc, generate
15538         po/Makefile.in
15539
15540         * po, po/POTFILES.in, po/POTFILES.skip: new.
15541
15542 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15543
15544         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
15545         already use (#ifdef ENABLE_NLS)
15546
15547         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
15548         pointer indirection thinko.
15549
15550         * shell/main.c: include gi18n.h for bindtextdomain etc.
15551
15552 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15553
15554         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
15555         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
15556         tooltips for menu items in the statusbar.
15557
15558 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15559
15560         * configure.ac, data/Makefile.am, shell/Makefile.am: use
15561         pkgdatadir drop UIDIR
15562
15563 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15564
15565         * data/evince-ui.xml: Add File->Open menu item
15566
15567         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
15568         chooser), hook it up in the ui manager.
15569
15570 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15571
15572         * shell/ev-window.c: fix Help->About tooltip.
15573
15574 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
15575
15576         * configure.ac: set CFLAGS for libevprivate.
15577
15578         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
15579         definitions, factory etc.
15580
15581         * lib/Makefile.am: build libevprivate.a (only stock icon code).
15582
15583         * shell/Makefile.am: link against libevprivate.a.
15584
15585         * shell/ev-window.c (entries): add stock icon to Help->About.
15586
15587         * shell/main.c (main): init stock icon code.
15588
15589 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15590
15591         * lib/recent-files: egg recent files code
15592
15593         * lib/Makefile.am: add.
15594
15595         * Makefile.am: add lib subdir.
15596
15597         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
15598         set CFLAGS for recent-files.
15599
15600 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15601
15602         * configure.ac: disable -ansi and -pedantic gcc flags. They
15603         disable POSIX stuff in stdio.h, but egg-recent uses them.
15604
15605 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
15606
15607         * configure.ac: add --disable-deprecated flag (defaults to on in
15608         "cvs" builds).
15609
15610         * shell/Makefile.am (INCLUDES): use it.
15611
15612 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15613
15614         * shell/main.c: add missing #include.
15615
15616         * shell/ev-window.c: fix for pedantic gcc.
15617         (ev_window_cmd_help_about): split license into paragraphs for
15618         translators and pedantic compilers.
15619
15620 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15621
15622         * configure.ac: add more warning flags if compiling with gcc from
15623         cvs (or explicitly requested with --enable-more-warnings).
15624
15625 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15626
15627         * data/evince-ui.xml: add File and File->Close menu.
15628
15629         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
15630         (ev_window_destroy): quit after destroy.
15631         (ev_window_class_init): override GtkObject::destroy.
15632         (entries): install close_window callback.
15633
15634 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15635
15636         * Makefile.am (SUBDIRS): add data subdir.
15637
15638         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
15639         gtk+ 2.5.0 for GtkAboutDialog.
15640
15641         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
15642         main window.
15643
15644         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
15645
15646         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
15647         manager.
15648         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
15649
15650 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15651
15652         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
15653
15654 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15655
15656         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
15657
15658 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15659
15660         * shell/*: Added shell directory boilerplate, build it.
15661
15662 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
15663
15664         * configure.ac, Makefile.am: Added top-level configure.ac and
15665         Makefile.am